Bump versions by x.y.(z+1)
[yangtools.git] / yang / yang-parser-api / pom.xml
index d7d2bcfa3864e78c37170988b7ed5c2253b0ec93..c8e41d707cc38db7f8c41508624ac7e14228584a 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-api</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.4-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG parser API</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>