Upversion prior to release 64/86764/3 dublin 4.0.0-ONAP
authorJimmy Forsyth <jf2512@att.com>
Thu, 2 May 2019 01:45:39 +0000 (21:45 -0400)
committerJames Forsyth <jf2512@att.com>
Thu, 2 May 2019 02:13:07 +0000 (02:13 +0000)
Issue-ID: AAI-2403
Change-Id: Ib2bced975b6415bd75541f191ade6d7ca9ddc799
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index f5ca0dd..335e039 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.4.0-SNAPSHOT</version>
+   <version>1.4.1-SNAPSHOT</version>
    <name>aai-router-core</name>
    <properties>
       <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
@@ -43,7 +43,7 @@ limitations under the License.
       <sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
       <sonar.projectVersion>${project.version}</sonar.projectVersion>
       <camel-spring-boot.version>2.22.1</camel-spring-boot.version>
-      <jacoco.line.coverage.limit>0.71</jacoco.line.coverage.limit>
+      <jacoco.line.coverage.limit>0.70</jacoco.line.coverage.limit>
    </properties>
    <dependencies>
       <dependency>
index 668657e..eff345c 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=4
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}