You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ad...@apache.org on 2005/12/13 19:53:32 UTC

svn commit: r356570 - /geronimo/specs/branches/1_0/pom.xml

Author: adc
Date: Tue Dec 13 10:53:30 2005
New Revision: 356570

URL: http://svn.apache.org/viewcvs?rev=356570&view=rev
Log:
Need to add source/target = 1.4

Modified:
    geronimo/specs/branches/1_0/pom.xml

Modified: geronimo/specs/branches/1_0/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/specs/branches/1_0/pom.xml?rev=356570&r1=356569&r2=356570&view=diff
==============================================================================
--- geronimo/specs/branches/1_0/pom.xml (original)
+++ geronimo/specs/branches/1_0/pom.xml Tue Dec 13 10:53:30 2005
@@ -39,6 +39,13 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.4</source>
+          <target>1.4</target>
+        </configuration>
+      </plugin>
     </plugins>
   </build>