aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-06-18 14:28:29 -0400
committerJimmy Forsyth <jf2512@att.com>2019-06-18 15:18:18 -0400
commit6370ab3f025ef4bb67246ee70b90792343bad293 (patch)
tree9b458814803ebaa427e7c2c899cce2dcd72c4ab0
parentcf7bc40fea072ad0a62e73b0091a4ebf87756510 (diff)
Upversion for global jjb transition1.5.0
Issue-ID: AAI-2485 Change-Id: If9ea4a25ece7da4a61f71ba954118f8b9321bd62 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r--pom.xml4
-rw-r--r--version.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 335e039..e084eb7 100644
--- 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>
diff --git a/version.properties b/version.properties
index eff345c..99af342 100644
--- a/version.properties
+++ b/version.properties
@@ -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}