[java-openws COMMIT] /branches/REL_1/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Nov 2 13:29:47 EDT 2012
Author: scantor
Date: Fri Nov 2 13:29:47 2012
New Revision: 437
URL: http://svn.shibboleth.net/view/java-openws?rev=437&view=rev
Log:
Remove some version overrides and bump xmltooling/openws versions.
Modified:
branches/REL_1/pom.xml
Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-openws/branches/REL_1/pom.xml?rev=437&r1=436&r2=437&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Fri Nov 2 13:29:47 2012
@@ -12,7 +12,7 @@
<groupId>org.opensaml</groupId>
<artifactId>openws</artifactId>
- <version>1.4.4</version>
+ <version>1.5.0</version>
<packaging>jar</packaging>
<name>OpenWS</name>
@@ -48,12 +48,11 @@
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>xmltooling</artifactId>
- <version>1.3.4</version>
+ <version>1.4.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.3</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
@@ -69,8 +68,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
- <version>1.6.2</version>
- </dependency>
+ </dependency>
<!-- Provided dependencies -->
<dependency>
More information about the commits
mailing list