[java-idp-tomcat-base] branch master updated: JPAR-96 - switch to new Java 7 parent
Ian Young
ian at iay.org.uk
Tue Aug 29 11:11:00 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-tomcat-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=44a3c83ac3366fb8a84f546fc19af2958249c88d
The following commit(s) were added to refs/heads/master by this push:
new 44a3c83 JPAR-96 - switch to new Java 7 parent
44a3c83 is described below
commit 44a3c83ac3366fb8a84f546fc19af2958249c88d
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Aug 29 16:10:54 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 0f36efa..1852a97 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-tomcat-base</name>
@@ -124,5 +124,5 @@
</plugin>
</plugins>
</build>
-
+
</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list