[java-idp-jetty-base] branch master updated: JPAR-96 - switch to new Java 7 parent
Ian Young
ian at iay.org.uk
Tue Aug 29 11:12:44 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-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=85e327523e8c59771c3bf45f9a0139bc518a83d8
The following commit(s) were added to refs/heads/master by this push:
new 85e3275 JPAR-96 - switch to new Java 7 parent
85e3275 is described below
commit 85e327523e8c59771c3bf45f9a0139bc518a83d8
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Aug 29 16:12:39 2017 +0100
JPAR-96 - switch to new Java 7 parent
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7cece29..5f016d2 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>
@@ -43,5 +43,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