aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-10-08 14:05:25 -0400
committerJames Forsyth <jf2512@att.com>2018-10-09 14:36:37 +0000
commit95270f76808f4f81d5a87568b7bf223c3f9f2d25 (patch)
tree405e0703deed4cf1cbdc811b1ea4a0e313467f97
parented67d1f26c8f3a3bc7fda71a7c09f856ce8747ce (diff)
Upversion to 1.0.1-SNAPSHOT
Issue-ID: AAI-1711 Change-Id: Icaa927b3d4b9009261aa2ec84a19e1d354039c63 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rwxr-xr-xpom.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 1644f17..17b8d96 100755
--- 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>
diff --git a/version.properties b/version.properties
index 49e2720..17a717c 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=0
-patch_version=0
+patch_version=1
base_version=${major_version}.${minor_version}.${patch_version}