diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-05-08 13:33:49 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-05-08 13:35:03 -0400 |
commit | a96d7ed54bdc68ddc0f4f113e5810b9798fe2432 (patch) | |
tree | 21f0638013fe8f06b29089d9b08a72f7b20df6a9 | |
parent | 46e5c160c70b7c579b2d0c58ca433369724b991f (diff) |
Upversion data-router after releasev1.2.22.0.0-ONAPbeijing2.0.0-ONAP
Issue-ID: AAI-1125
Change-Id: I84497cb0233c58831e838c751e822b734c6d90c7
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ limitations under the License. </parent> <groupId>org.onap.aai.data-router</groupId> <artifactId>data-router</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> <name>aai-data-router</name> <properties> diff --git a/version.properties b/version.properties index 688582d..1f3ede1 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=2 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |