You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2008/09/15 18:41:55 UTC

svn commit: r695542 - in /tapestry/tapestry5/branches/5.1-dev: ./ quickstart/ quickstart/src/main/resources/archetype-resources/ tapestry-annotations/ tapestry-component-report/ tapestry-core/ tapestry-hibernate/ tapestry-ioc/ tapestry-spring/ tapestry...

Author: hlship
Date: Mon Sep 15 09:41:53 2008
New Revision: 695542

URL: http://svn.apache.org/viewvc?rev=695542&view=rev
Log:
Update to 5.1.0.0-SNAPSHOT

Modified:
    tapestry/tapestry5/branches/5.1-dev/pom.xml
    tapestry/tapestry5/branches/5.1-dev/quickstart/pom.xml
    tapestry/tapestry5/branches/5.1-dev/quickstart/src/main/resources/archetype-resources/pom.xml
    tapestry/tapestry5/branches/5.1-dev/tapestry-annotations/pom.xml
    tapestry/tapestry5/branches/5.1-dev/tapestry-component-report/pom.xml
    tapestry/tapestry5/branches/5.1-dev/tapestry-core/pom.xml
    tapestry/tapestry5/branches/5.1-dev/tapestry-hibernate/pom.xml
    tapestry/tapestry5/branches/5.1-dev/tapestry-ioc/pom.xml
    tapestry/tapestry5/branches/5.1-dev/tapestry-project.ipr
    tapestry/tapestry5/branches/5.1-dev/tapestry-spring/pom.xml
    tapestry/tapestry5/branches/5.1-dev/tapestry-test/pom.xml
    tapestry/tapestry5/branches/5.1-dev/tapestry-tutorial1/pom.xml
    tapestry/tapestry5/branches/5.1-dev/tapestry-tutorial1/tutorial1.iml
    tapestry/tapestry5/branches/5.1-dev/tapestry-upload/pom.xml

Modified: tapestry/tapestry5/branches/5.1-dev/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1-dev/pom.xml?rev=695542&r1=695541&r2=695542&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1-dev/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1-dev/pom.xml Mon Sep 15 09:41:53 2008
@@ -3,11 +3,11 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
     <packaging>pom</packaging>
-    <version>5.0.16-SNAPSHOT</version>
+    <version>5.1.0.0-SNAPSHOT</version>
     <name>Tapestry 5 Project</name>
     <description>Master project for the modules of Tapestry 5.</description>
     <inceptionYear>2006</inceptionYear>
-    <url>http://tapestry.apache.org/tapestry5/</url>
+    <url>http://tapestry.apache.org/tapestry5.1/</url>
     <issueManagement>
         <system>Jira</system>
         <url>https://issues.apache.org/jira/browse/TAPESTRY</url>
@@ -335,7 +335,7 @@
                     <url>file:/var/www/html/maven-snapshot-repository</url>
                 </snapshotRepository>
                 <site>
-                    <url>file:/var/www/html/nightly/tapestry5</url>
+                    <url>file:/var/www/html/nightly/tapestry5.1</url>
                 </site>
             </distributionManagement>
         </profile>
@@ -413,17 +413,13 @@
     <distributionManagement>
         <site>
             <id>tapestry</id>
-            <url>scpexe://people.apache.org/www/tapestry.apache.org/tapestry5/</url>
+            <url>scpexe://people.apache.org/www/tapestry.apache.org/tapestry5.1/</url>
         </site>
         <repository>
             <id>tapestry</id>
             <url>scpexe://people.apache.org/home/hlship/public_html/tapestry-ibiblio-rsynch-repository
             </url>
         </repository>
-        <snapshotRepository>
-            <id>tapestry-snapshot</id>
-            <url>scpexe://people.apache.org/home/hlship/public_html/tapestry-snapshot-repository</url>
-        </snapshotRepository>
     </distributionManagement>
 
 

Modified: tapestry/tapestry5/branches/5.1-dev/quickstart/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1-dev/quickstart/pom.xml?rev=695542&r1=695541&r2=695542&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1-dev/quickstart/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1-dev/quickstart/pom.xml Mon Sep 15 09:41:53 2008
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.16-SNAPSHOT</version>
+        <version>5.1.0.0-SNAPSHOT</version>
     </parent>
     <name>Tapestry 5 Quickstart Archetype</name>
     <inceptionYear>2007</inceptionYear>

Modified: tapestry/tapestry5/branches/5.1-dev/quickstart/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1-dev/quickstart/src/main/resources/archetype-resources/pom.xml?rev=695542&r1=695541&r2=695542&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1-dev/quickstart/src/main/resources/archetype-resources/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1-dev/quickstart/src/main/resources/archetype-resources/pom.xml Mon Sep 15 09:41:53 2008
@@ -118,6 +118,6 @@
     </pluginRepositories>
 
     <properties>
-        <tapestry-release-version>5.0.16-SNAPSHOT</tapestry-release-version>
+        <tapestry-release-version>5.1.0.0-SNAPSHOT</tapestry-release-version>
     </properties>
 </project>

