You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2005/11/27 12:42:57 UTC

svn commit: r349212 - in /jakarta/commons/proper/jelly/trunk/jelly-tags: bean/project.xml beanshell/project.xml

Author: dion
Date: Sun Nov 27 03:42:48 2005
New Revision: 349212

URL: http://svn.apache.org/viewcvs?rev=349212&view=rev
Log:
Use groupId/artifactId consistently instead of simply id

Modified:
    jakarta/commons/proper/jelly/trunk/jelly-tags/bean/project.xml
    jakarta/commons/proper/jelly/trunk/jelly-tags/beanshell/project.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/bean/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/bean/project.xml?rev=349212&r1=349211&r2=349212&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/bean/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/bean/project.xml Sun Nov 27 03:42:48 2005
@@ -16,7 +16,7 @@
 -->
 <project>
   <extend>${basedir}/../tag-project.xml</extend>
-  <id>commons-jelly-tags-bean</id>
+  <artifactId>commons-jelly-tags-bean</artifactId>
   <name>commons-jelly-tags-bean</name>
   <currentVersion>1.0.1-SNAPSHOT</currentVersion>
   <package>org.apache.commons.jelly.tags.bean</package>

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/beanshell/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/beanshell/project.xml?rev=349212&r1=349211&r2=349212&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/beanshell/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/beanshell/project.xml Sun Nov 27 03:42:48 2005
@@ -16,7 +16,7 @@
 -->
 <project>
   <extend>${basedir}/../tag-project.xml</extend>
-  <id>commons-jelly-tags-beanshell</id>
+  <artifactId>commons-jelly-tags-beanshell</artifactId>
   <name>commons-jelly-tags-beanshell</name>
   <currentVersion>1.0.1-SNAPSHOT</currentVersion>
   <package>org.apache.commons.jelly.tags.beanshell</package>
@@ -40,7 +40,8 @@
   
     <!-- START for compilation -->
     <dependency>
-      <id>bsh</id>
+      <artifactId>bsh</artifactId>
+      <groupId>bsh</groupId>
       <version>1.2-b3</version>
     </dependency>
     
@@ -51,6 +52,9 @@
       <artifactId>commons-jelly-tags-junit</artifactId>
       <version>1.0</version>
       <url>http://jakarta.apache.org/commons/jelly/libs/junit/</url>
+      <properties>
+        <scope>test</scope>
+      </properties>
     </dependency>
 
     <!-- END for testing -->



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