Author: jochen
Date: Tue Nov 9 09:38:24 2010
New Revision: 1032899
URL: http://svn.apache.org/viewvc?rev=1032899&view=rev
Log:
- Switch to Java 6
- Make Maven 3.0 happy.
Modified:
labs/jaxmas/trunk/JaxMas/.settings/org.eclipse.jdt.core.prefs
labs/jaxmas/trunk/JaxMas/pom.xml
Modified: labs/jaxmas/trunk/JaxMas/.settings/org.eclipse.jdt.core.prefs
URL:
http://svn.apache.org/viewvc/labs/jaxmas/trunk/JaxMas/.settings/org.eclipse.jdt.core.prefs?rev=1032899&r1=1032898&r2=1032899&view=diff
==============================================================================
--- labs/jaxmas/trunk/JaxMas/.settings/org.eclipse.jdt.core.prefs (original)
+++ labs/jaxmas/trunk/JaxMas/.settings/org.eclipse.jdt.core.prefs Tue Nov 9
09:38:24 2010
@@ -1,4 +1,4 @@
-#Wed Aug 04 17:39:24 CEST 2010
+#Tue Nov 09 10:37:54 CET 2010
eclipse.preferences.version=1
org.eclipse.jdt.core.codeComplete.argumentPrefixes=p
org.eclipse.jdt.core.codeComplete.argumentSuffixes=
Modified: labs/jaxmas/trunk/JaxMas/pom.xml
URL:
http://svn.apache.org/viewvc/labs/jaxmas/trunk/JaxMas/pom.xml?rev=1032899&r1=1032898&r2=1032899&view=diff
==============================================================================
--- labs/jaxmas/trunk/JaxMas/pom.xml (original)
+++ labs/jaxmas/trunk/JaxMas/pom.xml Tue Nov 9 09:38:24 2010
@@ -95,8 +95,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
<plugin>
@@ -116,8 +116,9 @@
<reporting>
<plugins>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>rat-maven-plugin</artifactId>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>0.7</version>
</plugin>
</plugins>
</reporting>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]