Bump versions to 13.0.1-SNAPSHOT
[odlparent.git] / checkstyle / pom.xml
index 17694821ff1c53641c6128bf62284a30992427d1..023be9abfa635d471930836f443c94b0bad72e5c 100644 (file)
@@ -4,25 +4,10 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>5.0.1-SNAPSHOT</version>
+    <version>13.0.1-SNAPSHOT</version>
     <relativePath>../odlparent-lite</relativePath>
   </parent>
 
   <artifactId>checkstyle</artifactId>
   <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>