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

Ian Young ian at iay.org.uk
Tue Aug 29 09:33:46 EDT 2017


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

iay pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=5b212f385060e13d51f14e8388cafa9a79e8f157

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

commit 5b212f385060e13d51f14e8388cafa9a79e8f157
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Aug 29 14:33:22 2017 +0100

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

diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 12d7242..c44f49e 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -7,14 +7,14 @@
 
     <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 Identity Provider</name>
     <description>
         A SAML 1.1 and 2.0 identity provider implementation.
-    
+
         For more information, including how to install and configure the IdP, see https://wiki.shibboleth.net/confluence/display/IDP30/Home
     </description>
 
@@ -58,7 +58,7 @@
         <module>../idp-distribution</module>
 
         <module>../idp-ui</module>
-        
+
         <module>../idp-bom</module>
     </modules>
 
@@ -155,8 +155,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