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

noreply at shibboleth.net noreply at shibboleth.net
Thu Dec 8 22:16:09 EST 2016


Author: scantor
Date: Thu Dec  8 22:16:08 2016
New Revision: 8575

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8575&view=rev
Log:
Bump snapshot version to 3.4.0.

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

Modified: trunk/idp-admin-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-admin-api/pom.xml?rev=8575&r1=8574&r2=8575&view=diff
==============================================================================
Binary files - no diff available.

Modified: trunk/idp-admin-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-admin-impl/pom.xml?rev=8575&r1=8574&r2=8575&view=diff
==============================================================================
--- trunk/idp-admin-impl/pom.xml	(original)
+++ trunk/idp-admin-impl/pom.xml	Thu Dec  8 22:16:08 2016
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: trunk/idp-attribute-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-api/pom.xml?rev=8575&r1=8574&r2=8575&view=diff
==============================================================================
--- trunk/idp-attribute-api/pom.xml	(original)
+++ trunk/idp-attribute-api/pom.xml	Thu Dec  8 22:16:08 2016
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: trunk/idp-attribute-filter-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-api/pom.xml?rev=8575&r1=8574&r2=8575&view=diff
==============================================================================
--- trunk/idp-attribute-filter-api/pom.xml	(original)
+++ trunk/idp-attribute-filter-api/pom.xml	Thu Dec  8 22:16:08 2016
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: trunk/idp-attribute-filter-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-impl/pom.xml?rev=8575&r1=8574&r2=8575&view=diff
==============================================================================
--- trunk/idp-attribute-filter-impl/pom.xml	(original)
+++ trunk/idp-attribute-filter-impl/pom.xml	Thu Dec  8 22:16:08 2016
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: trunk/idp-attribute-filter-spring/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-spring/pom.xml?rev=8575&r1=8574&r2=8575&view=diff
==============================================================================
--- trunk/idp-attribute-filter-spring/pom.xml	(original)
+++ trunk/idp-attribute-filter-spring/pom.xml	Thu Dec  8 22:16:08 2016
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.3.1-SNAPSHOT</version>
+        <version>3.4.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: trunk/idp-attribute-resolver-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-api/pom.xml?rev=8575&r1=8574&r2=8575&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-api/pom.xml	(original)

[... 386 lines stripped ...]


More information about the commits mailing list