Author: craigmcc
Date: Mon Aug 14 22:15:11 2006
New Revision: 431530

URL: http://svn.apache.org/viewvc?rev=431530&view=rev
Log:
Update POM version numbers for the 1.0.3 release.

Modified:
    shale/framework/trunk/pom.xml
    shale/framework/trunk/shale-apps/mailreader-jpa/pom.xml
    shale/framework/trunk/shale-apps/pom.xml
    shale/framework/trunk/shale-apps/shale-blank/pom.xml
    shale/framework/trunk/shale-apps/shale-clay-usecases/pom.xml
    shale/framework/trunk/shale-apps/shale-mailreader-jpa/pom.xml
    shale/framework/trunk/shale-apps/shale-mailreader/pom.xml
    shale/framework/trunk/shale-apps/shale-sql-browser/pom.xml
    shale/framework/trunk/shale-apps/shale-test-core/SESSIONS.ser
    shale/framework/trunk/shale-apps/shale-test-core/pom.xml
    shale/framework/trunk/shale-apps/shale-test-core/src/main/webapp/META-INF/  
 (props changed)
    shale/framework/trunk/shale-apps/shale-test-tiger/pom.xml
    shale/framework/trunk/shale-apps/shale-test-tiger/src/main/webapp/META-INF/ 
  (props changed)
    shale/framework/trunk/shale-apps/shale-usecases/pom.xml
    shale/framework/trunk/shale-clay/pom.xml
    shale/framework/trunk/shale-core/pom.xml
    shale/framework/trunk/shale-designtime/pom.xml
    shale/framework/trunk/shale-dist/pom.xml
    shale/framework/trunk/shale-remoting/pom.xml
    shale/framework/trunk/shale-spring/pom.xml
    shale/framework/trunk/shale-test/pom.xml
    shale/framework/trunk/shale-tiger/pom.xml
    shale/framework/trunk/shale-tiles/pom.xml

Modified: shale/framework/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/pom.xml (original)
+++ shale/framework/trunk/pom.xml Mon Aug 14 22:15:11 2006
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-master</artifactId>
-        <version>1-SNAPSHOT</version>
+        <version>1</version>
     </parent>
 
     <groupId>org.apache.shale</groupId>
     <artifactId>shale-parent</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.3</version>
     <packaging>pom</packaging>
     <name>Shale Framework Pom</name>
     <url>http://shale.apache.org</url>

Modified: shale/framework/trunk/shale-apps/mailreader-jpa/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/mailreader-jpa/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-apps/mailreader-jpa/pom.xml (original)
+++ shale/framework/trunk/shale-apps/mailreader-jpa/pom.xml Mon Aug 14 22:15:11 
2006
@@ -26,13 +26,13 @@
   <parent>
     <groupId>org.apache.shale</groupId>
     <artifactId>shale-master</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
   </parent>
 
   <groupId>org.apache.shale.extras</groupId>
   <artifactId>mailreader-jpa</artifactId>
   <packaging>jar</packaging>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>1.0.3</version>
   <name>MailReader JPA Entity Classes</name>
 
   <dependencies>

Modified: shale/framework/trunk/shale-apps/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-apps/pom.xml (original)
+++ shale/framework/trunk/shale-apps/pom.xml Mon Aug 14 22:15:11 2006
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
     <artifactId>shale-apps-parent</artifactId>
     <packaging>pom</packaging>

Modified: shale/framework/trunk/shale-apps/shale-blank/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/shale-blank/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-apps/shale-blank/pom.xml (original)
+++ shale/framework/trunk/shale-apps/shale-blank/pom.xml Mon Aug 14 22:15:11 
2006
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-apps-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>shale-blank</artifactId>

Modified: shale/framework/trunk/shale-apps/shale-clay-usecases/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/shale-clay-usecases/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-apps/shale-clay-usecases/pom.xml (original)
+++ shale/framework/trunk/shale-apps/shale-clay-usecases/pom.xml Mon Aug 14 
22:15:11 2006
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-apps-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>shale-clay-usecases</artifactId>

Modified: shale/framework/trunk/shale-apps/shale-mailreader-jpa/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/shale-mailreader-jpa/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-apps/shale-mailreader-jpa/pom.xml (original)
+++ shale/framework/trunk/shale-apps/shale-mailreader-jpa/pom.xml Mon Aug 14 
22:15:11 2006
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-apps-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>shale-mailreader-jpa</artifactId>

Modified: shale/framework/trunk/shale-apps/shale-mailreader/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/shale-mailreader/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-apps/shale-mailreader/pom.xml (original)
+++ shale/framework/trunk/shale-apps/shale-mailreader/pom.xml Mon Aug 14 
22:15:11 2006
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-apps-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>shale-mailreader</artifactId>

