Revision: 1197
Author:   heuermh
Date:     Wed Apr 10 12:51:32 2013
Log:      update release notes and readme for 3.0-beta1
http://code.google.com/p/piccolo2d/source/detail?r=1197

Modified:
 /piccolo2d.java/branches/3.0-spike/Readme.txt
 /piccolo2d.java/branches/3.0-spike/ReleaseNotes.txt
 /piccolo2d.java/branches/3.0-spike/license-piccolo.txt

=======================================
--- /piccolo2d.java/branches/3.0-spike/Readme.txt       Mon May 10 20:48:44 2010
+++ /piccolo2d.java/branches/3.0-spike/Readme.txt       Wed Apr 10 12:51:32 2013
@@ -10,11 +10,11 @@
 REQUIREMENTS

 To run Piccolo2D.Java applications you need to have a Java Runtime
-Environment (JRE) or Java Development Kit (JDK) version 1.4 or newer.
+Environment (JRE) or Java Development Kit (JDK) version 1.6 or newer.

 To build Piccolo2D.Java you need to have a Java Runtime Environment
-(JRE) or Java Development Kit (JDK) version 1.5 or newer, and Apache
-Maven version 2.0.10 or newer.
+(JRE) or Java Development Kit (JDK) version 1.6 or newer, and Apache
+Maven version 3.0.5 or newer.

 Java Runtime Environment (JRE)
 http://java.sun.com/javase/downloads/index.jsp#jre
@@ -46,7 +46,7 @@
 <dependency>
   <groupId>org.piccolo2d</groupId>
   <artifactId>piccolo2d-core</artifactId>
-  <version>2.0</version>
+  <version>3.0</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>2.0</version>
+  <version>3.0</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>2.0</version>
+  <version>3.0</version>
 </dependency>

 in your pom.xml.  If your project does not use maven, simply include
@@ -81,10 +81,10 @@

 $ cd examples
 $ mvn assembly:assembly
-$ java -jar target/piccolo2d-examples-1.3-jar-with-dependencies.jar
+$ java -jar target/piccolo2d-examples-3.0-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
+$ java -jar target/piccolo2d-swt-examples-3.0-jar-with-dependencies.jar
=======================================
--- /piccolo2d.java/branches/3.0-spike/ReleaseNotes.txt Wed Mar 10 18:00:30 2010 +++ /piccolo2d.java/branches/3.0-spike/ReleaseNotes.txt Wed Apr 10 12:51:32 2013
@@ -1,3 +1,11 @@
+=Piccolo2d 3.0-beta1 Release Notes=
+------------------
+
+Initial beta release of svn branch https://piccolo2d.googlecode.com/svn/piccolo2d.java/branches/3.0-spike.
+
+Further release notes will be available after beta releases are complete.
+
+
 =Piccolo2D 1.3 Release Notes=
 ------------------

=======================================
--- /piccolo2d.java/branches/3.0-spike/license-piccolo.txt Tue Mar 15 15:25:35 2011 +++ /piccolo2d.java/branches/3.0-spike/license-piccolo.txt Wed Apr 10 12:51:32 2013
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008-2011, Piccolo2D project, http://piccolo2d.org
+ * Copyright (c) 2008-2013, Piccolo2D project, http://piccolo2d.org
  * Copyright (c) 1998-2008, University of Maryland
  * All rights reserved.
  *

--
--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
--- You received this message because you are subscribed to the Google Groups "Piccolo2D Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to piccolo2d-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to