[java-opensaml COMMIT] in /tags/3.3.0: ./ opensaml-core/pom.xml opensaml-messaging-api/pom.xml opensaml-messaging-imp...

noreply at shibboleth.net noreply at shibboleth.net
Thu Nov 10 13:57:08 EST 2016


Author: putmanb
Date: Thu Nov 10 13:57:08 2016
New Revision: 4579

URL: http://svn.shibboleth.net/view/java-opensaml?rev=4579&view=rev
Log:
Tag 3.3.0 release

Added:
    tags/3.3.0/
      - copied from r4578, trunk/
Modified:
    tags/3.3.0/opensaml-core/pom.xml
    tags/3.3.0/opensaml-messaging-api/pom.xml
    tags/3.3.0/opensaml-messaging-impl/pom.xml
    tags/3.3.0/opensaml-parent/pom.xml
    tags/3.3.0/opensaml-profile-api/pom.xml
    tags/3.3.0/opensaml-profile-impl/pom.xml
    tags/3.3.0/opensaml-saml-api/pom.xml
    tags/3.3.0/opensaml-saml-impl/pom.xml
    tags/3.3.0/opensaml-security-api/pom.xml
    tags/3.3.0/opensaml-security-impl/pom.xml
    tags/3.3.0/opensaml-soap-api/pom.xml
    tags/3.3.0/opensaml-soap-impl/pom.xml
    tags/3.3.0/opensaml-storage-api/pom.xml
    tags/3.3.0/opensaml-storage-impl/pom.xml
    tags/3.3.0/opensaml-xacml-api/pom.xml
    tags/3.3.0/opensaml-xacml-impl/pom.xml
    tags/3.3.0/opensaml-xacml-saml-api/pom.xml
    tags/3.3.0/opensaml-xacml-saml-impl/pom.xml
    tags/3.3.0/opensaml-xmlsec-api/pom.xml
    tags/3.3.0/opensaml-xmlsec-impl/pom.xml

Modified: tags/3.3.0/opensaml-core/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.3.0/opensaml-core/pom.xml?rev=4579&r1=4578&r2=4579&view=diff
==============================================================================
--- tags/3.3.0/opensaml-core/pom.xml	(original)
+++ tags/3.3.0/opensaml-core/pom.xml	Thu Nov 10 13:57:08 2016
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>3.3.0-SNAPSHOT</version>
+        <version>3.3.0</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 

Modified: tags/3.3.0/opensaml-messaging-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.3.0/opensaml-messaging-api/pom.xml?rev=4579&r1=4578&r2=4579&view=diff
==============================================================================
--- tags/3.3.0/opensaml-messaging-api/pom.xml	(original)
+++ tags/3.3.0/opensaml-messaging-api/pom.xml	Thu Nov 10 13:57:08 2016
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>3.3.0-SNAPSHOT</version>
+        <version>3.3.0</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 

Modified: tags/3.3.0/opensaml-messaging-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.3.0/opensaml-messaging-impl/pom.xml?rev=4579&r1=4578&r2=4579&view=diff
==============================================================================
--- tags/3.3.0/opensaml-messaging-impl/pom.xml	(original)
+++ tags/3.3.0/opensaml-messaging-impl/pom.xml	Thu Nov 10 13:57:08 2016
@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>org.opensaml</groupId>
 		<artifactId>opensaml-parent</artifactId>
-		<version>3.3.0-SNAPSHOT</version>
+		<version>3.3.0</version>
 		<relativePath>../opensaml-parent</relativePath>
 	</parent>
 

Modified: tags/3.3.0/opensaml-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.3.0/opensaml-parent/pom.xml?rev=4579&r1=4578&r2=4579&view=diff
==============================================================================
--- tags/3.3.0/opensaml-parent/pom.xml	(original)
+++ tags/3.3.0/opensaml-parent/pom.xml	Thu Nov 10 13:57:08 2016
@@ -19,7 +19,7 @@
     
     <groupId>org.opensaml</groupId>
     <artifactId>opensaml-parent</artifactId>
-    <version>3.3.0-SNAPSHOT</version>
+    <version>3.3.0</version>
     <packaging>pom</packaging>
 
     <modules>
@@ -47,8 +47,8 @@
 
     <properties>
         <svn.relative.location>java-opensaml/trunk</svn.relative.location>
-        <java-support.version>7.3.0-SNAPSHOT</java-support.version>
-        <spring-extensions.version>5.3.0-SNAPSHOT</spring-extensions.version>
+        <java-support.version>7.3.0</java-support.version>
+        <spring-extensions.version>5.3.0</spring-extensions.version>
         <checkstyle.configLocation>${project.basedir}/../opensaml-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
         <opensaml-parent.site.url>${shibboleth.site.url}java-opensaml/${project.version}/</opensaml-parent.site.url>
         <opensaml-module.site.url>${opensaml-parent.site.url}${project.artifactId}</opensaml-module.site.url>

Modified: tags/3.3.0/opensaml-profile-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.3.0/opensaml-profile-api/pom.xml?rev=4579&r1=4578&r2=4579&view=diff
==============================================================================
--- tags/3.3.0/opensaml-profile-api/pom.xml	(original)
+++ tags/3.3.0/opensaml-profile-api/pom.xml	Thu Nov 10 13:57:08 2016
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>3.3.0-SNAPSHOT</version>
+        <version>3.3.0</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 

Modified: tags/3.3.0/opensaml-profile-impl/pom.xml

[... 224 lines stripped ...]


More information about the commits mailing list