Bump versions to 2.1.6-SNAPSHOT
[yangtools.git] / common / checkstyle-logging / pom.xml
index 2e7c0c079fc16caa00d9e22412e811c4df32a5c7..adbed48f4e1804b854d143b46bad05963a850d38 100644 (file)
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>4.0.2</version>
-        <relativePath/>
+        <version>2.1.6-SNAPSHOT</version>
+        <relativePath>../../bundle-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>checkstyle-logging</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>