[java-opensaml COMMIT] /trunk/opensaml-parent/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Feb 13 22:37:05 EST 2014
Author: tzeller
Date: Thu Feb 13 22:37:05 2014
New Revision: 3618
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3618&view=rev
Log:
JPAR-40 : Do not use Maven Central during a release.
- Disable Maven Central in the "release" profile in the parent-v3 POM.
- Make the URL of Maven Central a property in the parent-v3 POM.
- Remove redundant repository declarations from the java-support and opensaml-parent POMs, they will be inherited from the parent-v3 POM.
Modified:
trunk/opensaml-parent/pom.xml
Modified: trunk/opensaml-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-parent/pom.xml?rev=3618&r1=3617&r2=3618&view=diff
==============================================================================
--- trunk/opensaml-parent/pom.xml (original)
+++ trunk/opensaml-parent/pom.xml Thu Feb 13 22:37:05 2014
@@ -64,38 +64,7 @@
<enabled>false</enabled>
</releases>
</repository>
- <repository>
- <id>central</id>
- <url>http://repo1.maven.org/maven2</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
</repositories>
-
- <pluginRepositories>
- <pluginRepository>
- <id>shib-release</id>
- <url>https://build.shibboleth.net/nexus/content/groups/public</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- <pluginRepository>
- <id>central</id>
- <name>Maven Plugin Repository</name>
- <url>http://repo1.maven.org/maven2</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
<!-- Dependencies which are required by every single project module should go here and will be inherited by all modules. -->
<dependencies>
More information about the commits
mailing list