Release Nitrogen
[groupbasedpolicy.git] / groupbasedpolicy-ui / module / pom.xml
index 8711ff40b0379655f94fbbdc63b3facd75d5ccee..1ee5905faec40653b10a5ea1f3cd9e1158d5cd58 100644 (file)
  <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-ui</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0</version>
   </parent>
 
   <artifactId>groupbasedpolicy-ui-module</artifactId>
-  <name>${project.artifactId}</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>GBP UI Module Resources</description>
   <packaging>jar</packaging>
 
                             <goal>bower</goal>
                         </goals>
                     </execution>
+                    <execution>
+                        <id>gulp</id>
+                        <goals>
+                            <goal>gulp</goal>
+                        </goals>
+                        <configuration>
+                            <arguments>build</arguments>
+                        </configuration>
+                    </execution>
                 </executions>
             </plugin>
         </plugins>