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

Ian Young ian at iay.org.uk
Tue Aug 29 10:02:40 EDT 2017


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=861c6678f26c72e86e84691c9d2528bce8bed681

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

commit 861c6678f26c72e86e84691c9d2528bce8bed681
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Aug 29 15:02:29 2017 +0100

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

diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index 9e42db4..9a84838 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -6,17 +6,17 @@
 
     <parent>
         <groupId>net.shibboleth</groupId>
-        <artifactId>parent-v3</artifactId>
-        <version>TRUNK-SNAPSHOT</version>
+        <artifactId>parent</artifactId>
+        <version>7.11.0-SNAPSHOT</version>
     </parent>
 
     <name>OpenSAML</name>
     <description>
         A library for creating, reading, writing and performing some processing of SAML messages.
-        
+
         For further information see https://wiki.shibboleth.net/confluence/display/OS30/Home
     </description>
-    
+
     <groupId>org.opensaml</groupId>
     <artifactId>opensaml-parent</artifactId>
     <version>3.4.0-SNAPSHOT</version>
@@ -32,7 +32,7 @@
         <module>../opensaml-saml-api</module>
         <module>../opensaml-xacml-api</module>
         <module>../opensaml-xacml-saml-api</module>
-        
+
         <module>../opensaml-storage-impl</module>
         <module>../opensaml-security-impl</module>
         <module>../opensaml-xmlsec-impl</module>
@@ -43,7 +43,7 @@
         <module>../opensaml-xacml-saml-impl</module>
         <module>../opensaml-profile-api</module>
         <module>../opensaml-profile-impl</module>
-        
+
         <module>../opensaml-bom</module>
     </modules>
 
@@ -100,8 +100,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