[java-opensaml COMMIT] in /tags/3.0.0: ./ opensaml-core/.checkstyle opensaml-core/pom.xml opensaml-messaging-api/.che...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Dec 22 00:01:07 EST 2014
Author: tzeller
Date: Mon Dec 22 00:01:07 2014
New Revision: 4196
URL: http://svn.shibboleth.net/view/java-opensaml?rev=4196&view=rev
Log:
Tag version 3.0.0
Added:
tags/3.0.0/
- copied from r4195, trunk/
Modified:
tags/3.0.0/opensaml-core/.checkstyle
tags/3.0.0/opensaml-core/pom.xml
tags/3.0.0/opensaml-messaging-api/.checkstyle
tags/3.0.0/opensaml-messaging-api/pom.xml
tags/3.0.0/opensaml-messaging-impl/.checkstyle
tags/3.0.0/opensaml-messaging-impl/pom.xml
tags/3.0.0/opensaml-parent/pom.xml
tags/3.0.0/opensaml-profile-api/.checkstyle
tags/3.0.0/opensaml-profile-api/pom.xml
tags/3.0.0/opensaml-profile-impl/.checkstyle
tags/3.0.0/opensaml-profile-impl/pom.xml
tags/3.0.0/opensaml-saml-api/.checkstyle
tags/3.0.0/opensaml-saml-api/pom.xml
tags/3.0.0/opensaml-saml-impl/.checkstyle
tags/3.0.0/opensaml-saml-impl/pom.xml
tags/3.0.0/opensaml-security-api/.checkstyle
tags/3.0.0/opensaml-security-api/pom.xml
tags/3.0.0/opensaml-security-impl/.checkstyle
tags/3.0.0/opensaml-security-impl/pom.xml
tags/3.0.0/opensaml-soap-api/.checkstyle
tags/3.0.0/opensaml-soap-api/pom.xml
tags/3.0.0/opensaml-soap-impl/.checkstyle
tags/3.0.0/opensaml-soap-impl/pom.xml
tags/3.0.0/opensaml-storage-api/.checkstyle
tags/3.0.0/opensaml-storage-api/pom.xml
tags/3.0.0/opensaml-storage-impl/.checkstyle
tags/3.0.0/opensaml-storage-impl/pom.xml
tags/3.0.0/opensaml-xacml-api/.checkstyle
tags/3.0.0/opensaml-xacml-api/pom.xml
tags/3.0.0/opensaml-xacml-impl/.checkstyle
tags/3.0.0/opensaml-xacml-impl/pom.xml
tags/3.0.0/opensaml-xacml-saml-api/.checkstyle
tags/3.0.0/opensaml-xacml-saml-api/pom.xml
tags/3.0.0/opensaml-xacml-saml-impl/.checkstyle
tags/3.0.0/opensaml-xacml-saml-impl/pom.xml
tags/3.0.0/opensaml-xmlsec-api/.checkstyle
tags/3.0.0/opensaml-xmlsec-api/pom.xml
tags/3.0.0/opensaml-xmlsec-impl/.checkstyle
tags/3.0.0/opensaml-xmlsec-impl/pom.xml
Modified: tags/3.0.0/opensaml-core/.checkstyle
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.0.0/opensaml-core/.checkstyle?rev=4196&r1=4195&r2=4196&view=diff
==============================================================================
--- tags/3.0.0/opensaml-core/.checkstyle (original)
+++ tags/3.0.0/opensaml-core/.checkstyle Mon Dec 22 00:01:07 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/7/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/opensaml-core/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.0.0/opensaml-core/pom.xml?rev=4196&r1=4195&r2=4196&view=diff
==============================================================================
--- tags/3.0.0/opensaml-core/pom.xml (original)
+++ tags/3.0.0/opensaml-core/pom.xml Mon Dec 22 00:01:07 2014
@@ -7,7 +7,7 @@
<parent>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-parent</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.0.0</version>
<relativePath>../opensaml-parent</relativePath>
</parent>
Modified: tags/3.0.0/opensaml-messaging-api/.checkstyle
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.0.0/opensaml-messaging-api/.checkstyle?rev=4196&r1=4195&r2=4196&view=diff
==============================================================================
--- tags/3.0.0/opensaml-messaging-api/.checkstyle (original)
+++ tags/3.0.0/opensaml-messaging-api/.checkstyle Mon Dec 22 00:01:07 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/7/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/opensaml-messaging-api/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/tags/3.0.0/opensaml-messaging-api/pom.xml?rev=4196&r1=4195&r2=4196&view=diff
[... 538 lines stripped ...]
More information about the commits
mailing list