Author: rwesten
Date: Thu Mar 13 09:42:34 2014
New Revision: 1577074

URL: http://svn.apache.org/r1577074
Log:
STANBOL-1297: updated required Java version to 1.7. NOTE that the compiler 
plugin still uses 1.6 what means that the Stanbol Source and binaries will 
still be compatible to Java 1.6.

Modified:
    stanbol/branches/release-0.12/parent/pom.xml

Modified: stanbol/branches/release-0.12/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/parent/pom.xml?rev=1577074&r1=1577073&r2=1577074&view=diff
==============================================================================
--- stanbol/branches/release-0.12/parent/pom.xml (original)
+++ stanbol/branches/release-0.12/parent/pom.xml Thu Mar 13 09:42:34 2014
@@ -87,8 +87,8 @@
             <configuration>
               <rules>
                 <requireJavaVersion>
-                  <message>Java 6 or higher is required to compile this 
module</message>
-                  <version>1.6</version>
+                  <message>Java 7 or higher is required to compile this 
module</message>
+                  <version>1.7</version>
                 </requireJavaVersion>
               </rules>
             </configuration>


Reply via email to