diff options
author | Dan Timoney <dtimoney@att.com> | 2020-05-27 07:30:37 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-27 07:30:37 -0400 |
commit | 884025ab28478af90195f8120cb6bd2c500d17e9 (patch) | |
tree | c33a544fb64fc7aa1b86c7feff4b76e1fc96c95b /installation | |
parent | 7505dd1811b499671e33e796c7b51d223f384a58 (diff) |
Update to use RC2 parent pom
Update to use Frankfurt RC2 version of parent pom
Change-Id: I0e106f68726092ff54651fef7b9ecd211aa52715
Issue-ID: SDNC-1171
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 306122b7125a1fd4dca961914194d0ee2dd20ac7
Diffstat (limited to 'installation')
-rw-r--r-- | installation/admportal/pom.xml | 2 | ||||
-rw-r--r-- | installation/ansible-server/pom.xml | 2 | ||||
-rw-r--r-- | installation/dmaap-listener/pom.xml | 2 | ||||
-rw-r--r-- | installation/pom.xml | 2 | ||||
-rw-r--r-- | installation/sdnc-web/pom.xml | 2 | ||||
-rw-r--r-- | installation/sdnc/pom.xml | 2 | ||||
-rw-r--r-- | installation/ueb-listener/pom.xml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/installation/admportal/pom.xml b/installation/admportal/pom.xml index 823a79b7..f6864712 100644 --- a/installation/admportal/pom.xml +++ b/installation/admportal/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.6-SNAPSHOT</version> + <version>1.5.7</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index 381dacdd..c9be56f6 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.6-SNAPSHOT</version> + <version>1.5.7</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index d7458bd9..88e74f94 100644 --- a/installation/dmaap-listener/pom.xml +++ b/installation/dmaap-listener/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.6-SNAPSHOT</version> + <version>1.5.7</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/installation/pom.xml b/installation/pom.xml index 04bd19c8..42127fe6 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.6-SNAPSHOT</version> + <version>1.5.7</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index 5e82e777..f310984c 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.6-SNAPSHOT</version> + <version>1.5.7</version> </parent> <groupId>org.onap.sdnc.oam</groupId> diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index f4720ccf..7f18ef00 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.6-SNAPSHOT</version> + <version>1.5.7</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index 3ed5f3bf..a35f36c8 100644 --- a/installation/ueb-listener/pom.xml +++ b/installation/ueb-listener/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.6-SNAPSHOT</version> + <version>1.5.7</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> |