Revision: 1131
Author:   atdixon
Date:     Mon Apr  4 18:48:07 2011
Log:      updating version to 1.3.1-rc1
http://code.google.com/p/piccolo2d/source/detail?r=1131

Modified:
 /piccolo2d.java/branches/release-1.3/Readme.txt
 /piccolo2d.java/branches/release-1.3/ReleaseNotes.txt
 /piccolo2d.java/branches/release-1.3/core/pom.xml
 /piccolo2d.java/branches/release-1.3/examples/pom.xml
 /piccolo2d.java/branches/release-1.3/extras/pom.xml
 /piccolo2d.java/branches/release-1.3/parent/pom.xml
 /piccolo2d.java/branches/release-1.3/pom.xml
 /piccolo2d.java/branches/release-1.3/swt/pom.xml
 /piccolo2d.java/branches/release-1.3/swt-examples/pom.xml

=======================================
--- /piccolo2d.java/branches/release-1.3/Readme.txt     Fri Nov 27 11:42:44 2009
+++ /piccolo2d.java/branches/release-1.3/Readme.txt     Mon Apr  4 18:48:07 2011
@@ -46,7 +46,7 @@
 <dependency>
   <groupId>org.piccolo2d</groupId>
   <artifactId>piccolo2d-core</artifactId>
-  <version>1.3</version>
+  <version>1.3.1-rc1</version>
 </dependency>

 in your pom.xml.  To include the Piccolo2D core classes and the
@@ -55,7 +55,7 @@
 <dependency>
   <groupId>org.piccolo2d</groupId>
   <artifactId>piccolo2d-extras</artifactId>
-  <version>1.3</version>
+  <version>1.3.1-rc1</version>
 </dependency>

 in your pom.xml.  To include the Piccolo2D core classes and the
@@ -64,7 +64,7 @@
 <dependency>
   <groupId>org.piccolo2d</groupId>
   <artifactId>piccolo2d-swt</artifactId>
-  <version>1.3</version>
+  <version>1.3.1-rc1</version>
 </dependency>

 in your pom.xml.  If your project does not use maven, simply include
@@ -80,11 +80,11 @@
 To build and run the Piccolo2D examples runnable jar

 $ cd examples
-$ mvn assembly:assembly
-$ java -jar target/piccolo2d-examples-1.3-jar-with-dependencies.jar
+$ mvn clean package assembly:single
+$ java -jar target/piccolo2d-examples-1.3.1-rc1-jar-with-dependencies.jar

 To build and run the Piccolo2D SWT examples runnable jar

 $ cd swt-examples
-$ mvn assembly:assembly
-$ java -jar target/piccolo2d-swt-examples-1.3-jar-with-dependencies.jar
+$ mvn clean package assembly:single
+$ java -jar target/piccolo2d-swt-examples-1.3.1-rc1-jar-with-dependencies.jar
=======================================
--- /piccolo2d.java/branches/release-1.3/ReleaseNotes.txt Wed Mar 10 18:00:30 2010 +++ /piccolo2d.java/branches/release-1.3/ReleaseNotes.txt Mon Apr 4 18:48:07 2011
@@ -1,3 +1,20 @@
+=Piccolo2D 1.3.1 Release Notes=
+------------------
+
+Fixed and verified issues:
+
+163    PSwing doesn't draw dynamic JComponent properly
+173    Slow repaint of PSwing components when zooming (from 1.2 to 1.3)
+185 Memory leak - PActivityScheduler keeps processed activities in reference
+187    general shapes are not filled correctly under SWT
+188    wrong line width when drawing general shapes under SWT
+195 testPSwingDelegatesPaintingToItsComponent(edu.umd.cs.piccolox.pswing.PSwingTest) fails on release-1.3 branch
+197    Maven site does not run reports from the command line with maven 3
+203    Missing maven profile for Windows x86_64
+206    SWTGraphics2D keeps invalid caches
+212    Update maven-gpg-plugin dependency version to 1.2
+
+
 =Piccolo2D 1.3 Release Notes=
 ------------------

=======================================
--- /piccolo2d.java/branches/release-1.3/core/pom.xml Tue Mar 15 15:28:41 2011 +++ /piccolo2d.java/branches/release-1.3/core/pom.xml Mon Apr 4 18:48:07 2011
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.3.1-rc1</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-core</artifactId>
=======================================
--- /piccolo2d.java/branches/release-1.3/examples/pom.xml Tue Mar 15 15:28:41 2011 +++ /piccolo2d.java/branches/release-1.3/examples/pom.xml Mon Apr 4 18:48:07 2011
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.3.1-rc1</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-examples</artifactId>
=======================================
--- /piccolo2d.java/branches/release-1.3/extras/pom.xml Tue Mar 15 15:28:41 2011 +++ /piccolo2d.java/branches/release-1.3/extras/pom.xml Mon Apr 4 18:48:07 2011
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.3.1-rc1</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-extras</artifactId>
=======================================
--- /piccolo2d.java/branches/release-1.3/parent/pom.xml Fri Mar 25 13:13:14 2011 +++ /piccolo2d.java/branches/release-1.3/parent/pom.xml Mon Apr 4 18:48:07 2011
@@ -33,7 +33,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.piccolo2d</groupId>
   <artifactId>piccolo2d-parent</artifactId>
-  <version>1.4-SNAPSHOT</version>
+  <version>1.3.1-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>
@@ -245,7 +245,7 @@
             <fork>true</fork>
             <encoding>ascii</encoding>
             <optimize>false</optimize>
-            <debug>false</debug>
+            <debug>true</debug>
             <compilerVersion>${jdk.version}</compilerVersion>
             <showDeprecation>false</showDeprecation>
             <showWarnings>true</showWarnings>
=======================================
--- /piccolo2d.java/branches/release-1.3/pom.xml        Tue Mar 15 15:30:25 2011
+++ /piccolo2d.java/branches/release-1.3/pom.xml        Mon Apr  4 18:48:07 2011
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.3.1-rc1</version>
     <relativePath>./parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-complete</artifactId>
=======================================
--- /piccolo2d.java/branches/release-1.3/swt/pom.xml Tue Mar 15 15:28:41 2011 +++ /piccolo2d.java/branches/release-1.3/swt/pom.xml Mon Apr 4 18:48:07 2011
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.3.1-rc1</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <artifactId>piccolo2d-swt</artifactId>
=======================================
--- /piccolo2d.java/branches/release-1.3/swt-examples/pom.xml Tue Mar 15 15:28:41 2011 +++ /piccolo2d.java/branches/release-1.3/swt-examples/pom.xml Mon Apr 4 18:48:07 2011
@@ -34,7 +34,7 @@
   <parent>
     <artifactId>piccolo2d-parent</artifactId>
     <groupId>org.piccolo2d</groupId>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.3.1-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