You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2010/04/28 08:11:19 UTC

svn commit: r938792 - in /geronimo/external/trunk/tomcat-parent-7.0.0: catalina-ha/pom.xml catalina/pom.xml jasper-el/pom.xml jasper/pom.xml juli/pom.xml pom.xml shared/pom.xml tribes/pom.xml util/pom.xml

Author: xuhaihong
Date: Wed Apr 28 06:11:19 2010
New Revision: 938792

URL: http://svn.apache.org/viewvc?rev=938792&view=rev
Log:
[maven-release-plugin] prepare release tomcat-parent-7.0.0.0

Modified:
    geronimo/external/trunk/tomcat-parent-7.0.0/catalina-ha/pom.xml
    geronimo/external/trunk/tomcat-parent-7.0.0/catalina/pom.xml
    geronimo/external/trunk/tomcat-parent-7.0.0/jasper-el/pom.xml
    geronimo/external/trunk/tomcat-parent-7.0.0/jasper/pom.xml
    geronimo/external/trunk/tomcat-parent-7.0.0/juli/pom.xml
    geronimo/external/trunk/tomcat-parent-7.0.0/pom.xml
    geronimo/external/trunk/tomcat-parent-7.0.0/shared/pom.xml
    geronimo/external/trunk/tomcat-parent-7.0.0/tribes/pom.xml
    geronimo/external/trunk/tomcat-parent-7.0.0/util/pom.xml

Modified: geronimo/external/trunk/tomcat-parent-7.0.0/catalina-ha/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-7.0.0/catalina-ha/pom.xml?rev=938792&r1=938791&r2=938792&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-7.0.0/catalina-ha/pom.xml (original)
+++ geronimo/external/trunk/tomcat-parent-7.0.0/catalina-ha/pom.xml Wed Apr 28 06:11:19 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.ext.tomcat</groupId>
         <artifactId>tomcat-parent-7.0.0</artifactId>
-        <version>7.0.0.0-SNAPSHOT</version>
+        <version>7.0.0.0</version>
     </parent>
     <artifactId>catalina-ha</artifactId>
     <packaging>bundle</packaging>
@@ -53,7 +53,7 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
-                    <instructions></instructions>
+                    <instructions />
                 </configuration>
             </plugin>
         </plugins>

Modified: geronimo/external/trunk/tomcat-parent-7.0.0/catalina/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-7.0.0/catalina/pom.xml?rev=938792&r1=938791&r2=938792&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-7.0.0/catalina/pom.xml (original)
+++ geronimo/external/trunk/tomcat-parent-7.0.0/catalina/pom.xml Wed Apr 28 06:11:19 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.ext.tomcat</groupId>
         <artifactId>tomcat-parent-7.0.0</artifactId>
-        <version>7.0.0.0-SNAPSHOT</version>
+        <version>7.0.0.0</version>
     </parent>
     <artifactId>catalina</artifactId>
     <packaging>bundle</packaging>
@@ -94,13 +94,13 @@
                         <configuration>
                             <tasks>
                                 <tstamp>
-                                    <format property="TODAY" pattern="MMM d yyyy" locale="en"/>
-                                    <format property="TSTAMP" pattern="hh:mm:ss"/>
+                                    <format property="TODAY" pattern="MMM d yyyy" locale="en" />
+                                    <format property="TSTAMP" pattern="hh:mm:ss" />
                                 </tstamp>
                                 <replace file="target/classes/org/apache/catalina/util/ServerInfo.properties">
-                                    <replacefilter token="@VERSION@" value="${version}"/>
-                                    <replacefilter token="@VERSION_NUMBER@" value="${version}"/>
-                                    <replacefilter token="@VERSION_BUILT@" value="${TODAY} ${TSTAMP}"/>
+                                    <replacefilter token="@VERSION@" value="${version}" />
+                                    <replacefilter token="@VERSION_NUMBER@" value="${version}" />
+                                    <replacefilter token="@VERSION_BUILT@" value="${TODAY} ${TSTAMP}" />
                                 </replace>
                             </tasks>
                         </configuration>

Modified: geronimo/external/trunk/tomcat-parent-7.0.0/jasper-el/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-7.0.0/jasper-el/pom.xml?rev=938792&r1=938791&r2=938792&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-7.0.0/jasper-el/pom.xml (original)
+++ geronimo/external/trunk/tomcat-parent-7.0.0/jasper-el/pom.xml Wed Apr 28 06:11:19 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.ext.tomcat</groupId>
         <artifactId>tomcat-parent-7.0.0</artifactId>
-        <version>7.0.0.0-SNAPSHOT</version>
+        <version>7.0.0.0</version>
     </parent>
     <artifactId>jasper-el</artifactId>
     <packaging>bundle</packaging>
@@ -41,7 +41,7 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
-                    <instructions></instructions>
+                    <instructions />
                 </configuration>
             </plugin>
         </plugins>

