You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2012/05/22 16:47:36 UTC

svn commit: r1341500 - in /pivot/skunk/pivot-archetype-quickstart: BUILD NOTICE RELEASE-NOTES pom.xml src/main/resources/archetype-resources/pom.xml src/main/resources/archetype-resources/src/main/java/PivotApplication.java

Author: smartini
Date: Tue May 22 14:47:36 2012
New Revision: 1341500

URL: http://svn.apache.org/viewvc?rev=1341500&view=rev
Log:
updated to Pivot 2.0.2, and update some plugin

Modified:
    pivot/skunk/pivot-archetype-quickstart/BUILD
    pivot/skunk/pivot-archetype-quickstart/NOTICE
    pivot/skunk/pivot-archetype-quickstart/RELEASE-NOTES
    pivot/skunk/pivot-archetype-quickstart/pom.xml
    pivot/skunk/pivot-archetype-quickstart/src/main/resources/archetype-resources/pom.xml
    pivot/skunk/pivot-archetype-quickstart/src/main/resources/archetype-resources/src/main/java/PivotApplication.java

Modified: pivot/skunk/pivot-archetype-quickstart/BUILD
URL: http://svn.apache.org/viewvc/pivot/skunk/pivot-archetype-quickstart/BUILD?rev=1341500&r1=1341499&r2=1341500&view=diff
==============================================================================
--- pivot/skunk/pivot-archetype-quickstart/BUILD (original)
+++ pivot/skunk/pivot-archetype-quickstart/BUILD Tue May 22 14:47:36 2012
@@ -22,7 +22,7 @@ Building Apache Pivot Quickstart Archety
 * To Test, generate a Pivot Project (called "myapp") with it 
   (and give to it the desired package name when requested, like "com.mycompany.myapp", 
   note that usually the ".myapp" part in the package is written only if overridden here):
-  $ mvn archetype:generate -U -DarchetypeGroupId=org.apache.pivot -DarchetypeArtifactId=pivot-archetype-quickstart -DarchetypeVersion=1.0.1 -DgroupId=com.mycompany -DartifactId=myapp -Dversion=1.0
+  $ mvn archetype:generate -U -DarchetypeGroupId=org.apache.pivot -DarchetypeArtifactId=pivot-archetype-quickstart -DarchetypeVersion=1.0.2 -DgroupId=com.mycompany -DartifactId=myapp -Dversion=1.0
   then, compile the project and run it.
 
 * Note that all maven -U flags shown here are optional, but useful to ensure that latest versions will be used.

Modified: pivot/skunk/pivot-archetype-quickstart/NOTICE
URL: http://svn.apache.org/viewvc/pivot/skunk/pivot-archetype-quickstart/NOTICE?rev=1341500&r1=1341499&r2=1341500&view=diff
==============================================================================
--- pivot/skunk/pivot-archetype-quickstart/NOTICE (original)
+++ pivot/skunk/pivot-archetype-quickstart/NOTICE Tue May 22 14:47:36 2012
@@ -1,5 +1,5 @@
 Apache Pivot
-Copyright 2011 The Apache Software Foundation
+Copyright 2011,2012 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: pivot/skunk/pivot-archetype-quickstart/RELEASE-NOTES
URL: http://svn.apache.org/viewvc/pivot/skunk/pivot-archetype-quickstart/RELEASE-NOTES?rev=1341500&r1=1341499&r2=1341500&view=diff
==============================================================================
--- pivot/skunk/pivot-archetype-quickstart/RELEASE-NOTES (original)
+++ pivot/skunk/pivot-archetype-quickstart/RELEASE-NOTES Tue May 22 14:47:36 2012
@@ -15,11 +15,12 @@
   limitations under the License.
 ================================================================================
 
-Release Notes for Apache Pivot Quickstart Archetype 1.0.1:
+Release Notes for Apache Pivot Quickstart Archetype 1.0.2:
 
 ** New Feature
     * [PIVOT-397] - Initial version, using (consuming) Pivot 2.0 jars
     * [PIVOT-397] - Updated for Pivot 2.0.1
+    * [PIVOT-397] - Updated for Pivot 2.0.2, and update some maven plugin
 
 ** Improvement
 

Modified: pivot/skunk/pivot-archetype-quickstart/pom.xml
URL: http://svn.apache.org/viewvc/pivot/skunk/pivot-archetype-quickstart/pom.xml?rev=1341500&r1=1341499&r2=1341500&view=diff
==============================================================================
--- pivot/skunk/pivot-archetype-quickstart/pom.xml (original)
+++ pivot/skunk/pivot-archetype-quickstart/pom.xml Tue May 22 14:47:36 2012
@@ -22,7 +22,7 @@ limitations under the License.
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.pivot</groupId>
     <artifactId>pivot-archetype-quickstart</artifactId>
-    <version>1.0.1</version>
+    <version>1.0.2</version>
     <name>Apache Pivot Quickstart Archetype</name>
     <url>http://pivot.apache.org</url>
     <organization>
@@ -40,7 +40,7 @@ limitations under the License.
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <application.version>1.0.1</application.version>
+        <application.version>1.0.2</application.version>
     </properties>
 
     <build>
@@ -51,7 +51,7 @@ limitations under the License.
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.3.2</version>
+                <version>2.4</version>
                 <configuration>
                     <source>1.6</source>
                     <target>1.6</target>

Modified: pivot/skunk/pivot-archetype-quickstart/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/pivot/skunk/pivot-archetype-quickstart/src/main/resources/archetype-resources/pom.xml?rev=1341500&r1=1341499&r2=1341500&view=diff
==============================================================================
--- pivot/skunk/pivot-archetype-quickstart/src/main/resources/archetype-resources/pom.xml (original)
+++ pivot/skunk/pivot-archetype-quickstart/src/main/resources/archetype-resources/pom.xml Tue May 22 14:47:36 2012
@@ -34,7 +34,7 @@ limitations under the License.
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <pivot.version>2.0.1</pivot.version>
+        <pivot.version>2.0.2</pivot.version>
     </properties>
 
     <dependencies>
@@ -81,7 +81,7 @@ limitations under the License.
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.3.2</version>
+                <version>2.4</version>
                 <configuration>
                     <source>1.6</source>
                     <target>1.6</target>

Modified: pivot/skunk/pivot-archetype-quickstart/src/main/resources/archetype-resources/src/main/java/PivotApplication.java
URL: http://svn.apache.org/viewvc/pivot/skunk/pivot-archetype-quickstart/src/main/resources/archetype-resources/src/main/java/PivotApplication.java?rev=1341500&r1=1341499&r2=1341500&view=diff
==============================================================================
--- pivot/skunk/pivot-archetype-quickstart/src/main/resources/archetype-resources/src/main/java/PivotApplication.java (original)
+++ pivot/skunk/pivot-archetype-quickstart/src/main/resources/archetype-resources/src/main/java/PivotApplication.java Tue May 22 14:47:36 2012
@@ -81,6 +81,7 @@ public class PivotApplication implements
      */
     @Override
     public void suspend() throws Exception {
+        // empty method
     }
 
     /**
@@ -88,6 +89,7 @@ public class PivotApplication implements
      */
     @Override
     public void resume() throws Exception {
+        // empty method
     }
 
 }