You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by ss...@apache.org on 2012/07/27 21:03:53 UTC

svn commit: r1366498 - /shindig/trunk/java/gadgets/pom.xml

Author: ssievers
Date: Fri Jul 27 19:03:53 2012
New Revision: 1366498

URL: http://svn.apache.org/viewvc?rev=1366498&view=rev
Log:
SHINDIG-1829 | Add Java 7 build support in Shindig | Patch from Jasha Joachimsthal

Modified:
    shindig/trunk/java/gadgets/pom.xml

Modified: shindig/trunk/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/gadgets/pom.xml?rev=1366498&r1=1366497&r2=1366498&view=diff
==============================================================================
--- shindig/trunk/java/gadgets/pom.xml (original)
+++ shindig/trunk/java/gadgets/pom.xml Fri Jul 27 19:03:53 2012
@@ -80,7 +80,7 @@
     <profile>
       <id>java6</id>
       <activation>
-        <jdk>1.6</jdk>
+        <jdk>[1.6,)</jdk>
       </activation>
       <dependencies>
         <dependency>