summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-05-03 12:10:01 -0400
committerJimmy Forsyth <jf2512@att.com>2019-05-03 12:10:05 -0400
commitd412dfde90396fd88e28417ac915d45e1cdde5ff (patch)
treedd24828c9b3ab84a4a74ac0508b6b8bfad7be901
parent593c6f2459d984a04c673289fb8433df15810118 (diff)
Upversion for Dublin release4.0.0-ONAPdublin
Issue-ID: AAI-2403 Change-Id: I70cf045d924d41efe6b776a37a243d19c41c623e Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 9fdc8a4..6822fc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.onap.aai.validation</groupId>
<artifactId>validation</artifactId>
<name>aai-validation</name>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.1-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
diff --git a/version.properties b/version.properties
index 668657e..eff345c 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=4
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}