[java-opensaml COMMIT] in /trunk: opensaml-core/pom.xml opensaml-messaging-api/pom.xml opensaml-messaging-impl/pom.xm...

noreply at shibboleth.net noreply at shibboleth.net
Thu Nov 10 14:21:23 EST 2016


Author: putmanb
Date: Thu Nov 10 14:21:23 2016
New Revision: 4580

URL: http://svn.shibboleth.net/view/java-opensaml?rev=4580&view=rev
Log:
Bump version after release

Modified:
    trunk/opensaml-core/pom.xml
    trunk/opensaml-messaging-api/pom.xml
    trunk/opensaml-messaging-impl/pom.xml
    trunk/opensaml-parent/pom.xml
    trunk/opensaml-profile-api/pom.xml
    trunk/opensaml-profile-impl/pom.xml
    trunk/opensaml-saml-api/pom.xml
    trunk/opensaml-saml-impl/pom.xml
    trunk/opensaml-security-api/pom.xml
    trunk/opensaml-security-impl/pom.xml
    trunk/opensaml-soap-api/pom.xml
    trunk/opensaml-soap-impl/pom.xml
    trunk/opensaml-storage-api/pom.xml
    trunk/opensaml-storage-impl/pom.xml
    trunk/opensaml-xacml-api/pom.xml
    trunk/opensaml-xacml-impl/pom.xml
    trunk/opensaml-xacml-saml-api/pom.xml
    trunk/opensaml-xacml-saml-impl/pom.xml
    trunk/opensaml-xmlsec-api/pom.xml
    trunk/opensaml-xmlsec-impl/pom.xml

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

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

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

Modified: trunk/opensaml-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-parent/pom.xml?rev=4580&r1=4579&r2=4580&view=diff
==============================================================================
--- trunk/opensaml-parent/pom.xml	(original)
+++ trunk/opensaml-parent/pom.xml	Thu Nov 10 14:21:23 2016
@@ -19,7 +19,7 @@
     
     <groupId>org.opensaml</groupId>
     <artifactId>opensaml-parent</artifactId>
-    <version>3.3.0-SNAPSHOT</version>
+    <version>3.3.1-SNAPSHOT</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.1-SNAPSHOT</java-support.version>
+        <spring-extensions.version>5.3.1-SNAPSHOT</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: trunk/opensaml-profile-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-api/pom.xml?rev=4580&r1=4579&r2=4580&view=diff
==============================================================================
--- trunk/opensaml-profile-api/pom.xml	(original)
+++ trunk/opensaml-profile-api/pom.xml	Thu Nov 10 14:21:23 2016
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opensaml</groupId>
         <artifactId>opensaml-parent</artifactId>
-        <version>3.3.0-SNAPSHOT</version>
+        <version>3.3.1-SNAPSHOT</version>
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 

Modified: trunk/opensaml-profile-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-impl/pom.xml?rev=4580&r1=4579&r2=4580&view=diff
==============================================================================
--- trunk/opensaml-profile-impl/pom.xml	(original)

[... 221 lines stripped ...]


More information about the commits mailing list