[utilities COMMIT] in /spring-extensions/trunk: ./ .checkstyle doc/ doc/LICENSE.txt doc/RELEASE-NOTES.txt pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Apr 3 12:36:17 BST 2012


Author: lajoie
Date: Tue Apr  3 12:36:17 2012
New Revision: 273

URL: http://svn.shibboleth.net/view/utilities?rev=273&view=rev
Log:
Lock parent to parent project v4
Set release version
Add doc directory with license and release notes file

Added:
    spring-extensions/trunk/doc/
    spring-extensions/trunk/doc/LICENSE.txt   (with props)
    spring-extensions/trunk/doc/RELEASE-NOTES.txt   (with props)
Modified:
    spring-extensions/trunk/   (props changed)
    spring-extensions/trunk/.checkstyle
    spring-extensions/trunk/pom.xml

Modified: spring-extensions/trunk/.checkstyle
URL: http://svn.shibboleth.net/view/utilities/spring-extensions/trunk/.checkstyle?rev=273&r1=272&r2=273&view=diff
==============================================================================
--- spring-extensions/trunk/.checkstyle (original)
+++ spring-extensions/trunk/.checkstyle Tue Apr  3 12:36:17 2012
@@ -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-project/trunk/resources/checkstyle/checkstyle.xml" >
+                       location="https://svn.shibboleth.net/java-parent-project/tags/4/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: spring-extensions/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/spring-extensions/trunk/pom.xml?rev=273&r1=272&r2=273&view=diff
==============================================================================
--- spring-extensions/trunk/pom.xml (original)
+++ spring-extensions/trunk/pom.xml Tue Apr  3 12:36:17 2012
@@ -7,12 +7,12 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>TRUNK-SNAPSHOT</version>
+        <version>4</version>
     </parent>
 
     <groupId>net.shibboleth.ext</groupId>
     <artifactId>spring-extensions</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
 
     <name>Spring Framework Extension</name>
     <description>
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>net.shibboleth.utilities</groupId>
             <artifactId>java-support</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
 
         <!-- Provided dependencies -->
@@ -75,4 +75,4 @@
 
     </dependencies>
 
-</project>
+</project>



More information about the commits mailing list