Author: dion
Date: Tue Nov 22 21:01:49 2005
New Revision: 348374
URL: http://svn.apache.org/viewcvs?rev=348374&view=rev
Log:
Use groupId/artifactId consistently instead of simply id
Modified:
jakarta/commons/proper/el/trunk/project.xml
Modified: jakarta/commons/proper/el/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/el/trunk/project.xml?rev=348374&r1=348373&r2=348374&view=diff
==============================================================================
--- jakarta/commons/proper/el/trunk/project.xml (original)
+++ jakarta/commons/proper/el/trunk/project.xml Tue Nov 22 21:01:49 2005
@@ -18,8 +18,9 @@
<pomVersion>3</pomVersion>
<name>EL</name>
- <id>commons-el</id>
- <currentVersion>1.0</currentVersion>
+ <groupId>commons-el</groupId>
+ <artifactId>commons-el</artifactId>
+ <currentVersion>1.0.1-SNAPSHOT</currentVersion>
<inceptionYear>2003</inceptionYear>
<shortDescription>Commons EL</shortDescription>
<description>JSP 2.0 Expression Language Interpreter
Implementation</description>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]