Bump versions by x.y.(z+1)
[yangtools.git] / yang / yang-parser-impl / pom.xml
index e12fe105c5037f19b9b3006c4d0e9df3af61a1ee..3019fb99d04e0e49a846ae912b14ca3790a7707d 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>1.8.3-SNAPSHOT</version>
+        <version>1.8.4-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-parser-impl</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.4-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG parser</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>1.1.3-SNAPSHOT</version>
+                <version>1.1.4-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>