Author: hlship
Date: Sat Jun 30 00:43:14 2007
New Revision: 552116

URL: http://svn.apache.org/viewvc?view=rev&rev=552116
Log:
Roll version number forward to 5.0.6-SNAPSHOT.
Fix a few dependency scope problems uncoverred by Maven 2.0.7.

Modified:
    tapestry/tapestry5/trunk/quickstart/pom.xml
    tapestry/tapestry5/trunk/tapestry-component-report/pom.xml
    tapestry/tapestry5/trunk/tapestry-core/pom.xml
    tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml
    tapestry/tapestry5/trunk/tapestry-ioc/pom.xml
    tapestry/tapestry5/trunk/tapestry-project/pom.xml
    tapestry/tapestry5/trunk/tapestry-spring/pom.xml
    tapestry/tapestry5/trunk/tapestry-test/pom.xml
    tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml
    tapestry/tapestry5/trunk/tapestry-upload/pom.xml

Modified: tapestry/tapestry5/trunk/quickstart/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/pom.xml?view=diff&rev=552116&r1=552115&r2=552116
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/pom.xml (original)
+++ tapestry/tapestry5/trunk/quickstart/pom.xml Sat Jun 30 00:43:14 2007
@@ -8,8 +8,7 @@
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.0.5</version>
-    <relativePath>../tapestry-project/pom.xml</relativePath>
+    <version>5.0.6-SNAPSHOT</version>
   </parent>
   <name>Tapestry 5 Quickstart Archetype</name>
   <inceptionYear>2007</inceptionYear>

Modified: tapestry/tapestry5/trunk/tapestry-component-report/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-component-report/pom.xml?view=diff&rev=552116&r1=552115&r2=552116
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-component-report/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-component-report/pom.xml Sat Jun 30 
00:43:14 2007
@@ -11,8 +11,7 @@
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.0.5</version>
-    <relativePath>../tapestry-project/pom.xml</relativePath>
+    <version>5.0.6-SNAPSHOT</version>
   </parent>
 
   <inceptionYear>2007</inceptionYear>

Modified: tapestry/tapestry5/trunk/tapestry-core/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/pom.xml?view=diff&rev=552116&r1=552115&r2=552116
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/pom.xml Sat Jun 30 00:43:14 2007
@@ -8,8 +8,7 @@
    <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.0.5</version>
-    <relativePath>../tapestry-project/pom.xml</relativePath>
+     <version>5.0.6-SNAPSHOT</version>
   </parent>
   <name>Tapestry Core Library</name>
   <inceptionYear>2006</inceptionYear>
@@ -27,10 +26,6 @@
     </dependency>
     <!-- This should be a transitive dependency from tapestry-ioc, but for 
some reason,
              it needs to be explicitly listed. -->
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-    </dependency>
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>

Modified: tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml?view=diff&rev=552116&r1=552115&r2=552116
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml Sat Jun 30 00:43:14 2007
@@ -10,8 +10,7 @@
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.0.5</version>
-    <relativePath>../tapestry-project/pom.xml</relativePath>
+    <version>5.0.6-SNAPSHOT</version>
   </parent>
   <inceptionYear>2007</inceptionYear>
 

Modified: tapestry/tapestry5/trunk/tapestry-ioc/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/pom.xml?view=diff&rev=552116&r1=552115&r2=552116
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/pom.xml Sat Jun 30 00:43:14 2007
@@ -9,8 +9,7 @@
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.0.5</version>
-    <relativePath>../tapestry-project/pom.xml</relativePath>
+    <version>5.0.6-SNAPSHOT</version>
   </parent>
   <name>Tapestry Inversion of Control Container</name>
   <inceptionYear>2006</inceptionYear>
@@ -19,8 +18,6 @@
     <dependency>
       <groupId>jboss</groupId>
       <artifactId>javassist</artifactId>
-      <!-- Override parent pom -->
-      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>

Modified: tapestry/tapestry5/trunk/tapestry-project/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project/pom.xml?view=diff&rev=552116&r1=552115&r2=552116
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-project/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-project/pom.xml Sat Jun 30 00:43:14 2007
@@ -5,7 +5,7 @@
   <groupId>org.apache.tapestry</groupId>
   <artifactId>tapestry-project</artifactId>
   <packaging>pom</packaging>
-  <version>5.0.5</version>
+  <version>5.0.6-SNAPSHOT</version>
   <name>Tapestry 5 Project</name>
   <inceptionYear>2006</inceptionYear>
   <url>http://tapestry.apache.org/tapestry5/</url>
@@ -113,7 +113,6 @@
         <groupId>jboss</groupId>
         <artifactId>javassist</artifactId>
         <version>3.4.ga</version>
-        <scope>runtime</scope>
       </dependency>
       <dependency>
         <groupId>commons-logging</groupId>
@@ -133,13 +132,11 @@
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-ioc</artifactId>
         <version>${project.version}</version>
-        <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-core</artifactId>
         <version>${project.version}</version>
-        <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.tapestry</groupId>

Modified: tapestry/tapestry5/trunk/tapestry-spring/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-spring/pom.xml?view=diff&rev=552116&r1=552115&r2=552116
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-spring/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-spring/pom.xml Sat Jun 30 00:43:14 2007
@@ -11,8 +11,7 @@
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.0.5</version>
-    <relativePath>../tapestry-project/pom.xml</relativePath>
+    <version>5.0.6-SNAPSHOT</version>
   </parent>
 
   <dependencies>

Modified: tapestry/tapestry5/trunk/tapestry-test/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-test/pom.xml?view=diff&rev=552116&r1=552115&r2=552116
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-test/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-test/pom.xml Sat Jun 30 00:43:14 2007
@@ -11,8 +11,7 @@
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.0.5</version>
-    <relativePath>../tapestry-project/pom.xml</relativePath>
+    <version>5.0.6-SNAPSHOT</version>
   </parent>
 
   <dependencies>

Modified: tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml?view=diff&rev=552116&r1=552115&r2=552116
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml Sat Jun 30 00:43:14 2007
@@ -20,8 +20,7 @@
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.0.5</version>
-    <relativePath>../tapestry-project/pom.xml</relativePath>
+    <version>5.0.6-SNAPSHOT</version>
   </parent>
   
   <dependencies>
@@ -112,7 +111,7 @@
   </reporting>
 
   <properties>
-    <tapestry-release-version>5.0.5-SNAPSHOT</tapestry-release-version>
+    <tapestry-release-version>5.0.6-SNAPSHOT</tapestry-release-version>
   </properties>
   
 </project>

Modified: tapestry/tapestry5/trunk/tapestry-upload/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-upload/pom.xml?view=diff&rev=552116&r1=552115&r2=552116
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-upload/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-upload/pom.xml Sat Jun 30 00:43:14 2007
@@ -11,8 +11,7 @@
   <parent>
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
-    <version>5.0.5</version>
-    <relativePath>../tapestry-project/pom.xml</relativePath>
+    <version>5.0.6-SNAPSHOT</version>
   </parent>
   <inceptionYear>2007</inceptionYear>
 


Reply via email to