Revert "Bump cyclonedx-maven-plugin to 2.7.7"
[odlparent.git] / checkstyle / pom.xml
index 1b5d10a078581c5bb377b38ffc8b4f4ddd3f954a..6ddc4cb70d97db66561e23cd02d8693794b22ccd 100644 (file)
@@ -4,25 +4,10 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>5.0.2-SNAPSHOT</version>
+    <version>12.0.5-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.2</version>
-        </plugin>
-        <plugin>
-          <artifactId>maven-resources-plugin</artifactId>
-          <version>3.1.0</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
 </project>