Merge "Remove backport dependency"
authorJames Forsyth <jf2512@att.com>
Wed, 23 May 2018 20:13:28 +0000 (20:13 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 23 May 2018 20:13:28 +0000 (20:13 +0000)
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 83597f3..dbd0e73 100644 (file)
--- 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.3.0-SNAPSHOT</version>
     <name>aai-search-data-service</name>
 
     <properties>
index faf06bb..a254b21 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=2
+minor=3
 patch=0
 
 base_version=${major}.${minor}.${patch}