jvanzyl 02/04/11 14:41:17
Modified: src/update/v2-v3 update-descriptor.dvsl
Log:
Rename the <version> element to <pomVersion> so we know what the
versioning actually refers to.
Revision Changes Path
1.2 +4 -2 jakarta-turbine-maven/src/update/v2-v3/update-descriptor.dvsl
Index: update-descriptor.dvsl
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/update/v2-v3/update-descriptor.dvsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- update-descriptor.dvsl 5 Apr 2002 14:46:21 -0000 1.1
+++ update-descriptor.dvsl 11 Apr 2002 21:41:17 -0000 1.2
@@ -3,7 +3,9 @@
## -----------------------------------------------------------------------
## Summary of changes:
##
-## 1. Increment the <version> element.
+## 1. Increment the <version> element and change the element
+## to <pomVersion> as it isn't very clear as to what <version>
+## refers to.
##
## 2. Remove the <jar> and <type> elements from the <dependency>
## elements. The versioning has been implemented in the
@@ -35,7 +37,7 @@
#match ("*")
#if ($node.name() == "version")
- <version>3</version>
+ <pomVersion>3</pomVersion>
#elseif ($node.name() == "dependencies")
$context.applyTemplates("dependencies")
#else