Bump versions by x.(y+1).z
[lispflowmapping.git] / integrationtest / pom.xml
index 22092a70273205f4935e37d70a0ff79802ccef7a..5568a1cd77ca2fb36f19128735970c29edff608a 100644 (file)
@@ -11,14 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>9.0.2</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice.integrationtest</artifactId>
-  <version>1.6.0-SNAPSHOT</version>
+  <version>1.20.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
@@ -28,7 +28,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <skipITs>false</skipITs>
     <karaf.distro.groupId>org.opendaylight.lispflowmapping</karaf.distro.groupId>
     <karaf.distro.artifactId>lispflowmapping-karaf</karaf.distro.artifactId>
-    <karaf.distro.version>1.6.0-SNAPSHOT</karaf.distro.version>
+    <karaf.distro.version>1.20.0-SNAPSHOT</karaf.distro.version>
     <karaf.distro.type>zip</karaf.distro.type>
   </properties>
 
@@ -39,11 +39,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <version>${project.version}</version>
       <type>zip</type>
     </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>features-lispflowmapping</artifactId>
-      <version>${project.version}</version>
-    </dependency>
     <!--
          Will need to add this back once we create tests over HTTP
     <dependency>
@@ -53,6 +48,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     -->
   </dependencies>
 
+  <profiles>
+    <profile>
+      <id>ignore-lispflowmapping-integrationtest</id>
+      <properties>
+        <maven.test.failure.ignore>true</maven.test.failure.ignore>
+      </properties>
+    </profile>
+  </profiles>
+
   <build>
     <pluginManagement>
       <plugins>
@@ -86,21 +90,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       </plugins>
     </pluginManagement>
   </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>