diff options
Diffstat (limited to 'appc-config/appc-encryption-tool')
-rw-r--r-- | appc-config/appc-encryption-tool/features/pom.xml | 2 | ||||
-rw-r--r-- | appc-config/appc-encryption-tool/installer/pom.xml | 4 | ||||
-rw-r--r-- | appc-config/appc-encryption-tool/pom.xml | 2 | ||||
-rw-r--r-- | appc-config/appc-encryption-tool/provider/pom.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/appc-config/appc-encryption-tool/features/pom.xml b/appc-config/appc-encryption-tool/features/pom.xml index 2676a3dee..0c72a4bfc 100644 --- a/appc-config/appc-encryption-tool/features/pom.xml +++ b/appc-config/appc-encryption-tool/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.openecomp.appc</groupId> <artifactId>appc-config-encryption-tool</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>appc-config-encryption-tool-features</artifactId> <name>APPC Encryption Tool Plugin - Features</name> diff --git a/appc-config/appc-encryption-tool/installer/pom.xml b/appc-config/appc-encryption-tool/installer/pom.xml index f0d7c4e75..89b115430 100644 --- a/appc-config/appc-encryption-tool/installer/pom.xml +++ b/appc-config/appc-encryption-tool/installer/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.openecomp.appc</groupId> <artifactId>appc-config-encryption-tool</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>appc-config-encryption-tool-installer</artifactId> @@ -53,7 +53,7 @@ <dependency> <groupId>org.openecomp.appc</groupId> <artifactId>appc-config-encryption-tool-provider</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> </dependencies> <build> diff --git a/appc-config/appc-encryption-tool/pom.xml b/appc-config/appc-encryption-tool/pom.xml index faf9bb7a7..cb55e2e27 100644 --- a/appc-config/appc-encryption-tool/pom.xml +++ b/appc-config/appc-encryption-tool/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.openecomp.appc</groupId> <artifactId>appc-config</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/appc-config/appc-encryption-tool/provider/pom.xml b/appc-config/appc-encryption-tool/provider/pom.xml index 146e3a0c7..782710efc 100644 --- a/appc-config/appc-encryption-tool/provider/pom.xml +++ b/appc-config/appc-encryption-tool/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.openecomp.appc</groupId> <artifactId>appc-config-encryption-tool</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>appc-config-encryption-tool-provider</artifactId> <packaging>bundle</packaging> |