Revision: 1135
Author: [email protected]
Date: Thu Apr 14 20:11:34 2011
Log: - update poms and Readme.txt for 1.3.1 release
http://code.google.com/p/piccolo2d/source/detail?r=1135
Modified:
/piccolo2d.java/branches/release-1.3/Readme.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 Mon Apr 4 18:48:07 2011
+++ /piccolo2d.java/branches/release-1.3/Readme.txt Thu Apr 14 20:11:34 2011
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.piccolo2d</groupId>
<artifactId>piccolo2d-core</artifactId>
- <version>1.3.1-rc1</version>
+ <version>1.3.1</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.1-rc1</version>
+ <version>1.3.1</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.1-rc1</version>
+ <version>1.3.1</version>
</dependency>
in your pom.xml. If your project does not use maven, simply include
@@ -81,10 +81,10 @@
$ cd examples
$ mvn clean package assembly:single
-$ java -jar target/piccolo2d-examples-1.3.1-rc1-jar-with-dependencies.jar
+$ java -jar target/piccolo2d-examples-1.3.1-jar-with-dependencies.jar
To build and run the Piccolo2D SWT examples runnable jar
$ cd swt-examples
$ mvn clean package assembly:single
-$ java -jar
target/piccolo2d-swt-examples-1.3.1-rc1-jar-with-dependencies.jar
+$ java -jar target/piccolo2d-swt-examples-1.3.1-jar-with-dependencies.jar
=======================================
--- /piccolo2d.java/branches/release-1.3/core/pom.xml Mon Apr 4 18:48:07
2011
+++ /piccolo2d.java/branches/release-1.3/core/pom.xml Thu Apr 14 20:11:34
2011
@@ -34,7 +34,7 @@
<parent>
<artifactId>piccolo2d-parent</artifactId>
<groupId>org.piccolo2d</groupId>
- <version>1.3.1-rc1</version>
+ <version>1.3.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>piccolo2d-core</artifactId>
=======================================
--- /piccolo2d.java/branches/release-1.3/examples/pom.xml Mon Apr 4
18:48:07 2011
+++ /piccolo2d.java/branches/release-1.3/examples/pom.xml Thu Apr 14
20:11:34 2011
@@ -34,7 +34,7 @@
<parent>
<artifactId>piccolo2d-parent</artifactId>
<groupId>org.piccolo2d</groupId>
- <version>1.3.1-rc1</version>
+ <version>1.3.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>piccolo2d-examples</artifactId>
=======================================
--- /piccolo2d.java/branches/release-1.3/extras/pom.xml Mon Apr 4 18:48:07
2011
+++ /piccolo2d.java/branches/release-1.3/extras/pom.xml Thu Apr 14 20:11:34
2011
@@ -34,7 +34,7 @@
<parent>
<artifactId>piccolo2d-parent</artifactId>
<groupId>org.piccolo2d</groupId>
- <version>1.3.1-rc1</version>
+ <version>1.3.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>piccolo2d-extras</artifactId>
=======================================
--- /piccolo2d.java/branches/release-1.3/parent/pom.xml Mon Apr 4 18:48:07
2011
+++ /piccolo2d.java/branches/release-1.3/parent/pom.xml Thu Apr 14 20:11:34
2011
@@ -33,7 +33,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.piccolo2d</groupId>
<artifactId>piccolo2d-parent</artifactId>
- <version>1.3.1-rc1</version>
+ <version>1.3.1</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/branches/release-1.3/pom.xml Mon Apr 4 18:48:07 2011
+++ /piccolo2d.java/branches/release-1.3/pom.xml Thu Apr 14 20:11:34 2011
@@ -34,7 +34,7 @@
<parent>
<artifactId>piccolo2d-parent</artifactId>
<groupId>org.piccolo2d</groupId>
- <version>1.3.1-rc1</version>
+ <version>1.3.1</version>
<relativePath>./parent/pom.xml</relativePath>
</parent>
<artifactId>piccolo2d-complete</artifactId>
=======================================
--- /piccolo2d.java/branches/release-1.3/swt/pom.xml Mon Apr 4 18:48:07
2011
+++ /piccolo2d.java/branches/release-1.3/swt/pom.xml Thu Apr 14 20:11:34
2011
@@ -34,7 +34,7 @@
<parent>
<artifactId>piccolo2d-parent</artifactId>
<groupId>org.piccolo2d</groupId>
- <version>1.3.1-rc1</version>
+ <version>1.3.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>piccolo2d-swt</artifactId>
=======================================
--- /piccolo2d.java/branches/release-1.3/swt-examples/pom.xml Mon Apr 4
18:48:07 2011
+++ /piccolo2d.java/branches/release-1.3/swt-examples/pom.xml Thu Apr 14
20:11:34 2011
@@ -34,7 +34,7 @@
<parent>
<artifactId>piccolo2d-parent</artifactId>
<groupId>org.piccolo2d</groupId>
- <version>1.3.1-rc1</version>
+ <version>1.3.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>piccolo2d-swt-examples</artifactId>
--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en