[java-idp-integration-tests] branch master updated: JPAR-96 - switch to new Java 7 parent
Ian Young
ian at iay.org.uk
Tue Aug 29 11:08:16 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-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=6d1b83a39bd6e48b13c36609175722a8a889b039
The following commit(s) were added to refs/heads/master by this push:
new 6d1b83a JPAR-96 - switch to new Java 7 parent
6d1b83a is described below
commit 6d1b83a39bd6e48b13c36609175722a8a889b039
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Aug 29 16:08:06 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 80062d1..b209b64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,8 +6,8 @@
<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-integration-tests</name>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list