[jboss-cvs] JBossAS SVN: r103641 - projects/snowdrop/examples/trunk/spring-jboss-jaxws.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 7 12:43:22 EDT 2010


Author: marius.bogoevici
Date: 2010-04-07 12:43:21 -0400 (Wed, 07 Apr 2010)
New Revision: 103641

Modified:
   projects/snowdrop/examples/trunk/spring-jboss-jaxws/pom.xml
Log:
fixed maven build

Modified: projects/snowdrop/examples/trunk/spring-jboss-jaxws/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/spring-jboss-jaxws/pom.xml	2010-04-07 16:36:59 UTC (rev 103640)
+++ projects/snowdrop/examples/trunk/spring-jboss-jaxws/pom.xml	2010-04-07 16:43:21 UTC (rev 103641)
@@ -23,5 +23,14 @@
   </dependencies>
   <build>
     <finalName>spring-jboss-jaxws</finalName>
+    <plugins>
+        <plugin>
+            <artifactId>maven-compiler-plugin</artifactId>
+            <configuration>
+                <source>1.5</source>
+                <target>1.5</target>
+            </configuration>
+        </plugin>
+    </plugins>
   </build>
 </project>




More information about the jboss-cvs-commits mailing list