You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2010/09/19 19:28:05 UTC

svn commit: r998719 - /incubator/photark/trunk/photark-webapp/pom.xml

Author: lresende
Date: Sun Sep 19 19:28:05 2010
New Revision: 998719

URL: http://svn.apache.org/viewvc?rev=998719&view=rev
Log:
Setting a version to tomcat plugin to avoid downloading latest SNAPSHOT which was causing build issues

Modified:
    incubator/photark/trunk/photark-webapp/pom.xml

Modified: incubator/photark/trunk/photark-webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/trunk/photark-webapp/pom.xml?rev=998719&r1=998718&r2=998719&view=diff
==============================================================================
--- incubator/photark/trunk/photark-webapp/pom.xml (original)
+++ incubator/photark/trunk/photark-webapp/pom.xml Sun Sep 19 19:28:05 2010
@@ -247,6 +247,7 @@
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>tomcat-maven-plugin</artifactId>
+                <version>1.0-beta-1</version>
 				<configuration>
 					<!-- Key used for configuring access to server in settings.xml-->
 					<server>tomcat</server>