Author: hlship
Date: Tue May 22 11:58:45 2007
New Revision: 540699
URL: http://svn.apache.org/viewvc?view=rev&rev=540699
Log:
TAPESTRY-1494: Artifact snapshots are being deployed to the
tapestry-repository, not the tapestry-snapshot-repository
Modified:
tapestry/tapestry5/trunk/tapestry-project/pom.xml
tapestry/tapestry5/trunk/tapestry-project/src/site/apt/index.apt
Modified: tapestry/tapestry5/trunk/tapestry-project/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project/pom.xml?view=diff&rev=540699&r1=540698&r2=540699
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-project/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-project/pom.xml Tue May 22 11:58:45 2007
@@ -249,10 +249,17 @@
</reporting>
<repositories>
<repository>
- <id>tapestrys</id>
+ <id>tapestry</id>
<url>http://people.apache.org/~hlship/tapestry-repository/</url>
</repository>
<repository>
+ <id>tapestry-snapshot</id>
+ <url>http://people.apache.org/~hlship/tapestry-snapshot-repository/</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ <repository>
<id>codehaus.snapshots</id>
<url>http://snapshots.repository.codehaus.org</url>
</repository>
@@ -265,7 +272,7 @@
</repositories>
<pluginRepositories>
<pluginRepository>
- <id>tapestrys</id>
+ <id>tapestry</id>
<url>http://people.apache.org/~hlship/tapestry-repository</url>
</pluginRepository>
<!-- I believe a version of the surefire plugin lives here. -->
@@ -307,8 +314,8 @@
<url>scpexe://people.apache.org/home/hlship/public_html/tapestry-ibiblio-rsynch-repository</url>
</repository>
<snapshotRepository>
- <id>tapestry</id>
-
<url>scpexe://people.apache.org/home/hlship/public_html/tapestry-repository</url>
+ <id>tapestry-snapshot</id>
+
<url>scpexe://people.apache.org/home/hlship/public_html/tapestry-snapshot-repository</url>
</snapshotRepository>
</distributionManagement>
Modified: tapestry/tapestry5/trunk/tapestry-project/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project/src/site/apt/index.apt?view=diff&rev=540699&r1=540698&r2=540699
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-project/src/site/apt/index.apt (original)
+++ tapestry/tapestry5/trunk/tapestry-project/src/site/apt/index.apt Tue May 22
11:58:45 2007
@@ -94,6 +94,11 @@
New and Noteworthy
+ Applications can now have a central message catalog; pages and components
can override messages
+ from the central catalog.
+
+ The BeanEditForm component can now create the object is edits.
+
The {{{tapestry-spring/}tapestry-spring}} module has also been simplified,
to make
Spring beans look like Tapestry IoC services. It's all now quite seamless.