You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by bs...@apache.org on 2007/02/17 00:35:39 UTC

svn commit: r508657 - /incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/pom.xml

Author: bsnyder
Date: Fri Feb 16 15:35:38 2007
New Revision: 508657

URL: http://svn.apache.org/viewvc?view=rev&rev=508657
Log:
Added Java 1.5 flags so that the project will build correctly.

Modified:
    incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/pom.xml

Modified: incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/pom.xml?view=diff&rev=508657&r1=508656&r2=508657
==============================================================================
--- incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/pom.xml (original)
+++ incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/pom.xml Fri Feb 16 15:35:38 2007
@@ -78,6 +78,14 @@
           </excludes>
         </configuration>
       </plugin>
+      <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>
   <dependencies>