diff options
Diffstat (limited to 'installation')
-rw-r--r-- | installation/admportal/pom.xml | 4 | ||||
-rw-r--r-- | installation/dgbuilder/pom.xml | 4 | ||||
-rw-r--r-- | installation/pom.xml | 4 | ||||
-rw-r--r-- | installation/sdnc/pom.xml | 4 | ||||
-rw-r--r-- | installation/ubuntu/pom.xml | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/installation/admportal/pom.xml b/installation/admportal/pom.xml index 16ac1c9e..88ac89d1 100644 --- a/installation/admportal/pom.xml +++ b/installation/admportal/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>org.openecomp.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.openecomp.sdnc.oam</groupId> <artifactId>installation-admportal</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <name>Installation - admportal</name> <description>Creates admportal Docker container</description> diff --git a/installation/dgbuilder/pom.xml b/installation/dgbuilder/pom.xml index f3940b17..c89c766a 100644 --- a/installation/dgbuilder/pom.xml +++ b/installation/dgbuilder/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>org.openecomp.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.openecomp.sdnc.oam</groupId> <artifactId>installation-dgbuilder</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <name>Installation - dgbuilder</name> <description>Creates docker container for dgbuilder</description> diff --git a/installation/pom.xml b/installation/pom.xml index c239fd38..b8c5c81e 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>org.openecomp.sdnc.oam</groupId> <artifactId>sdnc-oam</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.openecomp.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <name>Installation</name> <description>Installs SDN-C on local file system</description> diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index d6410314..808d8b99 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>org.openecomp.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.openecomp.sdnc.oam</groupId> <artifactId>installation-sdnc</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <name>Installation - sdnc</name> <description>Creates SDN Controller Docker container</description> diff --git a/installation/ubuntu/pom.xml b/installation/ubuntu/pom.xml index 9b597b3f..d2ff86ad 100644 --- a/installation/ubuntu/pom.xml +++ b/installation/ubuntu/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>org.openecomp.sdnc.oam</groupId> <artifactId>installation</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.openecomp.sdnc.oam</groupId> <artifactId>installation-ubuntu</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <name>Installation - ubuntu</name> <description>Creates base ubuntu Docker container</description> |