[java-metadata-aggregator] 02/05: JPAR-96 - switch to new Java 7 parent

Ian Young ian at iay.org.uk
Thu Nov 23 10:32:28 EST 2017


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch maint-0.9
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=9d7b15a587afb2ec5e9f63d078e3cb3613d6a3b2

commit 9d7b15a587afb2ec5e9f63d078e3cb3613d6a3b2
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Aug 29 14:07:43 2017 +0100

    JPAR-96 - switch to new Java 7 parent
---
 aggregator-parent/pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/aggregator-parent/pom.xml b/aggregator-parent/pom.xml
index af44217..f5c436a 100644
--- a/aggregator-parent/pom.xml
+++ b/aggregator-parent/pom.xml
@@ -6,19 +6,19 @@
 
     <parent>
         <groupId>net.shibboleth</groupId>
-        <artifactId>parent-v3</artifactId>
-        <version>TRUNK-SNAPSHOT</version>
+        <artifactId>parent</artifactId>
+        <version>7.11.0-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Metadata Aggregator</name>
     <description>
         A framework and tool for processing metadata, with an emphasis on SAML metadata.
-        
+
         For more information, including how to install and configure the command-line tool,
         see https://wiki.shibboleth.net/confluence/display/MA1/Home
     </description>
-    
-    
+
+
     <groupId>net.shibboleth.metadata</groupId>
     <artifactId>aggregator-parent</artifactId>
     <version>0.9.3-SNAPSHOT</version>
@@ -68,8 +68,8 @@
 
     </dependencies>
 
-    <!-- Dependencies which are not required by every project module but for which every module should use the same version 
-        of the dependency should go here. That is to say, placing a dependency here allows one to "peg" the version of the artifact 
+    <!-- Dependencies which are not required by every project module but for which every module should use the same version
+        of the dependency should go here. That is to say, placing a dependency here allows one to "peg" the version of the artifact
         used by all project modules. -->
     <dependencyManagement>
         <dependencies>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list