You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2009/12/22 22:26:02 UTC

svn commit: r893324 - /tapestry/tapestry5/branches/5.1.0.x-dev/pom.xml

Author: andyhot
Date: Tue Dec 22 21:26:02 2009
New Revision: 893324

URL: http://svn.apache.org/viewvc?rev=893324&view=rev
Log:
fix wrong closing tag

Modified:
    tapestry/tapestry5/branches/5.1.0.x-dev/pom.xml

Modified: tapestry/tapestry5/branches/5.1.0.x-dev/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/pom.xml?rev=893324&r1=893323&r2=893324&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/pom.xml (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/pom.xml Tue Dec 22 21:26:02 2009
@@ -313,7 +313,6 @@
                         <updateReleaseInfo>${update-release-info}</updateReleaseInfo>
                     </configuration>
                 </plugin>
-
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-resources-plugin</artifactId>
@@ -321,13 +320,13 @@
                         <encoding>UTF-8</encoding>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <configuration>
+                        <tagBase>https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/</tagBase>
+                    </configuration>
+                </plugin>
             </plugins>
-            <plugin>
-                <artifactId>maven-release-plugin</artifactId>
-                <configuration>
-                    <tagBase>https://svn.apache.org/repos/asf/tapestry/tapestry5/tags/releases/</tagBase>
-                </configuration>
-            </plugin>
         </pluginManagement>
     </build>
     <profiles>