[java-shib-idp2 COMMIT] in /branches/REL_2: doc/RELEASE-NOTES.txt pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jun 28 12:57:25 BST 2012
Author: lajoie
Date: Thu Jun 28 07:57:25 2012
New Revision: 3112
URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3112&view=rev
Log:
update release notes and POM version in prep for release
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=3112&r1=3111&r2=3112&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Thu Jun 28 07:57:25 2012
@@ -1,5 +1,6 @@
Changes in Release 2.3.7
=============================================
+[SIDP-543] - No support for data URI in combination with MDUI Logo but for mailto?
[SIDP-547] - VelocityEngine initialization was not effectively using UTF-8 input and output encoding
[SIDP-549] - Incorrect handling of returned authn error in SSO profile handlers
[SIDP-550] - Default IdP metadata provider uses an undocumented plugin
Modified: branches/REL_2/pom.xml
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/pom.xml?rev=3112&r1=3111&r2=3112&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Thu Jun 28 07:57:25 2012
@@ -12,7 +12,7 @@
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-identityprovider</artifactId>
- <version>2.3.7-SNAPSHOT</version>
+ <version>2.3.7</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-SNAPSHOT</version>
+ <version>1.3.6</version>
</dependency>
<!-- Override Spring version from parent POM -->
<dependency>
@@ -220,6 +220,17 @@
</plugin>
</plugins>
</build>
+
+ <distributionManagement>
+ <repository>
+ <id>release</id>
+ <url>https://build.shibboleth.net/nexus/content/repositories/releases</url>
+ </repository>
+ <snapshotRepository>
+ <id>snapshot</id>
+ <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
<profiles>
<profile>
@@ -240,10 +251,10 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<links>
- <link>https://shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/xmltooling/1.3.4/xmltooling-1.3.4-javadoc.jar/!/</link>
- <link>https://shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/openws/1.4.4/openws-1.4.4-javadoc.jar/!/</link>
- <link>https://shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml/2.5.3/opensaml-2.5.3-javadoc.jar/!/</link>
- <link>https://shibboleth.net/nexus/service/local/repositories/releases/archive/edu/internet2/middleware/shibboleth-common/1.3.5/shibboleth-common-1.3.5-javadoc.jar/!/</link>
+ <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/xmltooling/1.3.4/xmltooling-1.3.4-javadoc.jar/!/</link>
+ <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/openws/1.4.4/openws-1.4.4-javadoc.jar/!/</link>
+ <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml/2.5.3/opensaml-2.5.3-javadoc.jar/!/</link>
+ <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/edu/internet2/middleware/shibboleth-common/1.3.6/shibboleth-common-1.3.6-javadoc.jar/!/</link>
</links>
</configuration>
</plugin>
More information about the commits
mailing list