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 2009/12/15 19:12:06 UTC

svn commit: r890927 - /tapestry/tapestry5/trunk/pom.xml

Author: hlship
Date: Tue Dec 15 18:12:06 2009
New Revision: 890927

URL: http://svn.apache.org/viewvc?rev=890927&view=rev
Log:
Fix bad merge of project pom.xml

Modified:
    tapestry/tapestry5/trunk/pom.xml

Modified: tapestry/tapestry5/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=890927&r1=890926&r2=890927&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Tue Dec 15 18:12:06 2009
@@ -331,13 +331,13 @@
                         <encoding>UTF-8</encoding>
                     </configuration>
                 </plugin>
-            </plugins>
             <plugin>
                 <artifactId>maven-release-plugin</artifactId>
                 <configuration>
                     <tagBase>https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/</tagBase>
                 </configuration>
             </plugin>
+          </plugins>
         </pluginManagement>
     </build>
     <profiles>