You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/12/05 00:38:13 UTC

svn commit: r353938 - in /struts/shale/trunk/build: clay-plugin/project.xml core-library/project.xml core-test/project.xml mailreader/project.xml project.xml spring/project.xml test-framework/project.xml tiles/project.xml use-cases/project.xml

Author: wsmoak
Date: Sun Dec  4 15:37:52 2005
New Revision: 353938

URL: http://svn.apache.org/viewcvs?rev=353938&view=rev
Log:
Changed version number to 1.0.0

Modified:
    struts/shale/trunk/build/clay-plugin/project.xml
    struts/shale/trunk/build/core-library/project.xml
    struts/shale/trunk/build/core-test/project.xml
    struts/shale/trunk/build/mailreader/project.xml
    struts/shale/trunk/build/project.xml
    struts/shale/trunk/build/spring/project.xml
    struts/shale/trunk/build/test-framework/project.xml
    struts/shale/trunk/build/tiles/project.xml
    struts/shale/trunk/build/use-cases/project.xml

Modified: struts/shale/trunk/build/clay-plugin/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/clay-plugin/project.xml?rev=353938&r1=353937&r2=353938&view=diff
==============================================================================
--- struts/shale/trunk/build/clay-plugin/project.xml (original)
+++ struts/shale/trunk/build/clay-plugin/project.xml Sun Dec  4 15:37:52 2005
@@ -113,12 +113,12 @@
     <dependency>
       <groupId>shale</groupId>
       <artifactId>shale-core</artifactId>
-      <version>1.0.0-dev</version>
+      <version>1.0.0</version>
     </dependency>
     <dependency>
       <groupId>shale</groupId>
       <artifactId>shale-test</artifactId>
-      <version>1.0.0-dev</version>
+      <version>1.0.0</version>
       <properties>
           <scope>test</scope>
       </properties>

Modified: struts/shale/trunk/build/core-library/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/core-library/project.xml?rev=353938&r1=353937&r2=353938&view=diff
==============================================================================
--- struts/shale/trunk/build/core-library/project.xml (original)
+++ struts/shale/trunk/build/core-library/project.xml Sun Dec  4 15:37:52 2005
@@ -22,7 +22,7 @@
   <extend>../project.xml</extend>
   <id>shale-core</id>
   <name>Shale Core Library</name>
-  <currentVersion>1.0.0-dev</currentVersion>
+  <currentVersion>1.0.0</currentVersion>
 
   <siteAddress>people.apache.org</siteAddress>
   <siteDirectory>/www/struts.apache.org/struts-shale/shale-core/</siteDirectory>

Modified: struts/shale/trunk/build/core-test/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/core-test/project.xml?rev=353938&r1=353937&r2=353938&view=diff
==============================================================================
--- struts/shale/trunk/build/core-test/project.xml (original)
+++ struts/shale/trunk/build/core-test/project.xml Sun Dec  4 15:37:52 2005
@@ -61,13 +61,13 @@
         <dependency>
           <groupId>shale</groupId>
           <artifactId>shale-core</artifactId>
-          <version>1.0.0-dev</version>
+          <version>1.0.0</version>
         </dependency>
         
         <dependency>
           <groupId>shale</groupId>
           <artifactId>shale-test</artifactId>
-          <version>1.0.0-dev</version>
+          <version>1.0.0</version>
           <properties>
               <scope>test</scope>
           </properties>

Modified: struts/shale/trunk/build/mailreader/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/mailreader/project.xml?rev=353938&r1=353937&r2=353938&view=diff
==============================================================================
--- struts/shale/trunk/build/mailreader/project.xml (original)
+++ struts/shale/trunk/build/mailreader/project.xml Sun Dec  4 15:37:52 2005
@@ -80,7 +80,7 @@
     <dependency>
       <groupId>shale</groupId>
       <artifactId>shale-core</artifactId>
-      <version>1.0.0-dev</version>
+      <version>1.0.0</version>
         <properties>
           <war.bundle>true</war.bundle>
         </properties>

