diff options
Diffstat (limited to 'appc-outbound/appc-aai-client')
-rwxr-xr-x | appc-outbound/appc-aai-client/features/pom.xml | 2 | ||||
-rwxr-xr-x | appc-outbound/appc-aai-client/installer/pom.xml | 2 | ||||
-rwxr-xr-x | appc-outbound/appc-aai-client/pom.xml | 2 | ||||
-rwxr-xr-x | appc-outbound/appc-aai-client/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/appc-outbound/appc-aai-client/features/pom.xml b/appc-outbound/appc-aai-client/features/pom.xml index 92739e71f..222cf234d 100755 --- a/appc-outbound/appc-aai-client/features/pom.xml +++ b/appc-outbound/appc-aai-client/features/pom.xml @@ -27,7 +27,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <parent> <artifactId>appc-aai-client</artifactId> <groupId>org.onap.appc</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>appc-aai-client-features</artifactId> <name>APPC AAI Client Plugin - Features</name> diff --git a/appc-outbound/appc-aai-client/installer/pom.xml b/appc-outbound/appc-aai-client/installer/pom.xml index 1774915ed..38e77dc2d 100755 --- a/appc-outbound/appc-aai-client/installer/pom.xml +++ b/appc-outbound/appc-aai-client/installer/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>appc-aai-client</artifactId> <groupId>org.onap.appc</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>appc-aai-client-installer</artifactId> <name>APPC AAI Client -Installer</name> diff --git a/appc-outbound/appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/pom.xml index b8273386e..71900d744 100755 --- a/appc-outbound/appc-aai-client/pom.xml +++ b/appc-outbound/appc-aai-client/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc-outbound</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/appc-outbound/appc-aai-client/provider/pom.xml b/appc-outbound/appc-aai-client/provider/pom.xml index 0fe806de1..a908b4d5c 100755 --- a/appc-outbound/appc-aai-client/provider/pom.xml +++ b/appc-outbound/appc-aai-client/provider/pom.xml @@ -25,7 +25,7 @@ <parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-aai-client</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-aai-client-provider</artifactId>
<packaging>bundle</packaging>
|