[java-idp-jetty-base] branch 9.3 updated: JPAR-96 - switch to new Java 7 parent

Ian Young ian at iay.org.uk
Tue Aug 29 11:15:02 EDT 2017


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

iay pushed a commit to branch 9.3
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=23ee7394f1aeb7ffeee225b7312253fc0edae76d

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

commit 23ee7394f1aeb7ffeee225b7312253fc0edae76d
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Aug 29 16:14:54 2017 +0100

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

diff --git a/pom.xml b/pom.xml
index 6778e5b..af036d2 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>
 
     <name>idp-jetty-base</name>

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


More information about the commits mailing list