Release Oxygen
[groupbasedpolicy.git] / groupbasedpolicy-ui / module / pom.xml
index d8df3bb6bb569c3fdff2a74dfbb39d203ddcee43..e55d2d5e8f6ea2bcc3933cec996560e053695eea 100644 (file)
  <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>groupbasedpolicy-ui</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.7.4</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>
 
             <plugin>
                 <groupId>com.github.eirslett</groupId>
                 <artifactId>frontend-maven-plugin</artifactId>
-                <version>0.0.24</version>
+                <version>1.0</version>
                 <configuration>
-                    <nodeVersion>v0.12.7</nodeVersion>
-                    <npmVersion>3.1.3</npmVersion>
+                    <nodeVersion>v6.2.2</nodeVersion>
+                    <npmVersion>3.9.5</npmVersion>
                     <workingDirectory>src/main/resources/gbp/</workingDirectory>
                 </configuration>
                 <executions>
                         <phase>generate-resources</phase>
                     </execution>
                     <execution>
-                        <id>bower</id>
+                        <id>gulp</id>
                         <goals>
-                            <goal>bower</goal>
+                            <goal>gulp</goal>
                         </goals>
+                        <configuration>
+                            <arguments>build</arguments>
+                        </configuration>
                     </execution>
                 </executions>
             </plugin>