Modified: geronimo/external/trunk/tomcat-parent-7.0.0/jasper/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-7.0.0/jasper/pom.xml?rev=938792&r1=938791&r2=938792&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-7.0.0/jasper/pom.xml (original)
+++ geronimo/external/trunk/tomcat-parent-7.0.0/jasper/pom.xml Wed Apr 28 06:11:19 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.ext.tomcat</groupId>
         <artifactId>tomcat-parent-7.0.0</artifactId>
-        <version>7.0.0.0-SNAPSHOT</version>
+        <version>7.0.0.0</version>
     </parent>
     <artifactId>jasper</artifactId>
     <packaging>bundle</packaging>

Modified: geronimo/external/trunk/tomcat-parent-7.0.0/juli/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-7.0.0/juli/pom.xml?rev=938792&r1=938791&r2=938792&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-7.0.0/juli/pom.xml (original)
+++ geronimo/external/trunk/tomcat-parent-7.0.0/juli/pom.xml Wed Apr 28 06:11:19 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.ext.tomcat</groupId>
         <artifactId>tomcat-parent-7.0.0</artifactId>
-        <version>7.0.0.0-SNAPSHOT</version>
+        <version>7.0.0.0</version>
     </parent>
     <artifactId>juli</artifactId>
     <packaging>bundle</packaging>
@@ -34,7 +34,7 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
-                    <instructions></instructions>
+                    <instructions />
                 </configuration>
             </plugin>
         </plugins>

Modified: geronimo/external/trunk/tomcat-parent-7.0.0/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-7.0.0/pom.xml?rev=938792&r1=938791&r2=938792&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-7.0.0/pom.xml (original)
+++ geronimo/external/trunk/tomcat-parent-7.0.0/pom.xml Wed Apr 28 06:11:19 2010
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.geronimo.ext.tomcat</groupId>
     <artifactId>tomcat-parent-7.0.0</artifactId>
-    <version>7.0.0.0-SNAPSHOT</version>
+    <version>7.0.0.0</version>
     <packaging>pom</packaging>
 
     <name>Apache Geronimo Tomcat fork</name>
@@ -42,9 +42,9 @@ mvn archetype:generate -DarchetypeCatalo
     -->
 
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/external/trunk/tomcat-parent-7.0.0/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/external/trunk/tomcat-parent-7.0.0/</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/geronimo/external/trunk/tomcat-parent-7.0.0/</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/external/tags/tomcat-parent-7.0.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/external/tags/tomcat-parent-7.0.0.0</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/geronimo/external/tags/tomcat-parent-7.0.0.0</url>
     </scm>
 
     <dependencyManagement>

Modified: geronimo/external/trunk/tomcat-parent-7.0.0/shared/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-7.0.0/shared/pom.xml?rev=938792&r1=938791&r2=938792&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-7.0.0/shared/pom.xml (original)
+++ geronimo/external/trunk/tomcat-parent-7.0.0/shared/pom.xml Wed Apr 28 06:11:19 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.ext.tomcat</groupId>
         <artifactId>tomcat-parent-7.0.0</artifactId>
-        <version>7.0.0.0-SNAPSHOT</version>
+        <version>7.0.0.0</version>
     </parent>
     <artifactId>shared</artifactId>
     <packaging>bundle</packaging>
@@ -41,7 +41,7 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
-                    <instructions></instructions>
+                    <instructions />
                 </configuration>
             </plugin>
         </plugins>

Modified: geronimo/external/trunk/tomcat-parent-7.0.0/tribes/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-7.0.0/tribes/pom.xml?rev=938792&r1=938791&r2=938792&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-7.0.0/tribes/pom.xml (original)
+++ geronimo/external/trunk/tomcat-parent-7.0.0/tribes/pom.xml Wed Apr 28 06:11:19 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.ext.tomcat</groupId>
         <artifactId>tomcat-parent-7.0.0</artifactId>
-        <version>7.0.0.0-SNAPSHOT</version>
+        <version>7.0.0.0</version>
     </parent>
     <artifactId>tribes</artifactId>
     <packaging>bundle</packaging>
@@ -41,7 +41,7 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
-                    <instructions></instructions>
+                    <instructions />
                 </configuration>
             </plugin>
         </plugins>

Modified: geronimo/external/trunk/tomcat-parent-7.0.0/util/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-7.0.0/util/pom.xml?rev=938792&r1=938791&r2=938792&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-7.0.0/util/pom.xml (original)
+++ geronimo/external/trunk/tomcat-parent-7.0.0/util/pom.xml Wed Apr 28 06:11:19 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.ext.tomcat</groupId>
         <artifactId>tomcat-parent-7.0.0</artifactId>
-        <version>7.0.0.0-SNAPSHOT</version>
+        <version>7.0.0.0</version>
     </parent>
     <artifactId>util</artifactId>
     <packaging>bundle</packaging>
@@ -50,7 +50,7 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
-                    <instructions></instructions>
+                    <instructions />
                 </configuration>
             </plugin>
         </plugins>