aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-05-01 22:10:39 -0400
committerJimmy Forsyth <jf2512@att.com>2019-05-01 22:10:41 -0400
commit3b4db3fb6ed72ff4c8caf4e6b0ca21fb8122892a (patch)
tree5f622a4305d542e6bf3dd4e46a6ac58837bfd828
parent29a9e1539e3f372e7bce4bccb851cce914a0d2af (diff)
Upversion prior to release4.0.0-ONAPdublin
Issue-ID: AAI-2403 Change-Id: Ib398e13f2a9fd9214ade0cb99aa71a75a15a8106 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 fe2aee7..77d0339 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ limitations under the License.
<groupId>org.onap.aai.gizmo</groupId>
<artifactId>gizmo</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.1-SNAPSHOT</version>
<name>aai-gizmo</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}