You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2006/05/27 21:05:08 UTC

svn commit: r409858 - /jakarta/commons/proper/chain/trunk/apps/agility/project.xml

Author: dennisl
Date: Sat May 27 12:05:08 2006
New Revision: 409858

URL: http://svn.apache.org/viewvc?rev=409858&view=rev
Log:
Change groupId to org.apache.commons
Change artifactId by prefixing it with "commons-chain-"
Update the dependency on commons-chain to use a version that is available in the repository

Modified:
    jakarta/commons/proper/chain/trunk/apps/agility/project.xml

Modified: jakarta/commons/proper/chain/trunk/apps/agility/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/apps/agility/project.xml?rev=409858&r1=409857&r2=409858&view=diff
==============================================================================
--- jakarta/commons/proper/chain/trunk/apps/agility/project.xml (original)
+++ jakarta/commons/proper/chain/trunk/apps/agility/project.xml Sat May 27 12:05:08 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <project>
-  <groupId>commons-chain</groupId>
-  <artifactId>agility</artifactId>
+  <groupId>org.apache.commons</groupId>
+  <artifactId>commons-chain-agility</artifactId>
   <name>Agility Controller for Commons Chain</name>
   <package>org.apache.*</package>
   <description>An implementation of the classic Controller pattern implemented with Commons Chain.</description>
@@ -31,7 +31,7 @@
     <dependency>
       <groupId>commons-chain</groupId>
       <artifactId>commons-chain</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>1.0</version>
       <properties>
         <war.bundle>true</war.bundle>
       </properties>



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