diff options
author | David Stilwell <stilwelld@att.com> | 2019-04-30 15:06:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-30 15:06:11 +0000 |
commit | ec9b39ef824eb90f8306b1d7686b92e6f5a08669 (patch) | |
tree | 9f3a45a4180d82a23b96ec1c1f5d06d27b7455ba /installation | |
parent | 796cd924f57d4f2a373867350efafcd06750c1a4 (diff) | |
parent | fb6f50ed8c2be4691dad4596a7823a32e9d9dffa (diff) |
Merge "Update to use released 1.2.2 parent"1.5.1
Former-commit-id: 7b30b7a2becb47823067526bd8c84af9155ac7a2
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/pom.xml | 4 | ||||
-rw-r--r-- | installation/ueb-listener/pom.xml | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/installation/admportal/pom.xml b/installation/admportal/pom.xml index 180cb92d..1e389c0a 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.2.2-SNAPSHOT</version> + <version>1.2.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index 0cda44e5..8894205e 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.2.2-SNAPSHOT</version> + <version>1.2.2</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 ed029a5e..0be700d0 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.2.2-SNAPSHOT</version> + <version>1.2.2</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/installation/pom.xml b/installation/pom.xml index c66bfc65..306dcd60 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.2.2-SNAPSHOT</version> + <version>1.2.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index b051d560..cecc5904 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.2.2-SNAPSHOT</version> + <version>1.2.2</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -21,7 +21,7 @@ <standalone.image.name>onap/sdnc-image</standalone.image.name> <sdnc.project.version>${project.version}</sdnc.project.version> <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp> - <sdnc.northbound.version>1.5.1-SNAPSHOT</sdnc.northbound.version> + <sdnc.northbound.version>1.5.1</sdnc.northbound.version> <ccsdk.docker.version>0.4.2-STAGING-latest</ccsdk.docker.version> <sdnc.keystore>org.onap.sdnc.p12</sdnc.keystore> <sdnc.keypass><![CDATA[?w5&!M;8v1XF;:Xd;g*%S\$IY]]></sdnc.keypass> diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index 704dfec2..bf4519da 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.2.2-SNAPSHOT</version> + <version>1.2.2</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> |