Author: tv
Date: Mon Nov 5 15:12:48 2012
New Revision: 1405825
URL: http://svn.apache.org/viewvc?rev=1405825&view=rev
Log:
Remove definition of dummy repository as Nexus now is supposed to handle actual
promotion of artifacts.
Modified:
turbine/maven/turbine-parent/trunk/pom.xml
turbine/maven/turbine-parent/trunk/src/changes/changes.xml
Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1405825&r1=1405824&r2=1405825&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Mon Nov 5 15:12:48 2012
@@ -47,20 +47,6 @@
<url>http://issues.apache.org/jira/browse/TRB</url>
</issueManagement>
- <distributionManagement>
- <!--
- This POM's parent POM (the Apache root POM) provides repositories.
Unfortunately,
- this allows for accidental deployments. So we disable them here by
providing
- a dummy repository. Use "mvn -Prc deploy" (Apache snapshot repository) or
- "mvn -Prelease deploy" (Apache release repository), if you really want
to deploy.
- -->
- <repository>
- <id>dummy</id>
- <name>Dummy to avoid accidental deploys</name>
- <url />
- </repository>
- </distributionManagement>
-
<!--
This section *must* be overwritten by subprojects. It is only to allow
a release of the turbine-parent POM.
Modified: turbine/maven/turbine-parent/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/src/changes/changes.xml?rev=1405825&r1=1405824&r2=1405825&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/src/changes/changes.xml (original)
+++ turbine/maven/turbine-parent/trunk/src/changes/changes.xml Mon Nov 5
15:12:48 2012
@@ -25,6 +25,10 @@
<body>
<release version="2" date="2012-11-05">
+ <action dev="tv" type="remove" date="2012-11-05">
+ Remove definition of dummy repository as Nexus now is supposed to
handle
+ actual promotion of artifacts.
+ </action>
<action dev="tv" type="add" date="2012-11-05">
Add customization of apache-release profile
</action>