You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2008/12/03 21:55:43 UTC

svn commit: r723067 - /incubator/openwebbeans/trunk/webbeans-api/pom.xml

Author: gerdogdu
Date: Wed Dec  3 12:55:43 2008
New Revision: 723067

URL: http://svn.apache.org/viewvc?rev=723067&view=rev
Log:
Applying Patch for pom.xml

Modified:
    incubator/openwebbeans/trunk/webbeans-api/pom.xml

Modified: incubator/openwebbeans/trunk/webbeans-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-api/pom.xml?rev=723067&r1=723066&r2=723067&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-api/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-api/pom.xml Wed Dec  3 12:55:43 2008
@@ -5,4 +5,16 @@
   <name>webbeans-api</name>
   <version>1.0.0-SNAPSHOT</version>
   <description>Web Bean API</description>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>
\ No newline at end of file