diff options
author | Forsyth, James (jf2512) <jf2512@att.com> | 2020-01-17 17:56:00 -0500 |
---|---|---|
committer | Forsyth, James (jf2512) <jf2512@att.com> | 2020-01-17 17:56:01 -0500 |
commit | 28617cc3d7dd24b558d6824bc4b57ca7ad785fde (patch) | |
tree | 01f29f47eb2a412124cc72462dcbd2744be7fd13 | |
parent | 2f70cf4692e55dce03c130792d4d4096aaf0c354 (diff) |
Upversion to 1.6.11.6.1
Issue-ID: AAI-2761
Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
Change-Id: I0c7ba74bae20a666d2c3c3d93d897eaec45be679
-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.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> <name>aai-data-router</name> <properties> diff --git a/version.properties b/version.properties index a0756ad..922c4fa 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=6 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |