diff options
Diffstat (limited to 'appc-oam')
-rw-r--r-- | appc-oam/appc-oam-bundle/pom.xml | 2 | ||||
-rw-r--r-- | appc-oam/appc-oam-features/pom.xml | 2 | ||||
-rw-r--r-- | appc-oam/appc-oam-installer/pom.xml | 2 | ||||
-rw-r--r-- | appc-oam/appc-oam-model/pom.xml | 2 | ||||
-rw-r--r-- | appc-oam/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/appc-oam/appc-oam-bundle/pom.xml b/appc-oam/appc-oam-bundle/pom.xml index c24aa4341..1d6c50f65 100644 --- a/appc-oam/appc-oam-bundle/pom.xml +++ b/appc-oam/appc-oam-bundle/pom.xml @@ -30,7 +30,7 @@ <parent> <artifactId>appc-oam</artifactId> <groupId>org.onap.appc</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>appc-oam-bundle</artifactId> <name>APPC OAM - Bundle</name> diff --git a/appc-oam/appc-oam-features/pom.xml b/appc-oam/appc-oam-features/pom.xml index f5b7a938f..310d829dc 100644 --- a/appc-oam/appc-oam-features/pom.xml +++ b/appc-oam/appc-oam-features/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>appc-oam</artifactId> <groupId>org.onap.appc</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <name>APPC OAM - Features</name> diff --git a/appc-oam/appc-oam-installer/pom.xml b/appc-oam/appc-oam-installer/pom.xml index 98cbca996..871a3530a 100644 --- a/appc-oam/appc-oam-installer/pom.xml +++ b/appc-oam/appc-oam-installer/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>appc-oam</artifactId> <groupId>org.onap.appc</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>appc-oam-installer</artifactId> diff --git a/appc-oam/appc-oam-model/pom.xml b/appc-oam/appc-oam-model/pom.xml index db1f9b603..065e513ec 100644 --- a/appc-oam/appc-oam-model/pom.xml +++ b/appc-oam/appc-oam-model/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>appc-oam</artifactId> <groupId>org.onap.appc</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>appc-oam-model</artifactId> <name>APPC OAM - Model</name> diff --git a/appc-oam/pom.xml b/appc-oam/pom.xml index a62836c4d..893e5adbc 100644 --- a/appc-oam/pom.xml +++ b/appc-oam/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>appc-oam</artifactId> <packaging>pom</packaging> |