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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]