You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2008/06/13 14:19:20 UTC

svn commit: r667496 - /portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/maven-plugin/project.xml

Author: ate
Date: Fri Jun 13 05:19:20 2008
New Revision: 667496

URL: http://svn.apache.org/viewvc?rev=667496&view=rev
Log:
Minor/non-intrusive change to make it easier to build a custom (e.g. 2.1.3-POSTRELEASE) version of this branch without having to change the version number in multiple places.

Modified:
    portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/maven-plugin/project.xml

Modified: portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/maven-plugin/project.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/maven-plugin/project.xml?rev=667496&r1=667495&r2=667496&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/maven-plugin/project.xml (original)
+++ portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/maven-plugin/project.xml Fri Jun 13 05:19:20 2008
@@ -71,13 +71,13 @@
         <dependency>
             <groupId>org.apache.portals.jetspeed-2</groupId>
             <artifactId>jetspeed-api</artifactId>
-            <version>2.1.3</version>
+            <version>${jetspeed.version}</version>
             <type>jar</type>
         </dependency>
         <dependency>
             <groupId>org.apache.portals.jetspeed-2</groupId>
             <artifactId>jetspeed-deploy-tools</artifactId>
-            <version>2.1.3</version>
+            <version>${jetspeed.version}</version>
             <type>jar</type>
         </dependency>
         <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org