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/22 00:55:51 UTC

svn commit: r348035 - in /jakarta/commons/proper/chain/trunk: apps/agility/project.xml apps/mailreader/project.xml project.xml

Author: dion
Date: Mon Nov 21 15:55:44 2005
New Revision: 348035

URL: http://svn.apache.org/viewcvs?rev=348035&view=rev
Log:
Bug 37314 - Fixes to POMs

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

Modified: jakarta/commons/proper/chain/trunk/apps/agility/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/chain/trunk/apps/agility/project.xml?rev=348035&r1=348034&r2=348035&view=diff
==============================================================================
--- jakarta/commons/proper/chain/trunk/apps/agility/project.xml (original)
+++ jakarta/commons/proper/chain/trunk/apps/agility/project.xml Mon Nov 21 15:55:44 2005
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <project>
-  <id>agility</id>
+  <groupId>commons-chain</groupId>
+  <artifactId>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>
   <shortDescription>Agility Controller for Commons Chain</shortDescription>
-  <version>1.0.0</version>
+  <currentVersion>1.0.1-SNAPSHOT</currentVersion>
   <inceptionYear>2004</inceptionYear>
 
   <developers>
@@ -30,7 +31,7 @@
     <dependency>
       <groupId>commons-chain</groupId>
       <artifactId>commons-chain</artifactId>
-      <version>0.2-dev</version>
+      <version>0.2-SNAPSHOT</version>
       <properties>
         <war.bundle>true</war.bundle>
       </properties>
@@ -40,20 +41,17 @@
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>3.8.1</version>
+        <properties>
+          <scope>test</scope>
+        </properties>
       </dependency>
    </dependencies>
 
-    <resources>
-        <resource directory="resources/chain" targetPath="resources" />
-    </resources>
-
     <build>
 
        <sourceDirectory>src/java</sourceDirectory>
 
        <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
-
-       <aspectSourceDirectory/>
 
        <unitTest>
          <includes>

Modified: jakarta/commons/proper/chain/trunk/apps/mailreader/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/chain/trunk/apps/mailreader/project.xml?rev=348035&r1=348034&r2=348035&view=diff
==============================================================================
--- jakarta/commons/proper/chain/trunk/apps/mailreader/project.xml (original)
+++ jakarta/commons/proper/chain/trunk/apps/mailreader/project.xml Mon Nov 21 15:55:44 2005
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 <project>
-  <id>mailreader</id>
+  <groupId>commons-chain</groupId>
+  <artifactId>mailreader</artifactId>
   <name>Struts MailReader for Commons Chain</name>
   <package>org.apache.*</package>
   <description>A new implementation of the classic Struts MailReader example using Commons Chain as a business facade.</description>
   <shortDescription>Struts MailReader Example for Commons Chain</shortDescription>
-  <version>1.0.0</version>
+  <currentVersion>1.0.1-SNAPSHOT</currentVersion>
   <inceptionYear>2004</inceptionYear>
 
   <developers>
@@ -67,7 +68,7 @@
     <dependency>
       <groupId>commons-chain</groupId>
       <artifactId>commons-chain</artifactId>
-      <version>0.2-dev</version>
+      <version>0.2-SNAPSHOT</version>
       <properties>
         <war.bundle>true</war.bundle>
       </properties>
@@ -77,21 +78,17 @@
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>3.8.1</version>
+        <properties>
+          <scope>test</scope>
+        </properties>
       </dependency>
    </dependencies>
 
-    <resources>
-        <resource directory="resources/message" targetPath="resources"/>
-        <resource directory="resources/chain" targetPath="resources" />
-    </resources>
-
     <build>
 
        <sourceDirectory>src/java</sourceDirectory>
 
        <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
-
-       <aspectSourceDirectory/>
 
        <unitTest>
          <includes>

Modified: jakarta/commons/proper/chain/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/chain/trunk/project.xml?rev=348035&r1=348034&r2=348035&view=diff
==============================================================================
--- jakarta/commons/proper/chain/trunk/project.xml (original)
+++ jakarta/commons/proper/chain/trunk/project.xml Mon Nov 21 15:55:44 2005
@@ -17,7 +17,8 @@
 <project>
   <extend>../commons-build/project.xml</extend>
   <name>Commons Chain</name>
-  <id>commons-chain</id>
+  <groupId>commons-chain</groupId>
+  <artifactId>commons-chain</artifactId>
   
   <logo>/images/chain-logo-white.png</logo>
   



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