Changed version for Dublin 75/71875/1
authorfpaquett <francis.paquette@amdocs.com>
Mon, 5 Nov 2018 18:12:21 +0000 (13:12 -0500)
committerfpaquett <francis.paquette@amdocs.com>
Mon, 5 Nov 2018 18:12:43 +0000 (13:12 -0500)
Issue-ID: AAI-1846
Change-Id: If7eaae7112de9f5a02bc846e7b847333de107ff1
Signed-off-by: fpaquett <francis.paquette@amdocs.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 8ea35b6..5577015 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
    <groupId>org.onap.aai.router-core</groupId>
    <artifactId>router-core</artifactId>
    <packaging>bundle</packaging>
-   <version>1.3.2-SNAPSHOT</version>
+   <version>1.4.0-SNAPSHOT</version>
    <name>aai-router-core</name>
    <properties>
       <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
index 0969948..668657e 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=3
-patch=2
+minor=4
+patch=0
 
 base_version=${major}.${minor}.${patch}