[java-opensaml COMMIT] in /tags/3.1.1: ./ opensaml-core/pom.xml opensaml-messaging-api/pom.xml opensaml-messaging-imp...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Mar 25 14:16:09 EDT 2015
Author: putmanb
Date: Wed Mar 25 14:16:08 2015
New Revision: 4258
URL: http://svn.shibboleth.net/view/java-opensaml?rev=4258&view=rev
Log:
Tagging v3.1.1
Added:
tags/3.1.1/
- copied from r4257, trunk/
Modified:
tags/3.1.1/opensaml-core/pom.xml
tags/3.1.1/opensaml-messaging-api/pom.xml
tags/3.1.1/opensaml-messaging-impl/pom.xml
tags/3.1.1/opensaml-parent/pom.xml
tags/3.1.1/opensaml-profile-api/pom.xml
tags/3.1.1/opensaml-profile-impl/pom.xml
tags/3.1.1/opensaml-saml-api/pom.xml
tags/3.1.1/opensaml-saml-impl/pom.xml
tags/3.1.1/opensaml-security-api/pom.xml
tags/3.1.1/opensaml-security-impl/pom.xml
tags/3.1.1/opensaml-soap-api/pom.xml
tags/3.1.1/opensaml-soap-impl/pom.xml
tags/3.1.1/opensaml-storage-api/pom.xml
tags/3.1.1/opensaml-storage-impl/pom.xml
tags/3.1.1/opensaml-xacml-api/pom.xml
tags/3.1.1/opensaml-xacml-impl/pom.xml
tags/3.1.1/opensaml-xacml-saml-api/pom.xml
tags/3.1.1/opensaml-xacml-saml-impl/pom.xml
tags/3.1.1/opensaml-xmlsec-api/pom.xml
tags/3.1.1/opensaml-xmlsec-impl/pom.xml
Modified: tags/3.1.1/opensaml-core/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.1.1/opensaml-core/pom.xml?rev=4258&r1=4257&r2=4258&view=diff
==============================================================================
--- tags/3.1.1/opensaml-core/pom.xml (original)
+++ tags/3.1.1/opensaml-core/pom.xml Wed Mar 25 14:16:08 2015
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
Modified: tags/3.1.1/opensaml-messaging-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.1.1/opensaml-messaging-api/pom.xml?rev=4258&r1=4257&r2=4258&view=diff
==============================================================================
--- tags/3.1.1/opensaml-messaging-api/pom.xml (original)
+++ tags/3.1.1/opensaml-messaging-api/pom.xml Wed Mar 25 14:16:08 2015
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
Modified: tags/3.1.1/opensaml-messaging-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.1.1/opensaml-messaging-impl/pom.xml?rev=4258&r1=4257&r2=4258&view=diff
==============================================================================
--- tags/3.1.1/opensaml-messaging-impl/pom.xml (original)
+++ tags/3.1.1/opensaml-messaging-impl/pom.xml Wed Mar 25 14:16:08 2015
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
Modified: tags/3.1.1/opensaml-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.1.1/opensaml-parent/pom.xml?rev=4258&r1=4257&r2=4258&view=diff
==============================================================================
--- tags/3.1.1/opensaml-parent/pom.xml (original)
+++ tags/3.1.1/opensaml-parent/pom.xml Wed Mar 25 14:16:08 2015
@@ -19,7 +19,7 @@
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1</version>
<packaging>pom</packaging>
<modules>
@@ -47,8 +47,8 @@
<properties>
<svn.relative.location>java-opensaml</svn.relative.location>
- <java-support.version>7.1.1-SNAPSHOT</java-support.version>
- <spring-extensions.version>5.1.1-SNAPSHOT</spring-extensions.version>
+ <java-support.version>7.1.1</java-support.version>
+ <spring-extensions.version>5.1.1</spring-extensions.version>
</properties>
<repositories>
Modified: tags/3.1.1/opensaml-profile-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.1.1/opensaml-profile-api/pom.xml?rev=4258&r1=4257&r2=4258&view=diff
==============================================================================
--- tags/3.1.1/opensaml-profile-api/pom.xml (original)
+++ tags/3.1.1/opensaml-profile-api/pom.xml Wed Mar 25 14:16:08 2015
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.1</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
Modified: tags/3.1.1/opensaml-profile-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.1.1/opensaml-profile-impl/pom.xml?rev=4258&r1=4257&r2=4258&view=diff
==============================================================================
--- tags/3.1.1/opensaml-profile-impl/pom.xml (original)
+++ tags/3.1.1/opensaml-profile-impl/pom.xml Wed Mar 25 14:16:08 2015
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
[... 217 lines stripped ...]
More information about the commits
mailing list