Set Honeycomb version to 1.19.01.1-SNAPSHOT
[honeycomb.git] / common / honeycomb-parent / pom.xml
index 1ba2f6b..c45dfcb 100644 (file)
@@ -21,7 +21,7 @@
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.18.04-SNAPSHOT</version>
+    <version>1.19.01.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <prerequisites>
         <maven>3.1.1</maven>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
         <!-- ODL dependencies -->
-        <odl.yangtools.version>1.2.2</odl.yangtools.version>
-        <odl.mdsal.version>2.3.2</odl.mdsal.version>
-        <odl.mdsal.controller.version>1.6.2</odl.mdsal.controller.version>
-        <odl.mdsalmodel.version>0.11.2</odl.mdsalmodel.version>
-        <odl.netconf.version>1.3.2</odl.netconf.version>
-        <odl.restconf.version>1.6.2</odl.restconf.version>
-        <odl.salGenerator.version>0.11.2</odl.salGenerator.version>
-        <odl.bgpcep.version>0.8.2</odl.bgpcep.version>
+        <odl.yangtools.version>2.0.11</odl.yangtools.version>
+        <odl.mdsal.version>2.5.0</odl.mdsal.version>
+        <odl.mdsal.controller.version>1.8.0</odl.mdsal.controller.version>
+        <odl.mdsalmodel.version>0.13.0</odl.mdsalmodel.version>
+        <odl.netconf.version>1.5.0</odl.netconf.version>
+        <odl.restconf.version>1.8.0</odl.restconf.version>
+        <odl.salGenerator.version>0.13.0</odl.salGenerator.version>
+        <odl.bgpcep.version>0.10.0</odl.bgpcep.version>
         <salGeneratorPath>target/generated-sources/mdsal-binding</salGeneratorPath>
 
         <!-- common dependencies -->
         <junit.version>4.11</junit.version>
         <mockito.version>2.2.9</mockito.version>
         <hamcrest.version>1.3</hamcrest.version>
-        <guava.version>22.0</guava.version>
+        <guava.version>23.6-jre</guava.version>
         <jsr305.version>3.0.0</jsr305.version>
         <slf4j.version>1.7.21</slf4j.version>
+        <jdt.version>2.1.150</jdt.version>
 
         <!-- plugins -->
         <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
                 <artifactId>slf4j-api</artifactId>
                 <version>${slf4j.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.eclipse.jdt</groupId>
+                <artifactId>org.eclipse.jdt.annotation</artifactId>
+                <version>${jdt.version}</version>
+            </dependency>
 
             <!-- Testing Dependencies -->
             <dependency>
                             <groupId>io.fd.honeycomb.common</groupId>
                             <artifactId>honeycomb-checkstyle</artifactId>
                             <!-- Hardcoded version to prevent archetype generated projects to use their own project version -->
-                            <version>1.18.04-SNAPSHOT</version>
+                            <version>1.19.01.1-SNAPSHOT</version>
                         </dependency>
                         <!-- Necessary for logging checks -->
                         <dependency>
                 </plugin>
                 <!-- Sonar -->
                 <!-- If Maven encounters a plugin with no version declaration, it will use the LATEST version.
-                     which might not be compatible with Sonar server (fd.io uses 5.6 currently).
+                     which might not be compatible with Sonar server (fd.io uses 6.7.3 currently).
                      Therefore it is recommended to lock down version of Sonar plugin:
                      http://blog.sonatype.com/2008/04/maven-209-released/
                      -->
                 <plugin>
                     <groupId>org.sonarsource.scanner.maven</groupId>
                     <artifactId>sonar-maven-plugin</artifactId>
-                    <version>3.3.0.603</version>
+                    <version>3.4.1.1170</version>
                 </plugin>
                 <!-- jacoco test coverage for sonar -->
                 <plugin>
                         <dependency>
                             <groupId>io.fd.honeycomb.doc</groupId>
                             <artifactId>asciidoc-scripts</artifactId>
-                            <version>1.18.04-SNAPSHOT</version>
+                            <version>1.19.01.1-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                 </plugin>