[java-opensaml COMMIT] in /tags/3.2.0: ./ opensaml-core/pom.xml opensaml-messaging-api/pom.xml opensaml-messaging-imp...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Nov 17 16:43:14 EST 2015
Author: putmanb
Date: Tue Nov 17 16:43:14 2015
New Revision: 4409
URL: http://svn.shibboleth.net/view/java-opensaml?rev=4409&view=rev
Log:
Tag 3.2.0 release
Added:
tags/3.2.0/
- copied from r4408, trunk/
Modified:
tags/3.2.0/opensaml-core/pom.xml
tags/3.2.0/opensaml-messaging-api/pom.xml
tags/3.2.0/opensaml-messaging-impl/pom.xml
tags/3.2.0/opensaml-parent/pom.xml
tags/3.2.0/opensaml-profile-api/pom.xml
tags/3.2.0/opensaml-profile-impl/pom.xml
tags/3.2.0/opensaml-saml-api/pom.xml
tags/3.2.0/opensaml-saml-impl/pom.xml
tags/3.2.0/opensaml-security-api/pom.xml
tags/3.2.0/opensaml-security-impl/pom.xml
tags/3.2.0/opensaml-soap-api/pom.xml
tags/3.2.0/opensaml-soap-impl/pom.xml
tags/3.2.0/opensaml-storage-api/pom.xml
tags/3.2.0/opensaml-storage-impl/pom.xml
tags/3.2.0/opensaml-xacml-api/pom.xml
tags/3.2.0/opensaml-xacml-impl/pom.xml
tags/3.2.0/opensaml-xacml-saml-api/pom.xml
tags/3.2.0/opensaml-xacml-saml-impl/pom.xml
tags/3.2.0/opensaml-xmlsec-api/pom.xml
tags/3.2.0/opensaml-xmlsec-impl/pom.xml
Modified: tags/3.2.0/opensaml-core/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.2.0/opensaml-core/pom.xml?rev=4409&r1=4408&r2=4409&view=diff
==============================================================================
--- tags/3.2.0/opensaml-core/pom.xml (original)
+++ tags/3.2.0/opensaml-core/pom.xml Tue Nov 17 16:43:14 2015
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
Modified: tags/3.2.0/opensaml-messaging-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.2.0/opensaml-messaging-api/pom.xml?rev=4409&r1=4408&r2=4409&view=diff
==============================================================================
--- tags/3.2.0/opensaml-messaging-api/pom.xml (original)
+++ tags/3.2.0/opensaml-messaging-api/pom.xml Tue Nov 17 16:43:14 2015
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
Modified: tags/3.2.0/opensaml-messaging-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.2.0/opensaml-messaging-impl/pom.xml?rev=4409&r1=4408&r2=4409&view=diff
==============================================================================
--- tags/3.2.0/opensaml-messaging-impl/pom.xml (original)
+++ tags/3.2.0/opensaml-messaging-impl/pom.xml Tue Nov 17 16:43:14 2015
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
Modified: tags/3.2.0/opensaml-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.2.0/opensaml-parent/pom.xml?rev=4409&r1=4408&r2=4409&view=diff
==============================================================================
--- tags/3.2.0/opensaml-parent/pom.xml (original)
+++ tags/3.2.0/opensaml-parent/pom.xml Tue Nov 17 16:43:14 2015
@@ -19,7 +19,7 @@
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
<packaging>pom</packaging>
<modules>
@@ -47,8 +47,8 @@
<properties>
<svn.relative.location>java-opensaml</svn.relative.location>
- <java-support.version>7.2.0-SNAPSHOT</java-support.version>
- <spring-extensions.version>5.2.0-SNAPSHOT</spring-extensions.version>
+ <java-support.version>7.2.0</java-support.version>
+ <spring-extensions.version>5.2.0</spring-extensions.version>
<checkstyle.configLocation>${project.basedir}/../opensaml-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
Modified: tags/3.2.0/opensaml-profile-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.2.0/opensaml-profile-api/pom.xml?rev=4409&r1=4408&r2=4409&view=diff
==============================================================================
--- tags/3.2.0/opensaml-profile-api/pom.xml (original)
+++ tags/3.2.0/opensaml-profile-api/pom.xml Tue Nov 17 16:43:14 2015
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
Modified: tags/3.2.0/opensaml-profile-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.2.0/opensaml-profile-impl/pom.xml?rev=4409&r1=4408&r2=4409&view=diff
==============================================================================
--- tags/3.2.0/opensaml-profile-impl/pom.xml (original)
[... 221 lines stripped ...]
More information about the commits
mailing list