[spring-extensions] branch master updated: JPAR-96 - switch to new Java 7 parent
Ian Young
ian at iay.org.uk
Tue Aug 29 09:05:18 EDT 2017
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=73bd3f59ca358d8f0130fcbdb7b5e85d87d6e8f7
The following commit(s) were added to refs/heads/master by this push:
new 73bd3f5 JPAR-96 - switch to new Java 7 parent
73bd3f5 is described below
commit 73bd3f59ca358d8f0130fcbdb7b5e85d87d6e8f7
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Aug 29 14:05:05 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 78c6783..af93908 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>
<groupId>net.shibboleth.ext</groupId>
@@ -61,7 +61,7 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-cache</artifactId>
</dependency>
-
+
<dependency>
<groupId>org.cryptacular</groupId>
<artifactId>cryptacular</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list