diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-10-02 08:35:50 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-10-02 08:35:53 -0400 |
commit | 8d95a6e19c20ba778fe9c5c040da31f78e977077 (patch) | |
tree | 4892685ec501283a3f455b4f89989daf633a7001 /installation | |
parent | 8b067f6d6060d2640a30c2bc254f78f9f8f29c63 (diff) |
Roll versions
Roll versions of El Alto for new build
Change-Id: I9f8aefb96be4b6b217427bbd9983029626c7ae03
Issue-ID: SDNC-925
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: c289463d538ec66fc5febe41b10d87f1c3e26b89
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 | 2 | ||||
-rw-r--r-- | installation/ueb-listener/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/installation/admportal/pom.xml b/installation/admportal/pom.xml index 6dddd038..0da372e9 100644 --- a/installation/admportal/pom.xml +++ b/installation/admportal/pom.xml @@ -11,7 +11,7 @@ <packaging>pom</packaging> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation-admportal</artifactId> - <version>1.7.3-SNAPSHOT</version> + <version>1.7.4-SNAPSHOT</version> <name>sdnc-oam :: installation :: ${project.artifactId}</name> <description>Creates admportal Docker container</description> diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index 3e2bd192..9a13a2ee 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -10,7 +10,7 @@ <packaging>pom</packaging> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation-ansible-server</artifactId> - <version>1.7.3-SNAPSHOT</version> + <version>1.7.4-SNAPSHOT</version> <name>sdnc-oam :: installation :: ${project.artifactId}</name> <description>Creates ansible-server Docker container</description> diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml index 16b7bd19..e779c733 100644 --- a/installation/dmaap-listener/pom.xml +++ b/installation/dmaap-listener/pom.xml @@ -10,7 +10,7 @@ <packaging>pom</packaging> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation-dmaap-listener</artifactId> - <version>1.7.3-SNAPSHOT</version> + <version>1.7.4-SNAPSHOT</version> <name>sdnc-oam :: installation :: ${project.artifactId}</name> <description>Creates dmaap-listener Docker container</description> diff --git a/installation/pom.xml b/installation/pom.xml index 3cae144a..e6068b22 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -11,7 +11,7 @@ <packaging>pom</packaging> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>1.7.3-SNAPSHOT</version> + <version>1.7.4-SNAPSHOT</version> <name>sdnc-oam :: installation</name> <description>Installs SDN-C on local file system</description> diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index dfef284c..113ecdeb 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -11,7 +11,7 @@ <packaging>pom</packaging> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation-sdnc</artifactId> - <version>1.7.3-SNAPSHOT</version> + <version>1.7.4-SNAPSHOT</version> <name>sdnc-oam :: installation :: ${project.artifactId}</name> <description>Creates SDN Controller Docker container</description> diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index f581e8e6..67484deb 100644 --- a/installation/ueb-listener/pom.xml +++ b/installation/ueb-listener/pom.xml @@ -10,7 +10,7 @@ <packaging>pom</packaging> <groupId>org.onap.sdnc.oam</groupId> <artifactId>installation-ueb-listener</artifactId> - <version>1.7.3-SNAPSHOT</version> + <version>1.7.4-SNAPSHOT</version> <name>sdnc-oam :: installation :: ${project.artifactId}</name> <description>Creates ueb-listener Docker container</description> |