Modified: tapestry/tapestry5/branches/5.1-dev/tapestry-annotations/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1-dev/tapestry-annotations/pom.xml?rev=695542&r1=695541&r2=695542&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1-dev/tapestry-annotations/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1-dev/tapestry-annotations/pom.xml Mon Sep 15 09:41:53 2008
@@ -8,7 +8,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.16-SNAPSHOT</version>
+        <version>5.1.0.0-SNAPSHOT</version>
     </parent>
     <name>Tapestry Annotations</name>
     <description>

Modified: tapestry/tapestry5/branches/5.1-dev/tapestry-component-report/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1-dev/tapestry-component-report/pom.xml?rev=695542&r1=695541&r2=695542&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1-dev/tapestry-component-report/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1-dev/tapestry-component-report/pom.xml Mon Sep 15 09:41:53 2008
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.16-SNAPSHOT</version>
+        <version>5.1.0.0-SNAPSHOT</version>
     </parent>
 
     <inceptionYear>2007</inceptionYear>

Modified: tapestry/tapestry5/branches/5.1-dev/tapestry-core/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1-dev/tapestry-core/pom.xml?rev=695542&r1=695541&r2=695542&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1-dev/tapestry-core/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1-dev/tapestry-core/pom.xml Mon Sep 15 09:41:53 2008
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.16-SNAPSHOT</version>
+        <version>5.1.0.0-SNAPSHOT</version>
     </parent>
     <name>Tapestry Core Library</name>
     <description>

Modified: tapestry/tapestry5/branches/5.1-dev/tapestry-hibernate/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1-dev/tapestry-hibernate/pom.xml?rev=695542&r1=695541&r2=695542&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1-dev/tapestry-hibernate/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1-dev/tapestry-hibernate/pom.xml Mon Sep 15 09:41:53 2008
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.16-SNAPSHOT</version>
+        <version>5.1.0.0-SNAPSHOT</version>
     </parent>
     <inceptionYear>2007</inceptionYear>
 

Modified: tapestry/tapestry5/branches/5.1-dev/tapestry-ioc/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1-dev/tapestry-ioc/pom.xml?rev=695542&r1=695541&r2=695542&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1-dev/tapestry-ioc/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1-dev/tapestry-ioc/pom.xml Mon Sep 15 09:41:53 2008
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.16-SNAPSHOT</version>
+        <version>5.1.0.0-SNAPSHOT</version>
     </parent>
     <name>Tapestry Inversion of Control Container</name>
     <description>

Modified: tapestry/tapestry5/branches/5.1-dev/tapestry-project.ipr
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1-dev/tapestry-project.ipr?rev=695542&r1=695541&r2=695542&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1-dev/tapestry-project.ipr (original)
+++ tapestry/tapestry5/branches/5.1-dev/tapestry-project.ipr Mon Sep 15 09:41:53 2008
@@ -571,6 +571,132 @@
             </SvnBranchConfiguration>
           </value>
         </entry>
+        <entry key="$PROJECT_DIR$/tapestry-annotations">
+          <value>
+            <SvnBranchConfiguration>
+              <option name="branchUrls">
+                <list>
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/tapestry5" />
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/branches" />
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/tags" />
+                </list>
+              </option>
+              <option name="trunkUrl" value="https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk" />
+            </SvnBranchConfiguration>
+          </value>
+        </entry>
+        <entry key="$PROJECT_DIR$/tapestry-component-report">
+          <value>
+            <SvnBranchConfiguration>
+              <option name="branchUrls">
+                <list>
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/tapestry5" />
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/branches" />
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/tags" />
+                </list>
+              </option>
+              <option name="trunkUrl" value="https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk" />
+            </SvnBranchConfiguration>
+          </value>
+        </entry>
+        <entry key="$PROJECT_DIR$/tapestry-core">
+          <value>
+            <SvnBranchConfiguration>
+              <option name="branchUrls">
+                <list>
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/tapestry5" />
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/branches" />
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/tags" />
+                </list>
+              </option>
+              <option name="trunkUrl" value="https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk" />
+            </SvnBranchConfiguration>
+          </value>
+        </entry>
+        <entry key="$PROJECT_DIR$/tapestry-hibernate">
+          <value>
+            <SvnBranchConfiguration>
+              <option name="branchUrls">
+                <list>
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/tapestry5" />
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/branches" />
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/tags" />
+                </list>
+              </option>
+              <option name="trunkUrl" value="https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk" />
+            </SvnBranchConfiguration>
+          </value>
+        </entry>
+        <entry key="$PROJECT_DIR$/tapestry-ioc">
+          <value>
+            <SvnBranchConfiguration>
+              <option name="branchUrls">
+                <list>
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/tapestry5" />
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/branches" />
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/tags" />
+                </list>
+              </option>
+              <option name="trunkUrl" value="https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk" />
+            </SvnBranchConfiguration>
+          </value>
+        </entry>
+        <entry key="$PROJECT_DIR$/tapestry-spring">
+          <value>
+            <SvnBranchConfiguration>
+              <option name="branchUrls">
+                <list>
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/tapestry5" />
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/branches" />
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/tags" />
+                </list>
+              </option>
+              <option name="trunkUrl" value="https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk" />
+            </SvnBranchConfiguration>
+          </value>
+        </entry>
+        <entry key="$PROJECT_DIR$/tapestry-test">
+          <value>
+            <SvnBranchConfiguration>
+              <option name="branchUrls">
+                <list>
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/tapestry5" />
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/branches" />
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/tags" />
+                </list>
+              </option>
+              <option name="trunkUrl" value="https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk" />
+            </SvnBranchConfiguration>
+          </value>
+        </entry>
+        <entry key="$PROJECT_DIR$/tapestry-tutorial1">
+          <value>
+            <SvnBranchConfiguration>
+              <option name="branchUrls">
+                <list>
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/tapestry5" />
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/branches" />
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/tags" />
+                </list>
+              </option>
+              <option name="trunkUrl" value="https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk" />
+            </SvnBranchConfiguration>
+          </value>
+        </entry>
+        <entry key="$PROJECT_DIR$/tapestry-upload">
+          <value>
+            <SvnBranchConfiguration>
+              <option name="branchUrls">
+                <list>
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/tapestry5" />
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/branches" />
+                  <option value="https://svn.apache.org/repos/asf/tapestry/tapestry5/tags" />
+                </list>
+              </option>
+              <option name="trunkUrl" value="https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk" />
+            </SvnBranchConfiguration>
+          </value>
+        </entry>
       </map>
     </option>
     <option name="myVersion" value="123" />

