Bump minor version
[aai/router-core.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index b6b44bf..0830374 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,13 @@
    <parent>
       <groupId>org.onap.oparent</groupId>
       <artifactId>oparent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.1.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.onap.aai.router-core</groupId>
    <artifactId>router-core</artifactId>
    <packaging>bundle</packaging>
-   <version>1.1.0-SNAPSHOT</version>
+   <version>1.2.0-SNAPSHOT</version>
    <name>aai-router-core</name>
    <properties>
       <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
@@ -38,7 +38,7 @@
       <dependency>
          <groupId>org.onap.aai.logging-service</groupId>
          <artifactId>common-logging</artifactId>
-         <version>1.1.0-SNAPSHOT</version>
+         <version>1.1.0</version>
       </dependency>
       <dependency>
          <groupId>com.att.nsa</groupId>
@@ -56,7 +56,7 @@
       <dependency>
          <groupId>org.onap.aai</groupId>
          <artifactId>rest-client</artifactId>
-         <version>1.1.0-SNAPSHOT</version>
+         <version>1.1.0</version>
       </dependency>
       <!-- End REST Client specific dependencies. -->
       <!-- testing -->