[java-shib-idp2 COMMIT] in /branches/REL_2: .checkstyle pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Aug 13 17:02:44 EDT 2014


Author: scantor
Date: Wed Aug 13 17:02:44 2014
New Revision: 3195

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3195&view=rev
Log:
Update versions to latest snapshots and commit checkstyle

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=3195&r1=3194&r2=3195&view=diff
==============================================================================
--- branches/REL_2/.checkstyle (original)
+++ branches/REL_2/.checkstyle Wed Aug 13 17:02:44 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/1/resources/checkstyle/checkstyle.xml" >
+                       location="https://svn.shibboleth.net/java-parent-projects/java-parent-project-v2/tags/2/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=3195&r1=3194&r2=3195&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Wed Aug 13 17:02:44 2014
@@ -7,12 +7,12 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent-v2</artifactId>
-        <version>1</version>
+        <version>2</version>
     </parent>
 
     <groupId>edu.internet2.middleware</groupId>
     <artifactId>shibboleth-identityprovider</artifactId>
-    <version>2.4.1-SNAPSHOT</version>
+    <version>2.4.2-SNAPSHOT</version>
 
     <!-- We bundle as a jar here, the installer creates the WAR -->
     <packaging>jar</packaging>
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>edu.internet2.middleware</groupId>
             <artifactId>shibboleth-common</artifactId>
-            <version>1.4.1-SNAPSHOT</version>
+            <version>1.4.2-SNAPSHOT</version>
         </dependency>
         <!-- Override Spring version from parent POM -->
         <dependency>
@@ -237,10 +237,10 @@
                         <artifactId>maven-javadoc-plugin</artifactId>
                         <configuration>
                             <links>
-                                <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/xmltooling/1.4.0/xmltooling-1.4.0-javadoc.jar/!/</link>
-                                <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/openws/1.5.0/openws-1.5.0-javadoc.jar/!/</link>
-                                <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml/2.6.0/opensaml-2.6.0-javadoc.jar/!/</link>
-                                <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/edu/internet2/middleware/shibboleth-common/1.4.0/shibboleth-common-1.4.0-javadoc.jar/!/</link>
+                                <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/xmltooling/1.4.2/xmltooling-1.4.2-javadoc.jar/!/</link>
+                                <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/openws/1.5.2/openws-1.5.2-javadoc.jar/!/</link>
+                                <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml/2.6.2/opensaml-2.6.2-javadoc.jar/!/</link>
+                                <link>https://build.shibboleth.net/nexus/service/local/repositories/releases/archive/edu/internet2/middleware/shibboleth-common/1.4.1/shibboleth-common-1.4.1-javadoc.jar/!/</link>
                             </links>
                         </configuration>
                     </plugin>



More information about the commits mailing list