Author: olamy
Date: Sat Feb 18 21:27:23 2012
New Revision: 1290879

URL: http://svn.apache.org/viewvc?rev=1290879&view=rev
Log:
add a convenient profile to test the plugin with staged tomcat artifacts 
downloaded from staged repository

Modified:
    tomcat/maven-plugin/trunk/pom.xml
    
tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/pom.xml

Modified: tomcat/maven-plugin/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1290879&r1=1290878&r2=1290879&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Sat Feb 18 21:27:23 2012
@@ -763,6 +763,19 @@
         </plugins>
       </reporting>
     </profile>
+    <profile>
+      <id>tc-staging</id>
+      <properties>
+        <tcStagedReleaseUrl></tcStagedReleaseUrl>
+      </properties>
+
+      <repositories>
+        <repository>
+          <id>tc-staged</id>
+          <url>${tcStagedReleaseUrl}</url>
+        </repository>
+      </repositories>
+    </profile>
   </profiles>
 
 </project>

Modified: 
tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/pom.xml?rev=1290879&r1=1290878&r2=1290879&view=diff
==============================================================================
--- 
tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/pom.xml
 Sat Feb 18 21:27:23 2012
@@ -28,7 +28,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <spring.version>3.1.0.RELEASE</spring.version>
+    <spring.version>3.1.1.RELEASE</spring.version>
   </properties>
 
   <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to