Release odlparent
[odlparent.git] / checkstyle / pom.xml
index b25a46c1201bc33e6333807856a19d46ffd2935c..f367729eed16b53ad3b7cffacc2d11001b52c0dc 100644 (file)
@@ -4,49 +4,10 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.9.1-SNAPSHOT</version>
+    <version>13.0.9</version>
     <relativePath>../odlparent-lite</relativePath>
   </parent>
 
   <artifactId>checkstyle</artifactId>
   <name>ODL :: odlparent :: ${project.artifactId}</name>
-
-  <!--
-    Maven Site Configuration
-
-    The following configuration is necessary for maven-site-plugin to
-    correctly identify the correct deployment path for OpenDaylight Maven
-    sites.
-  -->
-  <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
-
-  <distributionManagement>
-    <site>
-      <id>opendaylight-site</id>
-      <url>${nexus.site.url}/${project.artifactId}/</url>
-    </site>
-  </distributionManagement>
-
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.6.1</version>
-        </plugin>
-        <plugin>
-          <artifactId>maven-jar-plugin</artifactId>
-          <version>3.0.2</version>
-        </plugin>
-        <plugin>
-          <artifactId>maven-resources-plugin</artifactId>
-          <version>3.0.1</version>
-        </plugin>
-        <plugin>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.19.1</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
 </project>