Bump to odlparent-3.1.5-SNAPSHOT
[yangtools.git] / yang / yang-data-impl / pom.xml
index b12f97a4b76f2bf3c3efb807dc0f423985c37c34..4f5a642547a7fde1f2c72bf4dd1c2e7369694b53 100644 (file)
@@ -9,14 +9,14 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.1.4-SNAPSHOT</version>
+        <version>3.1.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-data-impl</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.15-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -26,7 +26,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.15-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
         <dependency>
             <groupId>javax.xml.bind</groupId>
             <artifactId>jaxb-api</artifactId>
-            <version>2.2.1</version>
-            <exclusions>
-                <exclusion>
-                    <!-- Provided by JDK -->
-                    <groupId>javax.xml.stream</groupId>
-                    <artifactId>stax-api</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
 
         <dependency>