Set Honeycomb version to 1.19.01.1-SNAPSHOT
[honeycomb.git] / common / api-parent / pom.xml
index 08939c5..f085cce 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>honeycomb-parent</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.19.01.1-SNAPSHOT</version>
     <relativePath>../honeycomb-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>api-parent</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.18.01-SNAPSHOT</version>
+  <version>1.19.01.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
+  <properties>
+    <annotations.version>3.0.0</annotations.version>
+  </properties>
+
   <build>
     <pluginManagement>
       <plugins>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yang-common</artifactId>
     </dependency>
+    <dependency>
+      <groupId>com.google.code.findbugs</groupId>
+      <artifactId>annotations</artifactId>
+      <version>${annotations.version}</version>
+    </dependency>
   </dependencies>
 </project>