[trustany-ssl] branch master updated: JPAR-96 - switch to new Java 7 parent

Ian Young ian at iay.org.uk
Tue Aug 29 10:14:50 EDT 2017


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

iay pushed a commit to branch master
in repository trustany-ssl.

View the commit online:
http://git.shibboleth.net/view/?p=trustany-ssl.git;a=commit;h=83c6a43ff71de3efe0dca01cd75a2478eff611b2

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

commit 83c6a43ff71de3efe0dca01cd75a2478eff611b2
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Aug 29 15:14:38 2017 +0100

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

diff --git a/pom.xml b/pom.xml
index ce87317..09d31f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,13 +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" 
+<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</groupId>
-        <artifactId>parent-v3</artifactId>
-        <version>TRUNK-SNAPSHOT</version>
+        <artifactId>parent</artifactId>
+        <version>7.11.0-SNAPSHOT</version>
     </parent>
 
     <groupId>net.shibboleth.utilities</groupId>
@@ -41,7 +41,7 @@
             </releases>
         </repository>
     </repositories>
-    
+
     <dependencies>
         <!-- Compile Dependencies -->
 
@@ -53,5 +53,5 @@
 
         <!-- Managed Dependencies -->
     </dependencies>
-    
+
 </project>

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


More information about the commits mailing list