[java-metadata-aggregator COMMIT] /trunk/aggregator-parent/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jun 27 06:20:08 EDT 2014
Author: iay
Date: Fri Jun 27 06:20:08 2014
New Revision: 375
URL: http://svn.shibboleth.net/view/java-metadata-aggregator?rev=375&view=rev
Log:
Pin Shibboleth dependencies to latest releases until we need snapshots again.
Modified:
trunk/aggregator-parent/pom.xml
Modified: trunk/aggregator-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-parent/pom.xml?rev=375&r1=374&r2=375&view=diff
==============================================================================
--- trunk/aggregator-parent/pom.xml (original)
+++ trunk/aggregator-parent/pom.xml Fri Jun 27 06:20:08 2014
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent-v3</artifactId>
- <version>TRUNK-SNAPSHOT</version>
+ <version>3</version>
</parent>
<name>Shibboleth Metadata Aggregator</name>
@@ -76,12 +76,12 @@
<dependency>
<groupId>net.shibboleth.ext</groupId>
<artifactId>spring-extensions</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>1.2.0</version>
</dependency>
<dependency>
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.0.0</version>
</dependency>
<!-- Provided Dependencies -->
More information about the commits
mailing list