[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
Fri Mar 3 17:47:55 EST 2017
Author: scantor
Date: Fri Mar 3 17:47:55 2017
New Revision: 8643
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8643&view=rev
Log:
Bump POMs to new snapshot version.
Modified:
branches/3.3/idp-admin-api/pom.xml (contents, props changed)
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=8643&r1=8642&r2=8643&view=diff
==============================================================================
Binary files - no diff available.
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=8643&r1=8642&r2=8643&view=diff
==============================================================================
--- branches/3.3/idp-admin-impl/pom.xml (original)
+++ branches/3.3/idp-admin-impl/pom.xml Fri Mar 3 17:47:55 2017
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-parent</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1-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=8643&r1=8642&r2=8643&view=diff
==============================================================================
--- branches/3.3/idp-attribute-api/pom.xml (original)
+++ branches/3.3/idp-attribute-api/pom.xml Fri Mar 3 17:47:55 2017
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-parent</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1-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=8643&r1=8642&r2=8643&view=diff
==============================================================================
--- branches/3.3/idp-attribute-filter-api/pom.xml (original)
+++ branches/3.3/idp-attribute-filter-api/pom.xml Fri Mar 3 17:47:55 2017
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-parent</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1-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=8643&r1=8642&r2=8643&view=diff
==============================================================================
--- branches/3.3/idp-attribute-filter-impl/pom.xml (original)
+++ branches/3.3/idp-attribute-filter-impl/pom.xml Fri Mar 3 17:47:55 2017
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-parent</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1-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=8643&r1=8642&r2=8643&view=diff
==============================================================================
--- branches/3.3/idp-attribute-filter-spring/pom.xml (original)
+++ branches/3.3/idp-attribute-filter-spring/pom.xml Fri Mar 3 17:47:55 2017
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-parent</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1-SNAPSHOT</version>
<relativePath>../idp-parent</relativePath>
</parent>
[... 360 lines stripped ...]
More information about the commits
mailing list