Incrementing versions by 0.1.0 for post-Helium master branch
[controller.git] / opendaylight / northboundtest / unit_test_suite / pom.xml
index ed4f3300bae2220e35416b6c7a76353a6472f3bc..11c885db308c9ad1a96f8a1120f599385e25db98 100644 (file)
@@ -4,13 +4,19 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>commons.opendaylight</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
     <relativePath>../../../opendaylight/commons/opendaylight</relativePath>
   </parent>
+  <scm>
+    <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
+    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
+    <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
+  </scm>
+
 
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>northboundtest</artifactId>
-        <version>0.4.0-SNAPSHOT</version>
+        <version>0.5.0-SNAPSHOT</version>
         <packaging>bundle</packaging>
 
         <build>
@@ -18,7 +24,7 @@
                         <plugin>
                                 <groupId>org.apache.felix</groupId>
                                 <artifactId>maven-bundle-plugin</artifactId>
-                                <version>2.3.6</version>
+                                <version>${bundle.plugin.version}</version>
                                 <extensions>true</extensions>
                                 <configuration>
                                         <instructions>
                 </plugins>
         </build>
         <dependencies>
-                <dependency>
-                        <groupId>org.opendaylight.controller</groupId>
-                        <artifactId>sal</artifactId>
-                        <version>0.4.0-SNAPSHOT</version>
-                </dependency>
-        </dependencies>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+    </dependency>
+  </dependencies>
 </project>