You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2010/05/27 22:59:43 UTC

svn commit: r948995 - /openejb/branches/openejb-3.1.x/pom.xml

Author: dblevins
Date: Thu May 27 20:59:42 2010
New Revision: 948995

URL: http://svn.apache.org/viewvc?rev=948995&view=rev
Log:
put back to 1.5 (merged that last one a little to quicly)

Modified:
    openejb/branches/openejb-3.1.x/pom.xml

Modified: openejb/branches/openejb-3.1.x/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.x/pom.xml?rev=948995&r1=948994&r2=948995&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.x/pom.xml (original)
+++ openejb/branches/openejb-3.1.x/pom.xml Thu May 27 20:59:42 2010
@@ -148,8 +148,8 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>2.0.2</version>
         <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
+          <source>1.5</source>
+          <target>1.5</target>
         </configuration>
       </plugin>
       <plugin>