[hornetq-commits] JBoss hornetq SVN: r10696 - in trunk: hornetq-jms-client and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed May 18 06:37:55 EDT 2011


Author: borges
Date: 2011-05-18 06:37:54 -0400 (Wed, 18 May 2011)
New Revision: 10696

Modified:
   trunk/hornetq-core-client/pom.xml
   trunk/hornetq-jms-client/pom.xml
Log:
Reverting the "target=1.5" changes.

I had misunderstood the issue with merging changes with Branch_2_2, which
this does not address.


Modified: trunk/hornetq-core-client/pom.xml
===================================================================
--- trunk/hornetq-core-client/pom.xml	2011-05-18 02:38:49 UTC (rev 10695)
+++ trunk/hornetq-core-client/pom.xml	2011-05-18 10:37:54 UTC (rev 10696)
@@ -25,13 +25,6 @@
       <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-18 02:38:49 UTC (rev 10695)
+++ trunk/hornetq-jms-client/pom.xml	2011-05-18 10:37:54 UTC (rev 10696)
@@ -24,13 +24,6 @@
       <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>



More information about the hornetq-commits mailing list