Modified: struts/shale/trunk/build/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/project.xml?rev=353938&r1=353937&r2=353938&view=diff
==============================================================================
--- struts/shale/trunk/build/project.xml (original)
+++ struts/shale/trunk/build/project.xml Sun Dec  4 15:37:52 2005
@@ -24,7 +24,7 @@
   <id>shale</id>
   <groupId>shale</groupId>
   <name>Shale Framework</name>
-  <currentVersion>1.0.0-dev</currentVersion>
+  <currentVersion>1.0.0</currentVersion>
   <organization>
     <name>The Apache Software Foundation</name>
     <url>http://www.apache.org/</url>

Modified: struts/shale/trunk/build/spring/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/spring/project.xml?rev=353938&r1=353937&r2=353938&view=diff
==============================================================================
--- struts/shale/trunk/build/spring/project.xml (original)
+++ struts/shale/trunk/build/spring/project.xml Sun Dec  4 15:37:52 2005
@@ -22,7 +22,7 @@
   <extend>../project.xml</extend>
   <id>shale-spring</id>
   <name>Shale Spring Integration</name>
-  <currentVersion>1.0.0-dev</currentVersion>
+  <currentVersion>1.0.0</currentVersion>
 
   <siteAddress>people.apache.org</siteAddress>
   <siteDirectory>/www/struts.apache.org/struts-shale/shale-spring/</siteDirectory>

Modified: struts/shale/trunk/build/test-framework/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/test-framework/project.xml?rev=353938&r1=353937&r2=353938&view=diff
==============================================================================
--- struts/shale/trunk/build/test-framework/project.xml (original)
+++ struts/shale/trunk/build/test-framework/project.xml Sun Dec  4 15:37:52 2005
@@ -68,7 +68,7 @@
     <dependency>
       <groupId>shale</groupId>
       <artifactId>shale-core</artifactId>
-      <version>1.0.0-dev</version>
+      <version>1.0.0</version>
     </dependency>
   </dependencies>
 

Modified: struts/shale/trunk/build/tiles/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/tiles/project.xml?rev=353938&r1=353937&r2=353938&view=diff
==============================================================================
--- struts/shale/trunk/build/tiles/project.xml (original)
+++ struts/shale/trunk/build/tiles/project.xml Sun Dec  4 15:37:52 2005
@@ -22,7 +22,7 @@
   <extend>../project.xml</extend>
   <id>shale-tiles</id>
   <name>Shale Tiles Integration</name>
-  <currentVersion>1.0.0-dev</currentVersion>
+  <currentVersion>1.0.0</currentVersion>
 
   <!-- Gump integration -->
   <gumpRepositoryId>jakarta</gumpRepositoryId>

Modified: struts/shale/trunk/build/use-cases/project.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/use-cases/project.xml?rev=353938&r1=353937&r2=353938&view=diff
==============================================================================
--- struts/shale/trunk/build/use-cases/project.xml (original)
+++ struts/shale/trunk/build/use-cases/project.xml Sun Dec  4 15:37:52 2005
@@ -81,7 +81,7 @@
     <dependency>
       <groupId>shale</groupId>
       <artifactId>shale-core</artifactId>
-      <version>1.0.0-dev</version>
+      <version>1.0.0</version>
         <properties>
           <war.bundle>true</war.bundle>
         </properties>
@@ -90,7 +90,7 @@
     <dependency>
       <groupId>shale</groupId>
       <artifactId>shale-clay</artifactId>
-      <version>1.0.0-dev</version>
+      <version>1.0.0</version>
         <properties>
           <war.bundle>true</war.bundle>
         </properties>
@@ -99,7 +99,7 @@
     <dependency>
       <groupId>shale</groupId>
       <artifactId>shale-spring</artifactId>
-      <version>1.0.0-dev</version>
+      <version>1.0.0</version>
         <properties>
           <war.bundle>true</war.bundle>
         </properties>
@@ -108,7 +108,7 @@
     <dependency>
       <groupId>shale</groupId>
       <artifactId>shale-test</artifactId>
-      <version>1.0.0-dev</version>
+      <version>1.0.0</version>
       <properties>
           <scope>test</scope>
       </properties>



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