You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jb...@apache.org on 2012/04/25 16:19:04 UTC

svn commit: r1330303 - /tomcat/taglibs/standard/trunk/pom.xml

Author: jboynes
Date: Wed Apr 25 14:19:04 2012
New Revision: 1330303

URL: http://svn.apache.org/viewvc?rev=1330303&view=rev
Log:
update site and ci locations

Modified:
    tomcat/taglibs/standard/trunk/pom.xml

Modified: tomcat/taglibs/standard/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/pom.xml?rev=1330303&r1=1330302&r2=1330303&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/pom.xml (original)
+++ tomcat/taglibs/standard/trunk/pom.xml Wed Apr 25 14:19:04 2012
@@ -41,7 +41,7 @@
     An implementation of the JSP Standard Tag Library (JSTL).
   </description>
 
-  <url>http://tomcat.apache.org/taglibs/standard/</url>
+  <url>http://tomcat.apache.org/taglibs/standard-${project.version}</url>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/tomcat/taglibs/standard/trunk</connection>
@@ -53,10 +53,15 @@
     <site>
       <id>apache.website</id>
       <name>Apache Website</name>
-      <url>scpexe://people.apache.org/www/tomcat.apache.org/taglibs/standard/</url>
+      <url>scpexe://people.apache.org/www/tomcat.apache.org/taglibs/standard-${project.version}/</url>
     </site>
   </distributionManagement>
 
+  <ciManagement>
+    <system>jenkins</system>
+    <url>https://builds.apache.org/job/taglib-standard/</url>
+  </ciManagement>
+
   <developers>
     <developer><name>Pierre Delisle</name></developer>
     <developer><name>Shawn Bayern</name></developer>



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