Modified: tapestry/tapestry5/branches/5.1-dev/tapestry-spring/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1-dev/tapestry-spring/pom.xml?rev=695542&r1=695541&r2=695542&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1-dev/tapestry-spring/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1-dev/tapestry-spring/pom.xml Mon Sep 15 09:41:53 2008
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.16-SNAPSHOT</version>
+        <version>5.1.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>

Modified: tapestry/tapestry5/branches/5.1-dev/tapestry-test/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1-dev/tapestry-test/pom.xml?rev=695542&r1=695541&r2=695542&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1-dev/tapestry-test/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1-dev/tapestry-test/pom.xml Mon Sep 15 09:41:53 2008
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.16-SNAPSHOT</version>
+        <version>5.1.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>

Modified: tapestry/tapestry5/branches/5.1-dev/tapestry-tutorial1/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1-dev/tapestry-tutorial1/pom.xml?rev=695542&r1=695541&r2=695542&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1-dev/tapestry-tutorial1/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1-dev/tapestry-tutorial1/pom.xml Mon Sep 15 09:41:53 2008
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.16-SNAPSHOT</version>
+        <version>5.1.0.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>

Modified: tapestry/tapestry5/branches/5.1-dev/tapestry-tutorial1/tutorial1.iml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1-dev/tapestry-tutorial1/tutorial1.iml?rev=695542&r1=695541&r2=695542&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1-dev/tapestry-tutorial1/tutorial1.iml (original)
+++ tapestry/tapestry5/branches/5.1-dev/tapestry-tutorial1/tutorial1.iml Mon Sep 15 09:41:53 2008
@@ -23,19 +23,19 @@
         <packaging>
           <containerElement type="module" name="tapestry-hibernate">
             <attribute name="method" value="5" />
-            <attribute name="URI" value="/WEB-INF/lib/tapestry-hibernate-5.0.15.jar" />
+            <attribute name="URI" value="/WEB-INF/lib/tapestry-hibernate-5.1.0.0-SNAPSHOT.jar" />
           </containerElement>
           <containerElement type="module" name="tapestry-core">
             <attribute name="method" value="5" />
-            <attribute name="URI" value="/WEB-INF/lib/tapestry-core-5.0.15.jar" />
+            <attribute name="URI" value="/WEB-INF/lib/tapestry-core-5.1.0.0-SNAPSHOT.jar" />
           </containerElement>
           <containerElement type="module" name="tapestry-ioc">
             <attribute name="method" value="5" />
-            <attribute name="URI" value="/WEB-INF/lib/tapestry-ioc-5.0.15.jar" />
+            <attribute name="URI" value="/WEB-INF/lib/tapestry-ioc-5.1.0.0-SNAPSHOT.jar" />
           </containerElement>
           <containerElement type="module" name="tapestry-annotations">
             <attribute name="method" value="5" />
-            <attribute name="URI" value="/WEB-INF/lib/tapestry5-annotations-5.0.15.jar" />
+            <attribute name="URI" value="/WEB-INF/lib/tapestry5-annotations-5.1.0.0-SNAPSHOT.jar" />
           </containerElement>
           <containerElement type="library" name="javassist:javassist:3.8.0.GA" level="module">
             <attribute name="method" value="1" />

Modified: tapestry/tapestry5/branches/5.1-dev/tapestry-upload/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1-dev/tapestry-upload/pom.xml?rev=695542&r1=695541&r2=695542&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1-dev/tapestry-upload/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1-dev/tapestry-upload/pom.xml Mon Sep 15 09:41:53 2008
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.0.16-SNAPSHOT</version>
+        <version>5.1.0.0-SNAPSHOT</version>
     </parent>
     <inceptionYear>2007</inceptionYear>