Upversion for global jjb transition
[aai/router-core.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a5241f9..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.0-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>
@@ -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>
@@ -95,7 +95,7 @@ limitations under the License.
       <dependency>
          <groupId>org.onap.aai.schema-service</groupId>
          <artifactId>aai-schema</artifactId>
-         <version>1.0.0</version>
+         <version>1.0.5</version>
       </dependency>
       <dependency>
          <groupId>org.onap.aai.aai-common</groupId>