Bump versions to 2.0.24-SNAPSHOT
[yangtools.git] / yang / openconfig-parser-support / pom.xml
index d8f9c993781aa9be46572208f38cd5ec974f9685..2798548aa018a7b24ce6646554995e48616af5b3 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>2.0.5</version>
+        <version>3.1.9</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>openconfig-parser-support</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.24-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>OpenConfig extensions parser support</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0-SNAPSHOT</version>
+                <version>2.0.24-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
 
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>rfc7952-model-api</artifactId>
+            <artifactId>openconfig-model-api</artifactId>
         </dependency>
 
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <!-- FIXME: this needs to be trimmed down to the point of requiring only yang-parser-spi
-                        and yang-parser-reactor -->
-            <artifactId>yang-parser-impl</artifactId>
+            <artifactId>yang-parser-rfc7950</artifactId>
         </dependency>
     </dependencies>
 
         </plugins>
     </build>
 
-    <!--
-        Maven Site Configuration
-
-        The following configuration is necessary for maven-site-plugin to
-        correctly identify the correct deployment path for OpenDaylight Maven
-        sites.
-    -->
-    <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
-
-    <distributionManagement>
-        <site>
-            <id>opendaylight-site</id>
-            <url>${nexus.site.url}/${project.artifactId}/</url>
-        </site>
-    </distributionManagement>
 </project>