You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by si...@apache.org on 2012/01/11 15:07:31 UTC

svn commit: r1230049 - /incubator/amber/trunk/oauth-2.0/pom.xml

Author: simonetripodi
Date: Wed Jan 11 14:07:31 2012
New Revision: 1230049

URL: http://svn.apache.org/viewvc?rev=1230049&view=rev
Log:
ASF projects won't be deployed on Sonatype repo

Modified:
    incubator/amber/trunk/oauth-2.0/pom.xml

Modified: incubator/amber/trunk/oauth-2.0/pom.xml
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/oauth-2.0/pom.xml?rev=1230049&r1=1230048&r2=1230049&view=diff
==============================================================================
--- incubator/amber/trunk/oauth-2.0/pom.xml (original)
+++ incubator/amber/trunk/oauth-2.0/pom.xml Wed Jan 11 14:07:31 2012
@@ -146,17 +146,6 @@
                     <artifactId>cobertura-maven-plugin</artifactId>
                     <version>2.4</version>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-release-plugin</artifactId>
-                    <version>2.0</version>
-                    <configuration>
-                        <mavenExecutorId>forked-path</mavenExecutorId>
-                        <useReleaseProfile>false</useReleaseProfile>
-                        <autoVersionSubmodules>true</autoVersionSubmodules>
-                        <arguments>-Psonatype-oss-release</arguments>
-                    </configuration>
-                </plugin>
             </plugins>
         </pluginManagement>