You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2013/02/04 00:02:27 UTC

svn commit: r1441985 - /felix/trunk/framework/pom.xml

Author: pauls
Date: Sun Feb  3 23:02:27 2013
New Revision: 1441985

URL: http://svn.apache.org/viewvc?rev=1441985&view=rev
Log:
Call registerAsParallelCapable via reflection to not add a dependency on java7 (FELIX-3553).

Modified:
    felix/trunk/framework/pom.xml

Modified: felix/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework/pom.xml?rev=1441985&r1=1441984&r2=1441985&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Sun Feb  3 23:02:27 2013
@@ -44,8 +44,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <target>1.7</target>
-          <source>1.7</source>
+          <target>1.5</target>
+          <source>1.5</source>
         </configuration>
       </plugin>