[java-idp-jetty-base] branch 9.4 updated: JPAR-96 - switch to new Java 7 parent
Ian Young
ian at iay.org.uk
Tue Aug 29 11:16:04 EDT 2017
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch 9.4
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=5ac7d6899a05562981e41e0f30f040aaa9e3cdac
The following commit(s) were added to refs/heads/9.4 by this push:
new 5ac7d68 JPAR-96 - switch to new Java 7 parent
5ac7d68 is described below
commit 5ac7d6899a05562981e41e0f30f040aaa9e3cdac
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Aug 29 16:15:57 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 b5b186b..cadd1a0 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