[utilities COMMIT] in /java-support/trunk: ./ .checkstyle pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Apr 3 12:31:52 BST 2012


Author: lajoie
Date: Tue Apr  3 12:31:52 2012
New Revision: 271

URL: http://svn.shibboleth.net/view/utilities?rev=271&view=rev
Log:
Lock parent to parent project v4
Set release version

Modified:
    java-support/trunk/   (props changed)
    java-support/trunk/.checkstyle
    java-support/trunk/pom.xml

Modified: java-support/trunk/.checkstyle
URL: http://svn.shibboleth.net/view/utilities/java-support/trunk/.checkstyle?rev=271&r1=270&r2=271&view=diff
==============================================================================
--- java-support/trunk/.checkstyle (original)
+++ java-support/trunk/.checkstyle Tue Apr  3 12:31:52 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"/>
@@ -13,4 +13,4 @@
         <file-match-pattern match-pattern="src/main/java/.*\.java$" include-pattern="true"/>
     </fileset>
   
-</fileset-config>
+</fileset-config>

Modified: java-support/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/java-support/trunk/pom.xml?rev=271&r1=270&r2=271&view=diff
==============================================================================
--- java-support/trunk/pom.xml (original)
+++ java-support/trunk/pom.xml Tue Apr  3 12:31:52 2012
@@ -7,13 +7,13 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>TRUNK-SNAPSHOT</version>
+        <version>4</version>
     </parent>
 
     <name>java-support</name>
     <groupId>net.shibboleth.utilities</groupId>
     <artifactId>java-support</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>jar</packaging>
     
     <properties>
@@ -74,4 +74,4 @@
         </dependency>
     </dependencies>
 
-</project>
+</project>



More information about the commits mailing list