aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-05-01 21:43:36 -0400
committerJimmy Forsyth <jf2512@att.com>2019-05-01 21:44:35 -0400
commitd39e2a4a6dec6590da962e4bd5e783f38a8a435a (patch)
tree4e08392e945d7e93294bed17e9787b2e7e129062
parent0a7f60d58e0f237db5793ec099b471388a68dc7c (diff)
Upversion prior to release4.0.0-ONAPdublin
Issue-ID: AAI-2403 Change-Id: Ie9bd7383df93978fe05b046ca554b7a890466beb 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 8094925..58664a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
</parent>
<groupId>org.onap.aai.data-router</groupId>
<artifactId>data-router</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.1-SNAPSHOT</version>
<name>aai-data-router</name>
<properties>
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}