[java-metadata-aggregator COMMIT] in /trunk: aggregator-cli/pom.xml aggregator-parent/pom.xml aggregator-pipeline/pom...

noreply at shibboleth.net noreply at shibboleth.net
Mon Dec 5 17:52:47 GMT 2011


Author: lajoie
Date: Mon Dec  5 17:52:46 2011
New Revision: 162

URL: http://svn.shibboleth.net/view/java-metadata-aggregator?rev=162&view=rev
Log:
clean up POMs
set version number to SNAPSHOT of the next release, 0.7.0

Modified:
    trunk/aggregator-cli/pom.xml
    trunk/aggregator-parent/pom.xml
    trunk/aggregator-pipeline/pom.xml

Modified: trunk/aggregator-cli/pom.xml
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-cli/pom.xml?rev=162&r1=161&r2=162&view=diff
==============================================================================
--- trunk/aggregator-cli/pom.xml (original)
+++ trunk/aggregator-cli/pom.xml Mon Dec  5 17:52:46 2011
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>net.shibboleth.metadata</groupId>
         <artifactId>aggregator-parent</artifactId>
-        <version>0.6</version>
+        <version>0.7.0-SNAPSHOT</version>
         <relativePath>../aggregator-parent</relativePath>
     </parent>
 
@@ -24,13 +25,6 @@
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-context-support</artifactId>
-            <version>${spring.version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>net.shibboleth.ext</groupId>
@@ -43,8 +37,7 @@
         <!-- Runtime Dependencies -->
 
         <!-- Test Dependencies -->
-
-        <!-- Managed Dependencies -->
+        
     </dependencies>
     
     <build>
@@ -61,4 +54,4 @@
         </plugins>
     </build>
     
-</project>
+</project>

Modified: trunk/aggregator-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-parent/pom.xml?rev=162&r1=161&r2=162&view=diff
==============================================================================
--- trunk/aggregator-parent/pom.xml (original)
+++ trunk/aggregator-parent/pom.xml Mon Dec  5 17:52:46 2011
@@ -13,7 +13,7 @@
     <name>Shibboleth Metadata Aggregator</name>
     <groupId>net.shibboleth.metadata</groupId>
     <artifactId>aggregator-parent</artifactId>
-    <version>0.6</version>
+    <version>0.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
@@ -55,12 +55,6 @@
         </dependency>
 
         <!-- Provided Dependencies -->
-
-        <!-- Runtime Dependencies -->
-
-        <!-- Test Dependencies -->
-
-        <!-- Managed Dependencies -->
         <dependency>
             <groupId>org.apache.santuario</groupId>
             <artifactId>xmlsec</artifactId>
@@ -69,6 +63,8 @@
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
         </dependency>
+
+        <!-- Runtime Dependencies -->
         <dependency>
             <groupId>${xerces.groupId}</groupId>
             <artifactId>xml-apis</artifactId>
@@ -89,6 +85,9 @@
             <groupId>${xalan.groupId}</groupId>
             <artifactId>xalan</artifactId>
         </dependency>
+
+        <!-- Test Dependencies -->
+
     </dependencies>
 
     <!-- Dependencies which are not required by every project module but for which every module should use the same version 
@@ -106,4 +105,4 @@
         </dependencies>
     </dependencyManagement>
 
-</project>
+</project>

Modified: trunk/aggregator-pipeline/pom.xml
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-pipeline/pom.xml?rev=162&r1=161&r2=162&view=diff
==============================================================================
--- trunk/aggregator-pipeline/pom.xml (original)
+++ trunk/aggregator-pipeline/pom.xml Mon Dec  5 17:52:46 2011
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.metadata</groupId>
         <artifactId>aggregator-parent</artifactId>
-        <version>0.6</version>
+        <version>0.7.0-SNAPSHOT</version>
         <relativePath>../aggregator-parent</relativePath>
     </parent>
 
@@ -17,18 +17,17 @@
 
     <dependencies>
         <!-- Compile Dependencies -->
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>            
+        </dependency>
 
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->
 
         <!-- Test Dependencies -->
-
-        <!-- Managed Dependencies -->
-        <dependency>
-            <groupId>xmlunit</groupId>
-            <artifactId>xmlunit</artifactId>

[... 12 lines stripped ...]


More information about the commits mailing list