Revision: 971
Author: heuermh
Date: Wed Feb 17 21:23:22 2010
Log: updating version to 1.3-rc3
http://code.google.com/p/piccolo2d/source/detail?r=971

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      Thu Feb  4 23:05:40 2010
+++ /piccolo2d.java/trunk/ReleaseNotes.txt      Wed Feb 17 21:23:22 2010
@@ -99,10 +99,10 @@
 144    Updates for PSwing
 145    build broken (pom, swt)
 150    Prepare SwingLayoutNode for distribution
-155    If width or height is zero, the rest of bounds are reset.
158 Component doesn't receive events after PSwing is added, removed and re-added to scenegraph
 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


 API changes to core:
=======================================
--- /piccolo2d.java/trunk/core/pom.xml  Thu Feb  4 23:05:40 2010
+++ /piccolo2d.java/trunk/core/pom.xml  Wed Feb 17 21:23:22 2010
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.3-rc2</version>
+    <version>1.3-rc3</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-core</artifactId>
=======================================
--- /piccolo2d.java/trunk/examples/pom.xml      Thu Feb  4 23:05:40 2010
+++ /piccolo2d.java/trunk/examples/pom.xml      Wed Feb 17 21:23:22 2010
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.3-rc2</version>
+    <version>1.3-rc3</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-examples</artifactId>
=======================================
--- /piccolo2d.java/trunk/extras/pom.xml        Thu Feb  4 23:05:40 2010
+++ /piccolo2d.java/trunk/extras/pom.xml        Wed Feb 17 21:23:22 2010
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.3-rc2</version>
+    <version>1.3-rc3</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-extras</artifactId>
=======================================
--- /piccolo2d.java/trunk/parent/pom.xml        Thu Feb  4 23:05:40 2010
+++ /piccolo2d.java/trunk/parent/pom.xml        Wed Feb 17 21:23:22 2010
@@ -33,7 +33,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.piccolo2d</groupId>
   <artifactId>piccolo2d-parent</artifactId>
-  <version>1.3-rc2</version>
+  <version>1.3-rc3</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       Thu Feb  4 23:05:40 2010
+++ /piccolo2d.java/trunk/pom.xml       Wed Feb 17 21:23:22 2010
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.3-rc2</version>
+    <version>1.3-rc3</version>
     <relativePath>./parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-complete</artifactId>
=======================================
--- /piccolo2d.java/trunk/swt/pom.xml   Thu Feb  4 23:05:40 2010
+++ /piccolo2d.java/trunk/swt/pom.xml   Wed Feb 17 21:23:22 2010
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.3-rc2</version>
+    <version>1.3-rc3</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-swt</artifactId>
=======================================
--- /piccolo2d.java/trunk/swt-examples/pom.xml  Thu Feb  4 23:05:40 2010
+++ /piccolo2d.java/trunk/swt-examples/pom.xml  Wed Feb 17 21:23:22 2010
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.3-rc2</version>
+    <version>1.3-rc3</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