[java-identity-provider COMMIT] in /branches/3.2: idp-attribute-api/pom.xml idp-attribute-filter-api/pom.xml idp-attr...

noreply at shibboleth.net noreply at shibboleth.net
Sat Dec 19 04:16:38 EST 2015


Author: tzeller
Date: Sat Dec 19 04:16:37 2015
New Revision: 8057

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

Modified:
    branches/3.2/idp-attribute-api/pom.xml
    branches/3.2/idp-attribute-filter-api/pom.xml
    branches/3.2/idp-attribute-filter-impl/pom.xml
    branches/3.2/idp-attribute-filter-spring/pom.xml
    branches/3.2/idp-attribute-resolver-api/pom.xml
    branches/3.2/idp-attribute-resolver-impl/pom.xml
    branches/3.2/idp-attribute-resolver-spring/pom.xml
    branches/3.2/idp-authn-api/pom.xml
    branches/3.2/idp-authn-impl/pom.xml
    branches/3.2/idp-cas-api/pom.xml
    branches/3.2/idp-cas-impl/pom.xml
    branches/3.2/idp-conf/pom.xml
    branches/3.2/idp-consent-api/pom.xml
    branches/3.2/idp-consent-impl/pom.xml
    branches/3.2/idp-core/pom.xml
    branches/3.2/idp-distribution/pom.xml
    branches/3.2/idp-installer/pom.xml
    branches/3.2/idp-parent/pom.xml
    branches/3.2/idp-profile-api/pom.xml
    branches/3.2/idp-profile-impl/pom.xml
    branches/3.2/idp-profile-spring/pom.xml
    branches/3.2/idp-saml-api/pom.xml
    branches/3.2/idp-saml-impl/pom.xml
    branches/3.2/idp-schema/pom.xml
    branches/3.2/idp-session-api/pom.xml
    branches/3.2/idp-session-impl/pom.xml
    branches/3.2/idp-ui/pom.xml
    branches/3.2/idp-war/pom.xml

Modified: branches/3.2/idp-attribute-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.2/idp-attribute-api/pom.xml?rev=8057&r1=8056&r2=8057&view=diff
==============================================================================
--- branches/3.2/idp-attribute-api/pom.xml	(original)
+++ branches/3.2/idp-attribute-api/pom.xml	Sat Dec 19 04:16:37 2015
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.2.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: branches/3.2/idp-attribute-filter-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.2/idp-attribute-filter-api/pom.xml?rev=8057&r1=8056&r2=8057&view=diff
==============================================================================
--- branches/3.2/idp-attribute-filter-api/pom.xml	(original)
+++ branches/3.2/idp-attribute-filter-api/pom.xml	Sat Dec 19 04:16:37 2015
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.2.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: branches/3.2/idp-attribute-filter-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.2/idp-attribute-filter-impl/pom.xml?rev=8057&r1=8056&r2=8057&view=diff
==============================================================================
--- branches/3.2/idp-attribute-filter-impl/pom.xml	(original)
+++ branches/3.2/idp-attribute-filter-impl/pom.xml	Sat Dec 19 04:16:37 2015
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.2.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: branches/3.2/idp-attribute-filter-spring/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.2/idp-attribute-filter-spring/pom.xml?rev=8057&r1=8056&r2=8057&view=diff
==============================================================================
--- branches/3.2/idp-attribute-filter-spring/pom.xml	(original)
+++ branches/3.2/idp-attribute-filter-spring/pom.xml	Sat Dec 19 04:16:37 2015
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.2.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: branches/3.2/idp-attribute-resolver-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.2/idp-attribute-resolver-api/pom.xml?rev=8057&r1=8056&r2=8057&view=diff
==============================================================================
--- branches/3.2/idp-attribute-resolver-api/pom.xml	(original)
+++ branches/3.2/idp-attribute-resolver-api/pom.xml	Sat Dec 19 04:16:37 2015
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.2.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: branches/3.2/idp-attribute-resolver-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.2/idp-attribute-resolver-impl/pom.xml?rev=8057&r1=8056&r2=8057&view=diff
==============================================================================

[... 342 lines stripped ...]


More information about the commits mailing list