Bug 7255: Move netconf features to incompatible
[integration/distribution.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e1130c9f1ee518659317275530d788963295be99..35374601a9681cfebe466127b74746e2471e7d17 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
     <version>0.6.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <!-- <name> value is used by Sonar to set project name -->
-    <name>distribution</name>
+    <name>Integration/Distribution</name>
     <description>OpenDaylight Integration/Distribution project, used for creating complete Karaf distribution packages.</description>
     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
     <licenses>
@@ -70,7 +70,7 @@
         <feature.packetcable.version>1.5.0-SNAPSHOT</feature.packetcable.version>
         <feature.restconf.version>1.5.0-SNAPSHOT</feature.restconf.version>
         <feature.sdninterfaceapp.version>1.8.0-SNAPSHOT</feature.sdninterfaceapp.version>
-        <feature.sfc.version>0.4.0-SNAPSHOT</feature.sfc.version>
+        <feature.sfc.version>0.5.0-SNAPSHOT</feature.sfc.version>
         <feature.snbi.version>1.4.0-SNAPSHOT</feature.snbi.version>
         <feature.snmp4sdn.version>0.5.0-SNAPSHOT</feature.snmp4sdn.version>
         <feature.sxp.version>1.4.0-SNAPSHOT</feature.sxp.version>
         <module>features-test</module>
         <module>version</module>
     </modules>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-enforcer-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>enforce-maven</id>
-                        <goals>
-                            <goal>enforce</goal>
-                        </goals>
-                        <configuration>
-                            <rules>
-                                <requireMavenVersion>
-                                    <version>3.1.1</version>
-                                </requireMavenVersion>
-                            </rules>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>