Bump versions by x.y.(z+1)
[odlparent.git] / features-parent / pom.xml
index 7b223c930a17c7b81eaf5490b1b9f5a65c5e0e6e..131b5d7ce1000246b13e0d9f2a4f2f8089bbcfea 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.5-SNAPSHOT</version>
         <relativePath>../odlparent</relativePath>
     </parent>
 
                             <!-- Remove these properties when a better fix to Bug 6523 appears. -->
                             <karaf.distro.groupId>org.opendaylight.odlparent</karaf.distro.groupId>
                             <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
-                            <karaf.distro.version>1.8.0-SNAPSHOT</karaf.distro.version>
+                            <karaf.distro.version>1.8.5-SNAPSHOT</karaf.distro.version>
                         </systemPropertyVariables>
                         <dependenciesToScan>
                             <dependency>org.opendaylight.odlparent:features-test</dependency>
         </pluginManagement>
 
         <plugins>
+            <plugin>
+                <!-- This generates the META-INF/maven/dependencies.properties file
+                        which is required by the versionAsInProject() used in SingleFeatureTest -->
+                <groupId>org.apache.servicemix.tooling</groupId>
+                <artifactId>depends-maven-plugin</artifactId>
+            </plugin>
             <plugin>
                 <artifactId>maven-dependency-plugin</artifactId>
             </plugin>
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>features-test</artifactId>
-            <version>1.8.0-SNAPSHOT</version>
+            <version>1.8.5-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <!-- Remove this dependency when a better fix for Bug 6523 appears. -->
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>opendaylight-karaf-empty</artifactId>
-            <version>1.8.0-SNAPSHOT</version>
+            <version>1.8.5-SNAPSHOT</version>
             <type>zip</type>
             <scope>test</scope>
         </dependency>