You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2013/01/02 08:02:25 UTC

svn commit: r1427680 - /continuum/parent/trunk/pom.xml

Author: brett
Date: Wed Jan  2 07:02:04 2013
New Revision: 1427680

URL: http://svn.apache.org/viewvc?rev=1427680&view=rev
Log:
use release configuration from parent POM

Modified:
    continuum/parent/trunk/pom.xml

Modified: continuum/parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/parent/trunk/pom.xml?rev=1427680&r1=1427679&r2=1427680&view=diff
==============================================================================
--- continuum/parent/trunk/pom.xml (original)
+++ continuum/parent/trunk/pom.xml Wed Jan  2 07:02:04 2013
@@ -29,7 +29,7 @@ under the License.
   <groupId>org.apache.continuum</groupId>
   <artifactId>continuum-parent</artifactId>
   <url>http://continuum.apache.org/</url>
-  <version>6-SNAPSHOT</version>
+  <version>5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Continuum</name>
@@ -264,20 +264,6 @@ under the License.
           <artifactId>maven-jxr-plugin</artifactId>
           <version>2.3</version>
         </plugin>
-        <!-- START SNIPPET: release-plugin-configuration -->
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-release-plugin</artifactId>
-          <version>2.0-beta-9</version>
-          <configuration>
-            <!-- This element will be overriden by children -->
-            <tagBase>https://svn.apache.org/repos/asf/continuum/parent/tags</tagBase>
-            <useReleaseProfile>false</useReleaseProfile>
-            <goals>deploy</goals>
-            <arguments>-Prelease</arguments>
-          </configuration>
-        </plugin>
-        <!-- END SNIPPET: release-plugin-configuration -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-remote-resources-plugin</artifactId>
@@ -315,68 +301,6 @@ under the License.
     </pluginManagement>
   </build>
 
-  <profiles>
-    <!-- START SNIPPET: release-profile -->
-    <profile>
-      <id>release</id>
-      <build>
-        <plugins>
-          <!-- We want to sign the artifact, the POM, and all attached artifacts -->
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-gpg-plugin</artifactId>
-            <configuration>
-              <passphrase>${gpg.passphrase}</passphrase>
-              <useAgent>true</useAgent>
-            </configuration>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>sign</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-          <!-- We want to deploy the artifact to a staging location for perusal -->
-          <plugin>
-            <inherited>true</inherited>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-deploy-plugin</artifactId>
-            <configuration>
-              <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
-              <updateReleaseInfo>true</updateReleaseInfo>
-            </configuration>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-source-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>attach-sources</id>
-                <goals>
-                  <goal>jar</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>attach-javadocs</id>
-                <goals>
-                  <goal>jar</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <!-- END SNIPPET: release-profile -->
-  </profiles>
-
   <developers>
     <developer>
       <id>batkinson</id>