Bump netty to 4.1.34
[odlparent.git] / license / pom.xml
index 36b3b6c0ca9ba3c5832cbf9c948cdf5c41388fb3..1823436cf3417d4aac28dae97cbb495994f9e2e6 100644 (file)
@@ -4,12 +4,26 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>5.0.0-SNAPSHOT</version>
     <relativePath>../odlparent-lite</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.odlparent</groupId>
   <artifactId>odl-license</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <name>ODL :: odlparent :: ${project.artifactId}</name>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>3.1.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>3.1.0</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 </project>