Bump to odlparent-5.0.5/yangtools-3.0.9/mdsal-4.0.11
[ovsdb.git] / southbound / pom.xml
index 86d28295e0fa21cfdb473b69fe73ae23ea7cae61..f80e52ba5636754d531e3f22a88cf0367ef1fc25 100644 (file)
@@ -10,13 +10,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>3.0.2</version>
+    <version>5.0.5</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>southbound-aggregator</artifactId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.9.2-SNAPSHOT</version>
   <!-- <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. -->
   <name>ODL :: ovsdb :: ${project.artifactId}</name>
@@ -25,24 +25,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <modules>
     <module>southbound-api</module>
     <module>southbound-impl</module>
+    <module>southbound-karaf</module>
     <module>southbound-features</module>
     <module>southbound-artifacts</module>
     <module>southbound-it</module>
   </modules>
 
-  <profiles>
-    <profile>
-      <id>karaf</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-
-      <modules>
-        <module>southbound-karaf</module>
-      </modules>
-    </profile>
-  </profiles>
-
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
   <build>
     <plugins>