[utilities COMMIT] in /java-support/tags/2.0.1: ./ doc/RELEASE-NOTES.txt pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sun Nov 3 22:35:26 EST 2013
Author: tzeller
Date: Sun Nov 3 22:35:25 2013
New Revision: 471
URL: http://svn.shibboleth.net/view/utilities?rev=471&view=rev
Log:
JSPT-35 Tag as version 2.0.1
Added:
java-support/tags/2.0.1/ (props changed)
- copied from r470, java-support/tags/2.0.0/
Modified:
java-support/tags/2.0.1/doc/RELEASE-NOTES.txt
java-support/tags/2.0.1/pom.xml
Modified: java-support/tags/2.0.1/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/utilities/java-support/tags/2.0.1/doc/RELEASE-NOTES.txt?rev=471&r1=470&r2=471&view=diff
==============================================================================
--- java-support/tags/2.0.1/doc/RELEASE-NOTES.txt (original)
+++ java-support/tags/2.0.1/doc/RELEASE-NOTES.txt Sun Nov 3 22:35:25 2013
@@ -1,13 +1,5 @@
-Changes in Release 2.0.0
-===============================
-[JSPT-3] - Providers helpers for dealing with idle connections in HttpClient
-[JSPT-16] - Add a ServletListener that configures logback with a specified configuration file
-[JSPT-18] - Should RandomIdentifierGenerationStrategy have a Secure subclass?
-[JSPT-23] - SerializeSupport prettyPrintXML has reverted impl to diverge from writeNode and nodeToString
-[JSPT-24] - Type4UuidIdentifier and RandomIdentifier generation strategies do not generate a valid XML ID
-[JSPT-26] - ClassToInstanceMultiMap should ideally support remove() ops rather than being append-only.
-[JSPT-27] - ClassToInstanceMultiMap get() returns duplicate values
-[JSPT-29] - ClassToInstanceMultiMap contains duplicates in value list on multiple insertions of same value
-[JSPT-30] - Move revamped DataSealer into java-support
-[JSPT-31] - release process for java-support v2.0.0
-[JSPT-32] - Remove deprecated EvaluableCriterion interface and related classes
+Release Notes - Java Support - Version 2.0.1
+============================================
+
+** Task
+ * [JSPT-35] - Release java-support version 2.0.1
Modified: java-support/tags/2.0.1/pom.xml
URL: http://svn.shibboleth.net/view/utilities/java-support/tags/2.0.1/pom.xml?rev=471&r1=470&r2=471&view=diff
==============================================================================
--- java-support/tags/2.0.1/pom.xml (original)
+++ java-support/tags/2.0.1/pom.xml Sun Nov 3 22:35:25 2013
@@ -7,13 +7,13 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent-v3</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<name>java-support</name>
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
<packaging>jar</packaging>
<properties>
More information about the commits
mailing list