Sorry but I have to revert it. The <url> in poms means where the site will be deployed. I fixed them already (sorry for not telling it). If you want to link blog pages, do it in projects' sites.
Antonio 2011/7/1 <[email protected]> > Author: mck > Date: Fri Jul 1 17:29:18 2011 > New Revision: 1141998 > > URL: http://svn.apache.org/viewvc?rev=1141998&view=rev > Log: > > http://mail-archives.apache.org/mod_mbox/tiles-dev/201107.mbox/%3CCAHTRnezgac2runeLzvvX_3Ya69=nlvktn1samacs4k2cxf8...@mail.gmail.com%3E > fix urls (any available documentation is better than none). > > Modified: > tiles/framework/trunk/pom.xml > tiles/framework/trunk/tiles-autotag/pom.xml > tiles/framework/trunk/tiles-eval/pom.xml > tiles/framework/trunk/tiles-parent/pom.xml > tiles/framework/trunk/tiles-request/pom.xml > > Modified: tiles/framework/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?rev=1141998&r1=1141997&r2=1141998&view=diff > > ============================================================================== > --- tiles/framework/trunk/pom.xml (original) > +++ tiles/framework/trunk/pom.xml Fri Jul 1 17:29:18 2011 > @@ -36,7 +36,7 @@ > <packaging>pom</packaging> > <name>Tiles Reactor</name> > <description>Tiles Reactor</description> > - <url>http://tiles.apache.org/reactor/</url> > + <url>http://tiles.apache.org/</url> > > <scm> > <connection>scm:svn: > http://svn.apache.org/repos/asf/tiles/framework/trunk/</connection> > > Modified: tiles/framework/trunk/tiles-autotag/pom.xml > URL: > http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-autotag/pom.xml?rev=1141998&r1=1141997&r2=1141998&view=diff > > ============================================================================== > --- tiles/framework/trunk/tiles-autotag/pom.xml (original) > +++ tiles/framework/trunk/tiles-autotag/pom.xml Fri Jul 1 17:29:18 2011 > @@ -23,7 +23,7 @@ > <module>tiles-autotag-velocity</module> > <module>maven-autotag-plugin</module> > </modules> > - <url>http://tiles.apache.org/autotag/</url> > + <url> > https://blogs.apache.org/tiles/entry/autotag_autogeneration_completed > </url> > <build> > <pluginManagement> > <plugins> > > Modified: tiles/framework/trunk/tiles-eval/pom.xml > URL: > http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-eval/pom.xml?rev=1141998&r1=1141997&r2=1141998&view=diff > > ============================================================================== > --- tiles/framework/trunk/tiles-eval/pom.xml (original) > +++ tiles/framework/trunk/tiles-eval/pom.xml Fri Jul 1 17:29:18 2011 > @@ -12,7 +12,7 @@ > <packaging>pom</packaging> > <name>Tiles Expression Evaluation Framework</name> > <description>Expression evaluation framework for Request-based > applications</description> > - <url>http://tiles.apache.org/eval/</url> > + <url>https://issues.apache.org/jira/browse/TEVAL</url> > <build> > <pluginManagement> > <plugins> > @@ -30,4 +30,4 @@ > <modules> > <module>tiles-eval-api</module> > </modules> > -</project> > \ No newline at end of file > +</project> > > Modified: tiles/framework/trunk/tiles-parent/pom.xml > URL: > http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-parent/pom.xml?rev=1141998&r1=1141997&r2=1141998&view=diff > > ============================================================================== > --- tiles/framework/trunk/tiles-parent/pom.xml (original) > +++ tiles/framework/trunk/tiles-parent/pom.xml Fri Jul 1 17:29:18 2011 > @@ -36,7 +36,7 @@ > <packaging>pom</packaging> > <name>Tiles 3</name> > <description>Tiles 3: A framework for page composition.</description> > - <url>http://tiles.apache.org/framework/</url> > + <url>http://tiles.apache.org/</url> > > <ciManagement /> > > > Modified: tiles/framework/trunk/tiles-request/pom.xml > URL: > http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-request/pom.xml?rev=1141998&r1=1141997&r2=1141998&view=diff > > ============================================================================== > --- tiles/framework/trunk/tiles-request/pom.xml (original) > +++ tiles/framework/trunk/tiles-request/pom.xml Fri Jul 1 17:29:18 2011 > @@ -12,7 +12,7 @@ > <packaging>pom</packaging> > <name>Tiles Request Framework</name> > <description>Request abstraction for various request and template > technologies</description> > - <url>http://tiles.apache.org/request/</url> > + <url> > https://blogs.apache.org/tiles/entry/abstracting_requests_and_templates > </url> > <modules> > <module>tiles-request-api</module> > <module>tiles-request-servlet</module> > @@ -37,4 +37,4 @@ > </plugins> > </pluginManagement> > </build> > -</project> > \ No newline at end of file > +</project> > > >
