fix ofoverlay renderer
[groupbasedpolicy.git] / groupbasedpolicy-ui / pom.xml
old mode 100755 (executable)
new mode 100644 (file)
index de15e1e..6cda997
@@ -9,20 +9,20 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.opendaylight.groupbasedpolicy</groupId>
-    <artifactId>commons.groupbasedpolicy</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
-    <relativePath>../commons/parent</relativePath>
-  </parent>
 
+  <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>groupbasedpolicy-ui</artifactId>
-  <name>groupbasedpolicy-ui</name>
+  <!-- <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>
   <description>Resources</description>
+  <version>0.7.0-SNAPSHOT</version>
   <packaging>pom</packaging>
+
   <prerequisites>
     <maven>3.0</maven>
   </prerequisites>
+
   <modules>
     <module>module</module>
     <module>bundle</module>