Temporarily disable Faas-Renderer
[groupbasedpolicy.git] / renderers / pom.xml
index 5bbe432dc70d9962359cb833c794416f127e8764..62d4c5d295649f57dcff448c077af999cf6ed94a 100644 (file)
  <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.7.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>groupbasedpolicy-renderers</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>pom</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. -->
+  <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
 
   <properties>
-    <sfc.version>0.3.0-SNAPSHOT</sfc.version>
+    <sfc.version>0.6.0-SNAPSHOT</sfc.version>
   </properties>
 
 
   <modules>
     <module>ofoverlay</module>
-    <module>faas</module>
     <module>iovisor</module>
     <module>ovssfc</module>
     <module>netconf</module>