You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by en...@apache.org on 2011/08/12 15:11:59 UTC

svn commit: r1157089 - in /incubator/stanbol/branches/jena-reasoners/reasoners: hermit/pom.xml owllink/pom.xml

Author: enridaga
Date: Fri Aug 12 13:11:59 2011
New Revision: 1157089

URL: http://svn.apache.org/viewvc?rev=1157089&view=rev
Log:
Removing version specified for maven-resources-plugin, which was different from the one declared in the parent pom (Pom cleaning) (STANBOL-185)

Modified:
    incubator/stanbol/branches/jena-reasoners/reasoners/hermit/pom.xml
    incubator/stanbol/branches/jena-reasoners/reasoners/owllink/pom.xml

Modified: incubator/stanbol/branches/jena-reasoners/reasoners/hermit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/jena-reasoners/reasoners/hermit/pom.xml?rev=1157089&r1=1157088&r2=1157089&view=diff
==============================================================================
--- incubator/stanbol/branches/jena-reasoners/reasoners/hermit/pom.xml (original)
+++ incubator/stanbol/branches/jena-reasoners/reasoners/hermit/pom.xml Fri Aug 12 13:11:59 2011
@@ -153,7 +153,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
-        <version>2.2</version>
+        <!--  version>2.2</version-->
         <configuration>
           <encoding>${project.build.sourceEncoding}</encoding>
         </configuration>

Modified: incubator/stanbol/branches/jena-reasoners/reasoners/owllink/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/jena-reasoners/reasoners/owllink/pom.xml?rev=1157089&r1=1157088&r2=1157089&view=diff
==============================================================================
--- incubator/stanbol/branches/jena-reasoners/reasoners/owllink/pom.xml (original)
+++ incubator/stanbol/branches/jena-reasoners/reasoners/owllink/pom.xml Fri Aug 12 13:11:59 2011
@@ -131,7 +131,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
-        <version>2.2</version>
+        <!-- version>2.2</version-->
         <configuration>
           <encoding>${project.build.sourceEncoding}</encoding>
         </configuration>