[utilities COMMIT] in /ant-extensions/trunk: ./ .checkstyle pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Apr 16 11:17:04 EDT 2013


Author: scantor
Date: Tue Apr 16 11:17:03 2013
New Revision: 377

URL: http://svn.shibboleth.net/view/utilities?rev=377&view=rev
Log:
Lock parent POM and add some missing boilerplate.

Modified:
    ant-extensions/trunk/   (props changed)
    ant-extensions/trunk/.checkstyle
    ant-extensions/trunk/pom.xml

Modified: ant-extensions/trunk/.checkstyle
URL: http://svn.shibboleth.net/view/utilities/ant-extensions/trunk/.checkstyle?rev=377&r1=376&r2=377&view=diff
==============================================================================
--- ant-extensions/trunk/.checkstyle (original)
+++ ant-extensions/trunk/.checkstyle Tue Apr 16 11:17:03 2013
@@ -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-v3/trunk/resources/checkstyle/checkstyle.xml">
+                        location="https://svn.shibboleth.net/java-parent-projects/java-parent-project-v2/tags/1/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: ant-extensions/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/ant-extensions/trunk/pom.xml?rev=377&r1=376&r2=377&view=diff
==============================================================================
--- ant-extensions/trunk/pom.xml (original)
+++ ant-extensions/trunk/pom.xml Tue Apr 16 11:17:03 2013
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent-v2</artifactId>
-        <version>TRUNK-SNAPSHOT</version>
+        <version>1</version>
     </parent>
 
     <groupId>net.shibboleth.tool</groupId>
@@ -17,6 +17,27 @@
 
     <name>Ant Extensions</name>
     <description>Various extension tasks for Ant</description>
+
+    <properties>
+        <svn.relative.location>utilities/ant-extensions</svn.relative.location>
+    </properties>
+
+    <repositories>
+        <repository>
+            <id>shib-release</id>
+            <url>https://build.shibboleth.net/nexus/content/groups/public</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+        <repository>
+            <id>shib-snapshot</id>
+            <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
+    </repositories>
 
     <dependencies>
         <!-- Compile Dependencies -->



More information about the commits mailing list