Upversion to 1.0.1-SNAPSHOT 73/70073/1
authorJimmy Forsyth <jf2512@att.com>
Mon, 8 Oct 2018 18:05:25 +0000 (14:05 -0400)
committerJames Forsyth <jf2512@att.com>
Tue, 9 Oct 2018 14:36:37 +0000 (14:36 +0000)
Issue-ID: AAI-1711
Change-Id: Icaa927b3d4b9009261aa2ec84a19e1d354039c63
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 1644f17..17b8d96 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.onap.aai.graphadmin</groupId>
     <artifactId>aai-graphadmin</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
 
     <properties>
 
@@ -64,7 +64,7 @@
         <!-- Specifying the docker push registry where the image should be pushed -->
         <!-- This value should be overwritten at runtime to wherever need to be pushed to -->
         <docker.push.registry>localhost:5000</docker.push.registry>
-        <aai.docker.version>1.0.0</aai.docker.version>
+        <aai.docker.version>1.0.1</aai.docker.version>
         <aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/
         </aai.build.directory>
         <aai.docker.namespace>onap</aai.docker.namespace>
index 49e2720..17a717c 100644 (file)
@@ -5,7 +5,7 @@
 
 major_version=1
 minor_version=0
-patch_version=0
+patch_version=1
 
 base_version=${major_version}.${minor_version}.${patch_version}