[java-identity-provider COMMIT] in /tags/3.0.0-alpha3: ./ idp-attribute-api/.checkstyle idp-attribute-api/pom.xml idp...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Oct 29 12:59:49 EDT 2014
Author: tzeller
Date: Wed Oct 29 12:59:48 2014
New Revision: 6805
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6805&view=rev
Log:
Tag version 3.0.0-alpha3
Added:
tags/3.0.0-alpha3/
- copied from r6804, trunk/
Modified:
tags/3.0.0-alpha3/idp-attribute-api/.checkstyle
tags/3.0.0-alpha3/idp-attribute-api/pom.xml
tags/3.0.0-alpha3/idp-attribute-filter-api/.checkstyle
tags/3.0.0-alpha3/idp-attribute-filter-api/pom.xml
tags/3.0.0-alpha3/idp-attribute-filter-impl/.checkstyle
tags/3.0.0-alpha3/idp-attribute-filter-impl/pom.xml
tags/3.0.0-alpha3/idp-attribute-filter-spring/.checkstyle
tags/3.0.0-alpha3/idp-attribute-filter-spring/pom.xml
tags/3.0.0-alpha3/idp-attribute-impl/.checkstyle
tags/3.0.0-alpha3/idp-attribute-impl/pom.xml
tags/3.0.0-alpha3/idp-attribute-resolver-api/.checkstyle
tags/3.0.0-alpha3/idp-attribute-resolver-api/pom.xml
tags/3.0.0-alpha3/idp-attribute-resolver-impl/.checkstyle
tags/3.0.0-alpha3/idp-attribute-resolver-impl/pom.xml
tags/3.0.0-alpha3/idp-attribute-resolver-spring/.checkstyle
tags/3.0.0-alpha3/idp-attribute-resolver-spring/pom.xml
tags/3.0.0-alpha3/idp-authn-api/.checkstyle
tags/3.0.0-alpha3/idp-authn-api/pom.xml
tags/3.0.0-alpha3/idp-authn-impl/.checkstyle
tags/3.0.0-alpha3/idp-authn-impl/pom.xml
tags/3.0.0-alpha3/idp-cas-api/.checkstyle
tags/3.0.0-alpha3/idp-cas-api/pom.xml
tags/3.0.0-alpha3/idp-cas-impl/.checkstyle
tags/3.0.0-alpha3/idp-cas-impl/pom.xml
tags/3.0.0-alpha3/idp-conf/.checkstyle
tags/3.0.0-alpha3/idp-conf/pom.xml
tags/3.0.0-alpha3/idp-consent-api/.checkstyle
tags/3.0.0-alpha3/idp-consent-api/pom.xml
tags/3.0.0-alpha3/idp-consent-impl/.checkstyle
tags/3.0.0-alpha3/idp-consent-impl/pom.xml
tags/3.0.0-alpha3/idp-consent/.checkstyle
tags/3.0.0-alpha3/idp-consent/pom.xml
tags/3.0.0-alpha3/idp-core/.checkstyle
tags/3.0.0-alpha3/idp-core/pom.xml
tags/3.0.0-alpha3/idp-distribution/pom.xml
tags/3.0.0-alpha3/idp-installer/.checkstyle
tags/3.0.0-alpha3/idp-installer/pom.xml
tags/3.0.0-alpha3/idp-parent/pom.xml
tags/3.0.0-alpha3/idp-profile-api/.checkstyle
tags/3.0.0-alpha3/idp-profile-api/pom.xml
tags/3.0.0-alpha3/idp-profile-impl/.checkstyle
tags/3.0.0-alpha3/idp-profile-impl/pom.xml
tags/3.0.0-alpha3/idp-profile-spring/.checkstyle
tags/3.0.0-alpha3/idp-profile-spring/pom.xml
tags/3.0.0-alpha3/idp-saml-api/.checkstyle
tags/3.0.0-alpha3/idp-saml-api/pom.xml
tags/3.0.0-alpha3/idp-saml-impl/.checkstyle
tags/3.0.0-alpha3/idp-saml-impl/pom.xml
tags/3.0.0-alpha3/idp-schema/.checkstyle
tags/3.0.0-alpha3/idp-schema/pom.xml
tags/3.0.0-alpha3/idp-session-api/.checkstyle
tags/3.0.0-alpha3/idp-session-api/pom.xml
tags/3.0.0-alpha3/idp-session-impl/.checkstyle
tags/3.0.0-alpha3/idp-session-impl/pom.xml
tags/3.0.0-alpha3/idp-tou-api/.checkstyle
tags/3.0.0-alpha3/idp-tou-api/pom.xml
tags/3.0.0-alpha3/idp-tou-impl/.checkstyle
tags/3.0.0-alpha3/idp-tou-impl/pom.xml
tags/3.0.0-alpha3/idp-ui/.checkstyle
tags/3.0.0-alpha3/idp-ui/pom.xml
tags/3.0.0-alpha3/idp-war/pom.xml
Modified: tags/3.0.0-alpha3/idp-attribute-api/.checkstyle
URL: http://svn.shibboleth.net/view/java-identity-provider/tags/3.0.0-alpha3/idp-attribute-api/.checkstyle?rev=6805&r1=6804&r2=6805&view=diff
==============================================================================
--- tags/3.0.0-alpha3/idp-attribute-api/.checkstyle (original)
+++ tags/3.0.0-alpha3/idp-attribute-api/.checkstyle Wed Oct 29 12:59:48 2014
@@ -3,7 +3,7 @@
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
<local-check-config name="Shibboleth Checkstyle" type="remote" description=""
- location="https://svn.shibboleth.net/java-parent-projects/java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml" >
+ location="https://svn.shibboleth.net/java-parent-projects/java-parent-project-v3/tags/5/resources/checkstyle/checkstyle.xml" >
<additional-data name="cache-file" value="true"/>
<additional-data name="cache-props-file-location" value="null_1312636288299_cache.properties"/>
<additional-data name="cache-file-location" value="null_1312636288299_cache.xml"/>
Modified: tags/3.0.0-alpha3/idp-attribute-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/tags/3.0.0-alpha3/idp-attribute-api/pom.xml?rev=6805&r1=6804&r2=6805&view=diff
==============================================================================
--- tags/3.0.0-alpha3/idp-attribute-api/pom.xml (original)
+++ tags/3.0.0-alpha3/idp-attribute-api/pom.xml Wed Oct 29 12:59:48 2014
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-parent</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.0.0-alpha3</version>
<relativePath>../idp-parent</relativePath>
</parent>
Modified: tags/3.0.0-alpha3/idp-attribute-filter-api/.checkstyle
[... 819 lines stripped ...]
More information about the commits
mailing list