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

noreply at shibboleth.net noreply at shibboleth.net
Wed Jul 1 00:33:33 EDT 2015


Author: tzeller
Date: Wed Jul  1 00:33:33 2015
New Revision: 7617

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7617&view=rev
Log:
IDP-750 - Bump POM version after 3.1.2 release.

https://issues.shibboleth.net/jira/browse/IDP-750

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

Modified: branches/3.1/idp-attribute-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.1/idp-attribute-api/pom.xml?rev=7617&r1=7616&r2=7617&view=diff
==============================================================================
--- branches/3.1/idp-attribute-api/pom.xml	(original)
+++ branches/3.1/idp-attribute-api/pom.xml	Wed Jul  1 00:33:33 2015
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.1.2-SNAPSHOT</version>
+        <version>3.1.3-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: branches/3.1/idp-attribute-filter-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.1/idp-attribute-filter-api/pom.xml?rev=7617&r1=7616&r2=7617&view=diff
==============================================================================
--- branches/3.1/idp-attribute-filter-api/pom.xml	(original)
+++ branches/3.1/idp-attribute-filter-api/pom.xml	Wed Jul  1 00:33:33 2015
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.1.2-SNAPSHOT</version>
+        <version>3.1.3-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: branches/3.1/idp-attribute-filter-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.1/idp-attribute-filter-impl/pom.xml?rev=7617&r1=7616&r2=7617&view=diff
==============================================================================
--- branches/3.1/idp-attribute-filter-impl/pom.xml	(original)
+++ branches/3.1/idp-attribute-filter-impl/pom.xml	Wed Jul  1 00:33:33 2015
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.1.2-SNAPSHOT</version>
+        <version>3.1.3-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: branches/3.1/idp-attribute-filter-spring/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.1/idp-attribute-filter-spring/pom.xml?rev=7617&r1=7616&r2=7617&view=diff
==============================================================================
--- branches/3.1/idp-attribute-filter-spring/pom.xml	(original)
+++ branches/3.1/idp-attribute-filter-spring/pom.xml	Wed Jul  1 00:33:33 2015
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.1.2-SNAPSHOT</version>
+        <version>3.1.3-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

Modified: branches/3.1/idp-attribute-resolver-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.1/idp-attribute-resolver-api/pom.xml?rev=7617&r1=7616&r2=7617&view=diff
==============================================================================
--- branches/3.1/idp-attribute-resolver-api/pom.xml	(original)
+++ branches/3.1/idp-attribute-resolver-api/pom.xml	Wed Jul  1 00:33:33 2015
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>3.1.2-SNAPSHOT</version>
+        <version>3.1.3-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

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

[... 327 lines stripped ...]


More information about the commits mailing list