summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-05-15 15:38:36 -0400
committerJimmy Forsyth <jf2512@att.com>2018-05-15 15:38:39 -0400
commitab62a94ba6eaa7b9c0544702a3c4e5b6733d4bb8 (patch)
tree54119f8b2edf8939ed59b3548553494a1023b061
parent5ca09dd45d884f68a1bfbdf09d9df309fddda381 (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.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 8561a2a..e94def0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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}