Author: mattmann
Date: Sat May  5 01:59:11 2012
New Revision: 1334302

URL: http://svn.apache.org/viewvc?rev=1334302&view=rev
Log:
- see if this fixes Jenkins: declare 1.6 explicitly

Modified:
    oodt/trunk/core/pom.xml

Modified: oodt/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/core/pom.xml?rev=1334302&r1=1334301&r2=1334302&view=diff
==============================================================================
--- oodt/trunk/core/pom.xml (original)
+++ oodt/trunk/core/pom.xml Sat May  5 01:59:11 2012
@@ -268,8 +268,8 @@ the License.
             <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>


Reply via email to