diff options
Diffstat (limited to 'appc-client/pom.xml')
-rw-r--r-- | appc-client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-client/pom.xml b/appc-client/pom.xml index 1d218a9f8..fc8e32f4c 100644 --- a/appc-client/pom.xml +++ b/appc-client/pom.xml @@ -27,12 +27,12 @@ <parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>appc-java-client</artifactId>
<groupId>org.onap.appc.client</groupId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<name>appc-java-client</name>
<description>APPC Java Client</description>
|