Revision: 928
Author: heuermh
Date: Mon Jan 18 15:28:25 2010
Log: updating version to 1.3-rc1
http://code.google.com/p/piccolo2d/source/detail?r=928

Modified:
 /piccolo2d.java/trunk/core/pom.xml
 /piccolo2d.java/trunk/examples/pom.xml
 /piccolo2d.java/trunk/extras/pom.xml
 /piccolo2d.java/trunk/parent/pom.xml
 /piccolo2d.java/trunk/pom.xml
 /piccolo2d.java/trunk/swt/pom.xml
 /piccolo2d.java/trunk/swt-examples/pom.xml

=======================================
--- /piccolo2d.java/trunk/core/pom.xml  Fri Dec 18 13:29:45 2009
+++ /piccolo2d.java/trunk/core/pom.xml  Mon Jan 18 15:28:25 2010
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.3-beta</version>
+    <version>1.3-rc1</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-core</artifactId>
=======================================
--- /piccolo2d.java/trunk/examples/pom.xml      Fri Dec 18 13:29:45 2009
+++ /piccolo2d.java/trunk/examples/pom.xml      Mon Jan 18 15:28:25 2010
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.3-beta</version>
+    <version>1.3-rc1</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-examples</artifactId>
=======================================
--- /piccolo2d.java/trunk/extras/pom.xml        Fri Dec 18 13:29:45 2009
+++ /piccolo2d.java/trunk/extras/pom.xml        Mon Jan 18 15:28:25 2010
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.3-beta</version>
+    <version>1.3-rc1</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-extras</artifactId>
=======================================
--- /piccolo2d.java/trunk/parent/pom.xml        Fri Dec 18 13:29:45 2009
+++ /piccolo2d.java/trunk/parent/pom.xml        Mon Jan 18 15:28:25 2010
@@ -33,7 +33,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.piccolo2d</groupId>
   <artifactId>piccolo2d-parent</artifactId>
-  <version>1.3-beta</version>
+  <version>1.3-rc1</version>
   <packaging>pom</packaging>
   <name>Piccolo2D Parent</name>
<description>A revolutionary way to create robust, full-featured graphical applications in Java and C#, with striking visual effects such as zooming, animation and multiple representations.</description>
@@ -221,7 +221,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-clean-plugin</artifactId>
-          <version>2.3</version>
+          <version>2.4</version>
         </plugin>
         <plugin>
           <artifactId>maven-compiler-plugin</artifactId>
@@ -239,15 +239,19 @@
             <target>${jdk.version}</target>
           </configuration>
         </plugin>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.6.1</version>
-        <configuration>
-          <source>${jdk.version}</source>
-          <verbose>false</verbose>
-          <show>package</show>
-        </configuration>
-      </plugin>
+        <plugin>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.6.1</version>
+          <configuration>
+            <source>${jdk.version}</source>
+            <verbose>false</verbose>
+            <show>package</show>
+          </configuration>
+        </plugin>
+        <plugin>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>
         <plugin>
           <artifactId>maven-scm-plugin</artifactId>
           <version>1.1</version>
@@ -256,6 +260,14 @@
           </configuration>
         </plugin>
         <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
+        <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
           <version>2.0.1</version>
=======================================
--- /piccolo2d.java/trunk/pom.xml       Fri Dec 18 13:29:45 2009
+++ /piccolo2d.java/trunk/pom.xml       Mon Jan 18 15:28:25 2010
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.3-beta</version>
+    <version>1.3-rc1</version>
     <relativePath>./parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-complete</artifactId>
=======================================
--- /piccolo2d.java/trunk/swt/pom.xml   Fri Dec 18 13:29:45 2009
+++ /piccolo2d.java/trunk/swt/pom.xml   Mon Jan 18 15:28:25 2010
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.3-beta</version>
+    <version>1.3-rc1</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-swt</artifactId>
=======================================
--- /piccolo2d.java/trunk/swt-examples/pom.xml  Fri Dec 18 13:29:45 2009
+++ /piccolo2d.java/trunk/swt-examples/pom.xml  Mon Jan 18 15:28:25 2010
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.3-beta</version>
+    <version>1.3-rc1</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-swt-examples</artifactId>
-- 
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

Reply via email to