update maven archetype to Pivot-2.0.4

git-svn-id: https://svn.apache.org/repos/asf/pivot/skunk/pivot-archetype-quickstart@1598252 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 76c84c1..e319e56 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -19,7 +19,7 @@
 

 ** New Feature

     * [PIVOT-397] - Initial version, using (consuming) Pivot 2.0 jars

-    * [PIVOT-397] - Updated for Pivot 2.0.3, and update some maven plugin

+    * [PIVOT-397] - Updated for Pivot 2.0.4, and update some maven plugin

 

 ** Improvement

 

diff --git a/pom.xml b/pom.xml
index a0dc218..e35e8e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>

     <groupId>org.apache.pivot</groupId>

     <artifactId>pivot-archetype-quickstart</artifactId>

-    <version>1.0.3</version>

+    <version>1.0.4</version>

     <name>Apache Pivot Quickstart Archetype</name>

     <url>http://pivot.apache.org</url>

     <organization>

@@ -40,7 +40,7 @@
 

     <properties>

         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-        <application.version>1.0.3</application.version>

+        <application.version>1.0.4</application.version>

     </properties>

 

     <build>

@@ -51,7 +51,7 @@
             <plugin>

                 <groupId>org.apache.maven.plugins</groupId>

                 <artifactId>maven-compiler-plugin</artifactId>

-                <version>2.5.1</version>

+                <version>3.1</version>

                 <configuration>

                     <source>1.6</source>

                     <target>1.6</target>

diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml
index a548e08..87b625e 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -34,7 +34,7 @@
 

     <properties>

         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-        <pivot.version>2.0.3</pivot.version>

+        <pivot.version>2.0.4</pivot.version>

     </properties>

 

     <dependencies>

@@ -81,7 +81,7 @@
             <plugin>

                 <groupId>org.apache.maven.plugins</groupId>

                 <artifactId>maven-compiler-plugin</artifactId>

-                <version>2.5.1</version>

+                <version>3.1</version>

                 <configuration>

                     <source>1.6</source>

                     <target>1.6</target>

@@ -91,7 +91,7 @@
             <plugin>

                 <groupId>org.codehaus.mojo</groupId>

                 <artifactId>exec-maven-plugin</artifactId>

-                <version>1.2.1</version>

+                <version>1.3</version>

                 <configuration>

                     <mainClass>org.apache.pivot.wtk.DesktopApplicationContext</mainClass>

                     <arguments>