Upgrading ONOS archetypes to use the ONOS Maven Plugin 2.0

Change-Id: I73a256311f12b6a07c93f6f4ee8f0f29f8769e9a
diff --git a/tools/package/archetypes/ui/src/main/resources/archetype-resources/pom.xml b/tools/package/archetypes/ui/src/main/resources/archetype-resources/pom.xml
index 3ef5f8e..e991bf0 100644
--- a/tools/package/archetypes/ui/src/main/resources/archetype-resources/pom.xml
+++ b/tools/package/archetypes/ui/src/main/resources/archetype-resources/pom.xml
@@ -110,7 +110,7 @@
             <plugin>
                 <groupId>org.onosproject</groupId>
                 <artifactId>onos-maven-plugin</artifactId>
-                <version>2.0-SNAPSHOT</version>
+                <version>2.0</version>
                 <executions>
                     <execution>
                         <id>cfg</id>