diff options
author | Tian Lee <TianL@amdocs.com> | 2018-05-04 13:51:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-04 13:51:37 +0000 |
commit | 1e717da9896132fb1b54d74f26d5db9e5dbe5fbf (patch) | |
tree | 4a0d7d384dab5bf834a1cbde14fa5aefe13157a9 | |
parent | db5be86c48def55cb1bed52c7f2a107286e29da0 (diff) | |
parent | a411e57cfe2fee21736296f6a5dacc6ddbf43baa (diff) |
Merge "Upversion router core in prep for branch"
-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. <groupId>org.onap.aai.router-core</groupId> <artifactId>router-core</artifactId> <packaging>bundle</packaging> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <name>aai-router-core</name> <properties> <checkstyle.config.location>google_checks.xml</checkstyle.config.location> diff --git a/version.properties b/version.properties index faf06bb..688582d 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |