[java-shib-idp2 COMMIT] in /branches/REL_2: doc/RELEASE-NOTES.txt pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jul 2 08:59:16 EDT 2012
Author: lajoie
Date: Mon Jul 2 08:59:16 2012
New Revision: 3114
URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3114&view=rev
Log:
pick up new shib-common lib
Modified:
branches/REL_2/doc/RELEASE-NOTES.txt
branches/REL_2/pom.xml
Modified: branches/REL_2/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/doc/RELEASE-NOTES.txt?rev=3114&r1=3113&r2=3114&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Mon Jul 2 08:59:16 2012
@@ -1,3 +1,7 @@
+Changes in Release 2.3.8
+=============================================
+- Pick up shib-common lib 1.3.7 that contains a fix for SC-183
+
Changes in Release 2.3.7
=============================================
[SIDP-543] - No support for data URI in combination with MDUI Logo but for mailto?
Modified: branches/REL_2/pom.xml
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/pom.xml?rev=3114&r1=3113&r2=3114&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Mon Jul 2 08:59:16 2012
@@ -12,7 +12,7 @@
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-identityprovider</artifactId>
- <version>2.3.7</version>
+ <version>2.3.8</version>
<!-- We bundle as a jar here, the installer creates the WAR -->
<packaging>jar</packaging>
@@ -51,7 +51,7 @@
<dependency>
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-common</artifactId>
- <version>1.3.6</version>
+ <version>1.3.7</version>
</dependency>
<!-- Override Spring version from parent POM -->
<dependency>
More information about the commits
mailing list