Thomas Vachuska

Moving he version of archetypes to 1.4-SNAPSHOT in preparation for release with …

…the onos-maven-plugin.

Change-Id: I129d3c08c48c58b10afcb6d1c62b7ed09b23a966
......@@ -101,6 +101,27 @@
</supportedProjectTypes>
</configuration>
</plugin>
<plugin>
<groupId>org.onosproject</groupId>
<artifactId>onos-maven-plugin</artifactId>
<version>1.4-SNAPSHOT</version>
<executions>
<execution>
<id>cfg</id>
<phase>generate-resources</phase>
<goals>
<goal>cfg</goal>
</goals>
</execution>
<execution>
<id>app</id>
<phase>package</phase>
<goals>
<goal>app</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
......