aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorForsyth, James (jf2512) <jf2512@att.com>2020-01-17 17:56:00 -0500
committerForsyth, James (jf2512) <jf2512@att.com>2020-01-17 17:56:01 -0500
commit28617cc3d7dd24b558d6824bc4b57ca7ad785fde (patch)
tree01f29f47eb2a412124cc72462dcbd2744be7fd13
parent2f70cf4692e55dce03c130792d4d4096aaf0c354 (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.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4de425b..b110beb 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.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}