BUG-9141: Fix Stateful07TopologySessionListener failing test
[bgpcep.git] / data-change-counter / pom.xml
index 3f971492039a85ef627735f88ec241a1ac101b59..6d03dd5fb3ec25e5c5bb168a28b372abe2357c7b 100644 (file)
   <parent>
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>bgpcep-parent</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
-  <prerequisites>
-    <maven>3.0.4</maven>
-  </prerequisites>
   <artifactId>data-change-counter</artifactId>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
@@ -32,7 +29,7 @@
     </dependency>
 
     <dependency>
-      <groupId>org.opendaylight.yangtools</groupId>
+      <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>yang-binding</artifactId>
     </dependency>
     <dependency>
@@ -58,7 +55,7 @@
     </dependency>
 
     <dependency>
-      <groupId>org.opendaylight.yangtools.model</groupId>
+      <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>ietf-topology</artifactId>
     </dependency>
 
       <artifactId>config-manager</artifactId>
       <type>test-jar</type>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>testtool-util</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>
       </plugin>
     </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>