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

Ian Young ian at iay.org.uk
Tue Aug 29 10:41:47 EDT 2017


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=281e051af0ab69e3075389dac42b10d4aa2b58ee

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

commit 281e051af0ab69e3075389dac42b10d4aa2b58ee
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Aug 29 15:41:42 2017 +0100

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

diff --git a/pom.xml b/pom.xml
index c6e1a09..47c13d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,8 +3,8 @@
 
     <parent>
         <groupId>net.shibboleth</groupId>
-        <artifactId>parent-v3</artifactId>
-        <version>TRUNK-SNAPSHOT</version>
+        <artifactId>parent</artifactId>
+        <version>7.11.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

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


More information about the commits mailing list