Bump to next development version
[yangtools.git] / common / checkstyle-logging / pom.xml
index 2bbeae7c43510da327214a313e4a44901e09e2c2..6fda214f6e9fe599baf22492a706e75ad96c3b6e 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.1</version>
+        <version>3.1.2</version>
         <relativePath/>
     </parent>
   <groupId>org.opendaylight.yangtools</groupId>
   <artifactId>checkstyle-logging</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.9-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
     </plugins>
   </build>
 
-  <!--
-      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>
 </project>