Modified: shale/framework/trunk/shale-apps/shale-sql-browser/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/shale-sql-browser/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-apps/shale-sql-browser/pom.xml (original)
+++ shale/framework/trunk/shale-apps/shale-sql-browser/pom.xml Mon Aug 14 
22:15:11 2006
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-apps-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>shale-sql-browser</artifactId>

Modified: shale/framework/trunk/shale-apps/shale-test-core/SESSIONS.ser
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/shale-test-core/SESSIONS.ser?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
Binary files - no diff available.

Modified: shale/framework/trunk/shale-apps/shale-test-core/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/shale-test-core/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-apps/shale-test-core/pom.xml (original)
+++ shale/framework/trunk/shale-apps/shale-test-core/pom.xml Mon Aug 14 
22:15:11 2006
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-apps-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>shale-test-core</artifactId>

Propchange: 
shale/framework/trunk/shale-apps/shale-test-core/src/main/webapp/META-INF/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Aug 14 22:15:11 2006
@@ -0,0 +1 @@
+.LCKcontext.xml~

Modified: shale/framework/trunk/shale-apps/shale-test-tiger/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/shale-test-tiger/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-apps/shale-test-tiger/pom.xml (original)
+++ shale/framework/trunk/shale-apps/shale-test-tiger/pom.xml Mon Aug 14 
22:15:11 2006
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-apps-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>shale-test-tiger</artifactId>

Propchange: 
shale/framework/trunk/shale-apps/shale-test-tiger/src/main/webapp/META-INF/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Aug 14 22:15:11 2006
@@ -0,0 +1 @@
+.LCKcontext.xml~

Modified: shale/framework/trunk/shale-apps/shale-usecases/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/shale-usecases/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-apps/shale-usecases/pom.xml (original)
+++ shale/framework/trunk/shale-apps/shale-usecases/pom.xml Mon Aug 14 22:15:11 
2006
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-apps-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>shale-usecases</artifactId>

Modified: shale/framework/trunk/shale-clay/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-clay/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-clay/pom.xml (original)
+++ shale/framework/trunk/shale-clay/pom.xml Mon Aug 14 22:15:11 2006
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>shale-clay</artifactId>

Modified: shale/framework/trunk/shale-core/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-core/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-core/pom.xml (original)
+++ shale/framework/trunk/shale-core/pom.xml Mon Aug 14 22:15:11 2006
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>shale-core</artifactId>

Modified: shale/framework/trunk/shale-designtime/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-designtime/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-designtime/pom.xml (original)
+++ shale/framework/trunk/shale-designtime/pom.xml Mon Aug 14 22:15:11 2006
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>shale-designtime</artifactId>

Modified: shale/framework/trunk/shale-dist/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-dist/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-dist/pom.xml (original)
+++ shale/framework/trunk/shale-dist/pom.xml Mon Aug 14 22:15:11 2006
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
     <artifactId>shale-dist</artifactId>
     <packaging>pom</packaging>

Modified: shale/framework/trunk/shale-remoting/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-remoting/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-remoting/pom.xml (original)
+++ shale/framework/trunk/shale-remoting/pom.xml Mon Aug 14 22:15:11 2006
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>shale-remoting</artifactId>

Modified: shale/framework/trunk/shale-spring/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-spring/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-spring/pom.xml (original)
+++ shale/framework/trunk/shale-spring/pom.xml Mon Aug 14 22:15:11 2006
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>shale-spring</artifactId>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.shale</groupId>
             <artifactId>shale-core</artifactId>
-            <version>1.0.3-SNAPSHOT</version>
+            <version>${version}</version>
         </dependency>
 
         <dependency>

Modified: shale/framework/trunk/shale-test/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-test/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-test/pom.xml (original)
+++ shale/framework/trunk/shale-test/pom.xml Mon Aug 14 22:15:11 2006
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>shale-test</artifactId>

Modified: shale/framework/trunk/shale-tiger/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-tiger/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-tiger/pom.xml (original)
+++ shale/framework/trunk/shale-tiger/pom.xml Mon Aug 14 22:15:11 2006
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>shale-tiger</artifactId>

Modified: shale/framework/trunk/shale-tiles/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-tiles/pom.xml?rev=431530&r1=431529&r2=431530&view=diff
==============================================================================
--- shale/framework/trunk/shale-tiles/pom.xml (original)
+++ shale/framework/trunk/shale-tiles/pom.xml Mon Aug 14 22:15:11 2006
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.shale</groupId>
         <artifactId>shale-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.3</version>
     </parent>
 
     <artifactId>shale-tiles</artifactId>


Reply via email to