diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-03-31 15:23:23 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-03-31 15:23:24 -0400 |
commit | f926f08353fb604b7b37aeb86f0cc07f13eb6098 (patch) | |
tree | 5156478ead2973deeca3ffd55d19d581c924c021 | |
parent | 4aa69275ae50c8e7d9d95db93cf972aa837fa565 (diff) |
Upversion to 1.6.36.0.0-ONAPfrankfurt
Issue-ID: AAI-2580
Change-Id: I977e0b8e07132dbc5ebf51425407e2895e107c4a
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.6.2-SNAPSHOT</version> + <version>1.6.3-SNAPSHOT</version> <name>aai-data-router</name> <properties> diff --git a/version.properties b/version.properties index 41565bf..6d9c3d3 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=6 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} |