You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by rf...@apache.org on 2011/12/06 03:44:13 UTC

svn commit: r1210770 - in /incubator/droids/trunk: droids-core/pom.xml droids-solr/pom.xml droids-spring/pom.xml droids-tika/pom.xml droids-wicket/pom.xml pom.xml

Author: rfrovarp
Date: Tue Dec  6 03:44:13 2011
New Revision: 1210770

URL: http://svn.apache.org/viewvc?rev=1210770&view=rev
Log:
Fixes DROIDS-162.
Thank you to Tobias Ruebner for reporting and the patch.

Modified:
    incubator/droids/trunk/droids-core/pom.xml
    incubator/droids/trunk/droids-solr/pom.xml
    incubator/droids/trunk/droids-spring/pom.xml
    incubator/droids/trunk/droids-tika/pom.xml
    incubator/droids/trunk/droids-wicket/pom.xml
    incubator/droids/trunk/pom.xml

Modified: incubator/droids/trunk/droids-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/droids-core/pom.xml?rev=1210770&r1=1210769&r2=1210770&view=diff
==============================================================================
--- incubator/droids/trunk/droids-core/pom.xml (original)
+++ incubator/droids/trunk/droids-core/pom.xml Tue Dec  6 03:44:13 2011
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>org.apache.droids</groupId>
       <artifactId>droids-norobots</artifactId>
-      <version>${pom.version}</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>

Modified: incubator/droids/trunk/droids-solr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/droids-solr/pom.xml?rev=1210770&r1=1210769&r2=1210770&view=diff
==============================================================================
--- incubator/droids/trunk/droids-solr/pom.xml (original)
+++ incubator/droids/trunk/droids-solr/pom.xml Tue Dec  6 03:44:13 2011
@@ -36,7 +36,7 @@
     <dependency>
       <groupId>org.apache.droids</groupId>
       <artifactId>droids-core</artifactId>
-      <version>${pom.version}</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.solr</groupId>

Modified: incubator/droids/trunk/droids-spring/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/droids-spring/pom.xml?rev=1210770&r1=1210769&r2=1210770&view=diff
==============================================================================
--- incubator/droids/trunk/droids-spring/pom.xml (original)
+++ incubator/droids/trunk/droids-spring/pom.xml Tue Dec  6 03:44:13 2011
@@ -36,7 +36,7 @@
     <dependency>
       <groupId>org.apache.droids</groupId>
       <artifactId>droids-core</artifactId>
-      <version>${pom.version}</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>
@@ -54,7 +54,7 @@
     <dependency>
       <groupId>org.apache.droids</groupId>
       <artifactId>droids-core</artifactId>
-      <version>${pom.version}</version>
+      <version>${project.version}</version>
       <scope>test</scope>
       <type>test-jar</type>
     </dependency>

Modified: incubator/droids/trunk/droids-tika/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/droids-tika/pom.xml?rev=1210770&r1=1210769&r2=1210770&view=diff
==============================================================================
--- incubator/droids/trunk/droids-tika/pom.xml (original)
+++ incubator/droids/trunk/droids-tika/pom.xml Tue Dec  6 03:44:13 2011
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>org.apache.droids</groupId>
       <artifactId>droids-core</artifactId>
-      <version>${pom.version}</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
     	<groupId>org.apache.tika</groupId>

Modified: incubator/droids/trunk/droids-wicket/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/droids-wicket/pom.xml?rev=1210770&r1=1210769&r2=1210770&view=diff
==============================================================================
--- incubator/droids/trunk/droids-wicket/pom.xml (original)
+++ incubator/droids/trunk/droids-wicket/pom.xml Tue Dec  6 03:44:13 2011
@@ -35,7 +35,7 @@ limitations under the License.
     <dependency>
       <groupId>org.apache.droids</groupId>
       <artifactId>droids-core</artifactId>
-      <version>${pom.version}</version>
+      <version>${project.version}</version>
     </dependency>
     <!--  WICKET DEPENDENCIES -->
     <dependency>
@@ -155,6 +155,7 @@ limitations under the License.
       <plugin>
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>maven-jetty-plugin</artifactId>
+        <version>${jetty.version}</version>
       </plugin>
       <plugin>
         <artifactId>maven-eclipse-plugin</artifactId>

Modified: incubator/droids/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/pom.xml?rev=1210770&r1=1210769&r2=1210770&view=diff
==============================================================================
--- incubator/droids/trunk/pom.xml (original)
+++ incubator/droids/trunk/pom.xml Tue Dec  6 03:44:13 2011
@@ -206,7 +206,7 @@
               <Implementation-Version>${project.version} ${buildNumber} - ${user.name}</Implementation-Version>
               <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
               <SCM-Revision>${buildNumber}</SCM-Revision>
-              <SCM-url>${scm.url}</SCM-url>
+              <SCM-url>${project.scm.url}</SCM-url>
             </manifestEntries>
           </archive>
         </configuration>