[java-shib-common COMMIT] in /branches/REL_1: doc/RELEASE-NOTES.txt pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jun 28 12:53:05 BST 2012
Author: lajoie
Date: Thu Jun 28 07:53:05 2012
New Revision: 1029
URL: http://svn.shibboleth.net/view/java-shib-common?rev=1029&view=rev
Log:
update release notes and POM version in prep for release
Modified:
branches/REL_1/doc/RELEASE-NOTES.txt
branches/REL_1/pom.xml
Modified: branches/REL_1/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/doc/RELEASE-NOTES.txt?rev=1029&r1=1028&r2=1029&view=diff
==============================================================================
--- branches/REL_1/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_1/doc/RELEASE-NOTES.txt Thu Jun 28 07:53:05 2012
@@ -1,6 +1,5 @@
Changes in Release 1.3.6
=============================================
-[SC-175] - NOT/AND/OR functors don't appear to support RuleReference children
[SC-176] - aacli utility doesn't set peer entity role metadata for requester
[SC-177] - aacli utility generates extra linefeed in output
[SC-180] - ignResponses/signAssertions="conditional" incorrect for ECP profile
Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/pom.xml?rev=1029&r1=1028&r2=1029&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Thu Jun 28 07:53:05 2012
@@ -12,7 +12,7 @@
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-common</artifactId>
- <version>1.3.6-SNAPSHOT</version>
+ <version>1.3.6</version>
<packaging>jar</packaging>
<name>Shibboleth Common Library</name>
@@ -194,7 +194,6 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
-
<!-- Runtime dependencies -->
<dependency>
@@ -279,6 +278,17 @@
</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>
<id>release</id>
@@ -298,9 +308,9 @@
<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/opensaml-1.4.4-javadoc.jar/!/</link>
- <link>https://shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml/2.5.3/openws-2.5.3-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>
</links>
</configuration>
</plugin>
More information about the commits
mailing list