You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2014/06/20 20:50:29 UTC

svn commit: r1604240 - in /jena/trunk: jena-arq/pom.xml jena-parent/pom.xml

Author: andy
Date: Fri Jun 20 18:50:28 2014
New Revision: 1604240

URL: http://svn.apache.org/r1604240
Log:
Move JENA-714 workaround into jena-parent (jena-text also affected)

Modified:
    jena/trunk/jena-arq/pom.xml
    jena/trunk/jena-parent/pom.xml

Modified: jena/trunk/jena-arq/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/pom.xml?rev=1604240&r1=1604239&r2=1604240&view=diff
==============================================================================
--- jena/trunk/jena-arq/pom.xml (original)
+++ jena/trunk/jena-arq/pom.xml Fri Jun 20 18:50:28 2014
@@ -175,20 +175,6 @@
         </executions>
       </plugin>
 
-      <!-- Temp fix for remote-resources while waiting for remote-resources >1.5 -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <version>1.5</version>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.shared</groupId>
-            <artifactId>maven-filtering</artifactId>
-            <version>1.2</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>

Modified: jena/trunk/jena-parent/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-parent/pom.xml?rev=1604240&r1=1604239&r2=1604240&view=diff
==============================================================================
--- jena/trunk/jena-parent/pom.xml (original)
+++ jena/trunk/jena-parent/pom.xml Fri Jun 20 18:50:28 2014
@@ -434,6 +434,22 @@
           </configuration>
         </plugin>
 
+	<!-- Temp fix for remote-resources while waiting for remote-resources >1.5
+	     1.6 should fix this - SNAPSHOT already does.
+	-->
+	<plugin>
+	  <groupId>org.apache.maven.plugins</groupId>
+	  <artifactId>maven-remote-resources-plugin</artifactId>
+	  <version>1.5</version>
+	  <dependencies>
+	    <dependency>
+	      <groupId>org.apache.maven.shared</groupId>
+	      <artifactId>maven-filtering</artifactId>
+	      <version>1.2</version>
+	    </dependency>
+	  </dependencies>
+	</plugin>
+
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>