You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2006/03/28 23:52:03 UTC

svn commit: r389613 - in /jackrabbit: branches/1.0/textfilters/project.xml trunk/textfilters/project.xml

Author: jukka
Date: Tue Mar 28 13:52:02 2006
New Revision: 389613

URL: http://svn.apache.org/viewcvs?rev=389613&view=rev
Log:
textfilters: Use the current Jackrabbit version.

Modified:
    jackrabbit/branches/1.0/textfilters/project.xml
    jackrabbit/trunk/textfilters/project.xml

Modified: jackrabbit/branches/1.0/textfilters/project.xml
URL: http://svn.apache.org/viewcvs/jackrabbit/branches/1.0/textfilters/project.xml?rev=389613&r1=389612&r2=389613&view=diff
==============================================================================
--- jackrabbit/branches/1.0/textfilters/project.xml (original)
+++ jackrabbit/branches/1.0/textfilters/project.xml Tue Mar 28 13:52:02 2006
@@ -194,7 +194,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit</artifactId>
-      <version>1.0</version>
+      <version>${pom.currentVersion}</version>
       <type>jar</type>
     </dependency>
     <dependency>

Modified: jackrabbit/trunk/textfilters/project.xml
URL: http://svn.apache.org/viewcvs/jackrabbit/trunk/textfilters/project.xml?rev=389613&r1=389612&r2=389613&view=diff
==============================================================================
--- jackrabbit/trunk/textfilters/project.xml (original)
+++ jackrabbit/trunk/textfilters/project.xml Tue Mar 28 13:52:02 2006
@@ -194,7 +194,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>${pom.currentVersion}</version>
       <type>jar</type>
     </dependency>
     <dependency>