Revision: 975
Author: heuermh
Date: Tue Mar  2 19:16:58 2010
Log: updating version to 1.3rc4
http://code.google.com/p/piccolo2d/source/detail?r=975

Modified:
 /piccolo2d.java/trunk/ReleaseNotes.txt
 /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/ReleaseNotes.txt      Wed Feb 17 21:23:22 2010
+++ /piccolo2d.java/trunk/ReleaseNotes.txt      Tue Mar  2 19:16:58 2010
@@ -103,6 +103,8 @@
 159    events not delivered to PSwing Components for some transforms
 160    endless calls to PSwing's ComponentListener
 161    full bounds behavior has changed in Piccolo 1.3
+163    PSwing doesn't draw dynamic JComponent properly
+165 Bad javadoc for PNode.moveToFront(), PNode.moveToBack(), PNode.moveInFrontOf(PNode), and PNode.moveInBackOf(PNode)


 API changes to core:
=======================================
--- /piccolo2d.java/trunk/core/pom.xml  Wed Feb 17 21:23:22 2010
+++ /piccolo2d.java/trunk/core/pom.xml  Tue Mar  2 19:16:58 2010
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.3-rc3</version>
+    <version>1.3-rc4</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-core</artifactId>
=======================================
--- /piccolo2d.java/trunk/examples/pom.xml      Wed Feb 17 21:23:22 2010
+++ /piccolo2d.java/trunk/examples/pom.xml      Tue Mar  2 19:16:58 2010
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.3-rc3</version>
+    <version>1.3-rc4</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-examples</artifactId>
=======================================
--- /piccolo2d.java/trunk/extras/pom.xml        Wed Feb 17 21:23:22 2010
+++ /piccolo2d.java/trunk/extras/pom.xml        Tue Mar  2 19:16:58 2010
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.3-rc3</version>
+    <version>1.3-rc4</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-extras</artifactId>
=======================================
--- /piccolo2d.java/trunk/parent/pom.xml        Wed Feb 17 21:23:22 2010
+++ /piccolo2d.java/trunk/parent/pom.xml        Tue Mar  2 19:16:58 2010
@@ -33,7 +33,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.piccolo2d</groupId>
   <artifactId>piccolo2d-parent</artifactId>
-  <version>1.3-rc3</version>
+  <version>1.3-rc4</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>
=======================================
--- /piccolo2d.java/trunk/pom.xml       Wed Feb 17 21:23:22 2010
+++ /piccolo2d.java/trunk/pom.xml       Tue Mar  2 19:16:58 2010
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.3-rc3</version>
+    <version>1.3-rc4</version>
     <relativePath>./parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-complete</artifactId>
=======================================
--- /piccolo2d.java/trunk/swt/pom.xml   Wed Feb 17 21:23:22 2010
+++ /piccolo2d.java/trunk/swt/pom.xml   Tue Mar  2 19:16:58 2010
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.3-rc3</version>
+    <version>1.3-rc4</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-swt</artifactId>
=======================================
--- /piccolo2d.java/trunk/swt-examples/pom.xml  Wed Feb 17 21:23:22 2010
+++ /piccolo2d.java/trunk/swt-examples/pom.xml  Tue Mar  2 19:16:58 2010
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.3-rc3</version>
+    <version>1.3-rc4</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