Merge "Upversion router core in prep for branch"
[aai/router-core.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index b77c39c..4a96803 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.2.0-SNAPSHOT</version>
+   <version>1.2.1-SNAPSHOT</version>
    <name>aai-router-core</name>
    <properties>
       <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
@@ -46,13 +46,13 @@ limitations under the License.
       <dependency>
          <groupId>org.apache.camel</groupId>
          <artifactId>camel-core</artifactId>
-         <version>2.15.5</version>
+         <version>2.20.1</version>
       </dependency>
       <!-- support camel documentation -->
       <dependency>
          <groupId>org.apache.camel</groupId>
          <artifactId>apt</artifactId>
-         <version>2.15.5</version>
+         <version>2.20.1</version>
       </dependency>
       <!-- logging -->
       <dependency>
@@ -83,7 +83,7 @@ limitations under the License.
       <dependency>
          <groupId>org.apache.camel</groupId>
          <artifactId>camel-test</artifactId>
-         <version>2.15.5</version>
+         <version>2.20.1</version>
          <scope>test</scope>
       </dependency>
    </dependencies>