You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ph...@apache.org on 2013/06/04 14:10:21 UTC

svn commit: r1489399 - /qpid/jms/trunk/pom.xml

Author: philharveyonline
Date: Tue Jun  4 12:10:21 2013
New Revision: 1489399

URL: http://svn.apache.org/r1489399
Log:
NO-JIRA: require Java 1.7. This is necessary in order to implement JMS 2

Modified:
    qpid/jms/trunk/pom.xml

Modified: qpid/jms/trunk/pom.xml
URL: http://svn.apache.org/viewvc/qpid/jms/trunk/pom.xml?rev=1489399&r1=1489398&r2=1489399&view=diff
==============================================================================
--- qpid/jms/trunk/pom.xml (original)
+++ qpid/jms/trunk/pom.xml Tue Jun  4 12:10:21 2013
@@ -53,8 +53,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
+          <source>1.7</source>
+          <target>1.7</target>
           <optimize>true</optimize>
           <showDeprecation>true</showDeprecation>
           <showWarnings>true</showWarnings>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org