Revision: 1187
Author:   heuermh
Date:     Tue Sep  4 12:28:02 2012
Log:      updating minimum JDK version to 1.6, add enforcer configuration
http://code.google.com/p/piccolo2d/source/detail?r=1187

Modified:
 /piccolo2d.java/branches/3.0-spike/jdk16/pom.xml
 /piccolo2d.java/branches/3.0-spike/jdk16-examples/pom.xml
 /piccolo2d.java/branches/3.0-spike/parent/pom.xml

=======================================
--- /piccolo2d.java/branches/3.0-spike/jdk16/pom.xml Tue Sep 4 12:23:56 2012 +++ /piccolo2d.java/branches/3.0-spike/jdk16/pom.xml Tue Sep 4 12:28:02 2012
@@ -40,9 +40,6 @@
   <artifactId>piccolo2d-jdk16</artifactId>
   <packaging>bundle</packaging>
   <name>Piccolo2D JDK16</name>
-  <properties>
-    <jdk.version>1.6</jdk.version>
-  </properties>
   <dependencies>
     <dependency>
       <groupId>org.piccolo2d</groupId>
=======================================
--- /piccolo2d.java/branches/3.0-spike/jdk16-examples/pom.xml Tue Sep 4 12:23:56 2012 +++ /piccolo2d.java/branches/3.0-spike/jdk16-examples/pom.xml Tue Sep 4 12:28:02 2012
@@ -40,9 +40,6 @@
   <artifactId>piccolo2d-examples</artifactId>
   <name>Piccolo2D JDK16 Examples</name>
   <packaging>bundle</packaging>
-  <properties>
-    <jdk.version>1.6</jdk.version>
-  </properties>
   <dependencies>
     <dependency>
       <groupId>org.piccolo2d</groupId>
=======================================
--- /piccolo2d.java/branches/3.0-spike/parent/pom.xml Tue Sep 4 12:23:56 2012 +++ /piccolo2d.java/branches/3.0-spike/parent/pom.xml Tue Sep 4 12:28:02 2012
@@ -38,7 +38,7 @@
   <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>
   <properties>
-    <jdk.version>1.5</jdk.version>
+    <jdk.version>1.6</jdk.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.build.targetEncoding>UTF-8</project.build.targetEncoding>
     <httpbase>http://www.piccolo2d.org/java</httpbase>
@@ -320,6 +320,9 @@
                 <requireMavenVersion>
                   <version>[3.0.4,)</version>
                 </requireMavenVersion>
+                <requireJavaVersion>
+                  <version>1.6</version>
+                </requireJavaVersion>
               </rules>
             </configuration>
           </execution>

--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

Reply via email to