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: [email protected] For additional commands, e-mail: [email protected]
