[java-metadata-aggregator] branch master updated: JPAR-96 - switch to new Java 7 parent

Ian Young ian at iay.org.uk
Tue Aug 29 09:07:56 EDT 2017


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

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  6d2bdec   JPAR-96 - switch to new Java 7 parent
6d2bdec is described below

commit 6d2bdecc558e39602fc1d5dbb742cf09d742f043
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 cc88045..c9d4110 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.10.0-SNAPSHOT</version>
@@ -78,8 +78,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