Author: borges
Date: 2011-05-17 11:07:16 -0400 (Tue, 17 May 2011)
New Revision: 10678
Modified:
trunk/hornetq-core-client/pom.xml
trunk/hornetq-jms-client/pom.xml
Log:
Core and Jms clients to be compiled with target=1.5
Modified: trunk/hornetq-core-client/pom.xml
===================================================================
--- trunk/hornetq-core-client/pom.xml 2011-05-17 13:48:51 UTC (rev 10677)
+++ trunk/hornetq-core-client/pom.xml 2011-05-17 15:07:16 UTC (rev 10678)
@@ -25,6 +25,13 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
Modified: trunk/hornetq-jms-client/pom.xml
===================================================================
--- trunk/hornetq-jms-client/pom.xml 2011-05-17 13:48:51 UTC (rev 10677)
+++ trunk/hornetq-jms-client/pom.xml 2011-05-17 15:07:16 UTC (rev 10678)
@@ -24,6 +24,13 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
Show replies by date