diff options
Diffstat (limited to 'appc-provider')
-rw-r--r-- | appc-provider/appc-provider-bundle/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/appc-provider-features/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/appc-provider-installer/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/appc-provider-model/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/appc-provider/appc-provider-bundle/pom.xml b/appc-provider/appc-provider-bundle/pom.xml index f8598de2f..edaf479ec 100644 --- a/appc-provider/appc-provider-bundle/pom.xml +++ b/appc-provider/appc-provider-bundle/pom.xml @@ -28,7 +28,7 @@ <parent> <artifactId>appc-provider</artifactId> <groupId>org.openecomp.appc</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>appc-provider-bundle</artifactId> <packaging>bundle</packaging> diff --git a/appc-provider/appc-provider-features/pom.xml b/appc-provider/appc-provider-features/pom.xml index c38fa4d61..a4694ae6c 100644 --- a/appc-provider/appc-provider-features/pom.xml +++ b/appc-provider/appc-provider-features/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>appc-provider</artifactId> <groupId>org.openecomp.appc</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <name>appc-provider-features</name> <artifactId>appc-provider-features</artifactId> diff --git a/appc-provider/appc-provider-installer/pom.xml b/appc-provider/appc-provider-installer/pom.xml index 3884afe6e..ac2b85d70 100644 --- a/appc-provider/appc-provider-installer/pom.xml +++ b/appc-provider/appc-provider-installer/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>appc-provider</artifactId> <groupId>org.openecomp.appc</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>appc-provider-installer</artifactId> diff --git a/appc-provider/appc-provider-model/pom.xml b/appc-provider/appc-provider-model/pom.xml index dae2cfe25..6401c7fa3 100644 --- a/appc-provider/appc-provider-model/pom.xml +++ b/appc-provider/appc-provider-model/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>appc-provider</artifactId> <groupId>org.openecomp.appc</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>appc-provider-model</artifactId> <packaging>bundle</packaging> diff --git a/appc-provider/pom.xml b/appc-provider/pom.xml index 817e8344f..695449d2a 100644 --- a/appc-provider/pom.xml +++ b/appc-provider/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.openecomp.appc</groupId> <artifactId>appc</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>appc-provider</artifactId> <packaging>pom</packaging> |