diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-05-15 15:38:36 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-05-15 15:38:39 -0400 |
commit | ab62a94ba6eaa7b9c0544702a3c4e5b6733d4bb8 (patch) | |
tree | 54119f8b2edf8939ed59b3548553494a1023b061 | |
parent | 5ca09dd45d884f68a1bfbdf09d9df309fddda381 (diff) |
Upversion search-data-service for branchingv1.2.12.0.0-ONAP2.0.0-ONAP
Issue-ID: AAI-1140
Change-Id: I55b5c102afbe509ad2fd51bb0669c58fac1a85fe
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</groupId> <artifactId>search-data-service</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <name>aai-search-data-service</name> <properties> 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} |