Upversion for global jjb transition 08/90108/4 1.5.0
authorJimmy Forsyth <jf2512@att.com>
Tue, 18 Jun 2019 18:28:29 +0000 (14:28 -0400)
committerJimmy Forsyth <jf2512@att.com>
Tue, 18 Jun 2019 19:18:18 +0000 (15:18 -0400)
Issue-ID: AAI-2485
Change-Id: If9ea4a25ece7da4a61f71ba954118f8b9321bd62
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 335e039..e084eb7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,11 +30,11 @@ limitations under the License.
    <groupId>org.onap.aai.router-core</groupId>
    <artifactId>router-core</artifactId>
    <packaging>bundle</packaging>
-   <version>1.4.1-SNAPSHOT</version>
+   <version>1.5.0-SNAPSHOT</version>
    <name>aai-router-core</name>
    <properties>
       <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
-      <event.client.version>1.4.0</event.client.version>
+      <event.client.version>1.5.0</event.client.version>
       <!-- Sonar Properties -->
       <sonar.language>java</sonar.language>
       <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
index eff345c..99af342 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=4
-patch=1
+minor=5
+patch=0
 
 base_version=${major}.${minor}.${patch}