Fixup xpath versions (again) 86/77586/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 7 Nov 2018 18:24:44 +0000 (19:24 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 7 Nov 2018 18:24:44 +0000 (19:24 +0100)
This is the second time I missed the version bump, let's fix it
up.

Change-Id: I834b2ab339c2b1ebc974d8af0ac7e0a9a50a721e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/pom.xml
features/odl-yangtools-exp-xpath-api/pom.xml
features/odl-yangtools-exp-xpath-impl/pom.xml
yang/yang-xpath-api/pom.xml
yang/yang-xpath-impl/pom.xml

index 55b96a2a628b090b546a31523422c63cfe00adb6..2c3b2b4a3e8699b21f0e849f921c4985902b448e 100644 (file)
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>0.2.2-SNAPSHOT</version>
+                <version>0.2.3-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>0.2.2-SNAPSHOT</version>
+                <version>0.2.3-SNAPSHOT</version>
             </dependency>
 
             <dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-exp-xpath-api</artifactId>
-                <version>0.2.2-SNAPSHOT</version>
+                <version>0.2.3-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-exp-xpath-impl</artifactId>
-                <version>0.2.2-SNAPSHOT</version>
+                <version>0.2.3-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
index fd4fb2d58b4c3b657b21be42b26910f0b56421ad..035eb5b3be6cff618d8c63eb9aaf86f3bb6ee186 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-exp-xpath-api</artifactId>
-    <version>0.2.2-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental :: XPath API</name>
 
index 7b18e96cb995ecbe82e105f02f3d7f0cc558fed7..e3d00fb61050ee510609cd5e5a970ea0dfb4b10d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-exp-xpath-impl</artifactId>
-    <version>0.2.2-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental :: XPath API implementation</name>
 
index c7fb125e5ae33345371f2ab03a5acbae459a40d1..8b51480ad4598490493c311926c985484dd538a2 100644 (file)
@@ -17,7 +17,7 @@
     </parent>
 
     <artifactId>yang-xpath-api</artifactId>
-    <version>0.2.2-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
index fe112765e42631ac37243a0a3a05c1d2f7d73ae9..580c5d1460a6ee0d885e9945ee1b091436227a37 100644 (file)
@@ -17,7 +17,7 @@
     </parent>
 
     <artifactId>yang-xpath-impl</artifactId>
-    <version>0.2.2-SNAPSHOT</version>
+    <version>0.2.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath parser</description>