[utilities COMMIT] in /spring-extensions/tags/1.2.0: ./ .checkstyle pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Jun 25 14:51:49 EDT 2014


Author: putmanb
Date: Wed Jun 25 14:51:49 2014
New Revision: 608

URL: http://svn.shibboleth.net/view/utilities?rev=608&view=rev
Log:
Tagging 1.2.0

Added:
    spring-extensions/tags/1.2.0/
      - copied from r606, spring-extensions/trunk/
Modified:
    spring-extensions/tags/1.2.0/.checkstyle
    spring-extensions/tags/1.2.0/pom.xml

Modified: spring-extensions/tags/1.2.0/.checkstyle
URL: http://svn.shibboleth.net/view/utilities/spring-extensions/tags/1.2.0/.checkstyle?rev=608&r1=606&r2=608&view=diff
==============================================================================
--- spring-extensions/tags/1.2.0/.checkstyle (original)
+++ spring-extensions/tags/1.2.0/.checkstyle Wed Jun 25 14:51:49 2014
@@ -2,7 +2,7 @@
 
 <fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
 
-   <local-check-config name="Shibboleth Checkstyle" location="https://svn.shibboleth.net/java-parent-projects/java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml" type="remote" description="">
+   <local-check-config name="Shibboleth Checkstyle" location="https://svn.shibboleth.net/java-parent-projects/java-parent-project-v3/tags/3/resources/checkstyle/checkstyle.xml" type="remote" description="">
     <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: spring-extensions/tags/1.2.0/pom.xml
URL: http://svn.shibboleth.net/view/utilities/spring-extensions/tags/1.2.0/pom.xml?rev=608&r1=606&r2=608&view=diff
==============================================================================
--- spring-extensions/tags/1.2.0/pom.xml (original)
+++ spring-extensions/tags/1.2.0/pom.xml Wed Jun 25 14:51:49 2014
@@ -7,12 +7,12 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent-v3</artifactId>
-        <version>TRUNK-SNAPSHOT</version>
+        <version>3</version>
     </parent>
 
     <groupId>net.shibboleth.ext</groupId>
     <artifactId>spring-extensions</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2.0</version>
 
     <name>Spring Framework Extension</name>
     <description>
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>net.shibboleth.utilities</groupId>
             <artifactId>java-support</artifactId>
-            <version>3.0-SNAPSHOT</version>
+            <version>3.0.0</version>
             <!-- Required for the DomDocumentFactoryBean and Duration conversion classes. -->
             <optional>true</optional>
         </dependency>



More information about the commits mailing list