[java-shib-idp2 COMMIT] in /branches/REL_2: .checkstyle pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Oct 24 17:29:58 EDT 2014
Author: scantor
Date: Fri Oct 24 17:29:58 2014
New Revision: 3204
URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3204&view=rev
Log:
Update v2 parent POM version and checkstyle tag in all projects.
Modified:
branches/REL_2/.checkstyle
branches/REL_2/pom.xml
Modified: branches/REL_2/.checkstyle
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/.checkstyle?rev=3204&r1=3203&r2=3204&view=diff
==============================================================================
--- branches/REL_2/.checkstyle (original)
+++ branches/REL_2/.checkstyle Fri Oct 24 17:29:58 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-v2/tags/2/resources/checkstyle/checkstyle.xml" >
+ location="https://svn.shibboleth.net/java-parent-projects/java-parent-project-v2/tags/3/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: branches/REL_2/pom.xml
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/pom.xml?rev=3204&r1=3203&r2=3204&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Fri Oct 24 17:29:58 2014
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent-v2</artifactId>
- <version>TRUNK-SNAPSHOT</version>
+ <version>3</version>
</parent>
<groupId>edu.internet2.middleware</groupId>
@@ -215,10 +215,10 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<links>
- <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/xmltooling/1.4.3/xmltooling-1.4.3-javadoc.jar/!/</link>
- <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/openws/1.5.3/openws-1.5.3-javadoc.jar/!/</link>
- <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml/2.6.3/opensaml-2.6.3-javadoc.jar/!/</link>
- <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/edu/internet2/middleware/shibboleth-common/1.4.2/shibboleth-common-1.4.2-javadoc.jar/!/</link>
+ <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/xmltooling/1.4.4/xmltooling-1.4.4-javadoc.jar/!/</link>
+ <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/openws/1.5.4/openws-1.5.4-javadoc.jar/!/</link>
+ <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml/2.6.4/opensaml-2.6.4-javadoc.jar/!/</link>
+ <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/edu/internet2/middleware/shibboleth-common/1.4.3/shibboleth-common-1.4.3-javadoc.jar/!/</link>
</links>
</configuration>
</plugin>
More information about the commits
mailing list