[java-identity-provider COMMIT] in /branches/3.3: idp-admin-api/pom.xml idp-admin-impl/pom.xml idp-attribute-api/pom....

noreply at shibboleth.net noreply at shibboleth.net
Tue Mar 14 11:56:09 EDT 2017


Author: tzeller
Date: Tue Mar 14 11:56:08 2017
New Revision: 8678

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

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

Modified: branches/3.3/idp-admin-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.3/idp-admin-api/pom.xml?rev=8678&r1=8677&r2=8678&view=diff
==============================================================================
--- branches/3.3/idp-admin-api/pom.xml	(original)
+++ branches/3.3/idp-admin-api/pom.xml	Tue Mar 14 11:56:08 2017
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: branches/3.3/idp-admin-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.3/idp-admin-impl/pom.xml?rev=8678&r1=8677&r2=8678&view=diff
==============================================================================
--- branches/3.3/idp-admin-impl/pom.xml	(original)
+++ branches/3.3/idp-admin-impl/pom.xml	Tue Mar 14 11:56:08 2017
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: branches/3.3/idp-attribute-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.3/idp-attribute-api/pom.xml?rev=8678&r1=8677&r2=8678&view=diff
==============================================================================
--- branches/3.3/idp-attribute-api/pom.xml	(original)
+++ branches/3.3/idp-attribute-api/pom.xml	Tue Mar 14 11:56:08 2017
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: branches/3.3/idp-attribute-filter-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.3/idp-attribute-filter-api/pom.xml?rev=8678&r1=8677&r2=8678&view=diff
==============================================================================
--- branches/3.3/idp-attribute-filter-api/pom.xml	(original)
+++ branches/3.3/idp-attribute-filter-api/pom.xml	Tue Mar 14 11:56:08 2017
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: branches/3.3/idp-attribute-filter-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.3/idp-attribute-filter-impl/pom.xml?rev=8678&r1=8677&r2=8678&view=diff
==============================================================================
--- branches/3.3/idp-attribute-filter-impl/pom.xml	(original)
+++ branches/3.3/idp-attribute-filter-impl/pom.xml	Tue Mar 14 11:56:08 2017
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: branches/3.3/idp-attribute-filter-spring/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.3/idp-attribute-filter-spring/pom.xml?rev=8678&r1=8677&r2=8678&view=diff
==============================================================================
--- branches/3.3/idp-attribute-filter-spring/pom.xml	(original)

[... 371 lines stripped ...]


More information about the commits mailing list