[java-idp-testbed] branch master updated: Bump versions after IdP release
Tom Zeller
tzeller at dragonacea.biz
Mon Oct 22 11:46:51 EDT 2018
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=2bb2b361b7432594dd2194c99df2cfe8600ffa31
The following commit(s) were added to refs/heads/master by this push:
new 2bb2b36 Bump versions after IdP release
2bb2b36 is described below
commit 2bb2b361b7432594dd2194c99df2cfe8600ffa31
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Oct 22 10:44:03 2018 -0500
Bump versions after IdP release
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index d4db189..02f9b2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,23 +4,23 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>7.11.0-SNAPSHOT</version>
+ <version>7.11.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-testbed</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<packaging>war</packaging>
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
- <idp.version>3.4.0-SNAPSHOT</idp.version>
+ <idp.version>3.4.1-SNAPSHOT</idp.version>
<idp-jetty-base.version>9.3.1-SNAPSHOT</idp-jetty-base.version>
<jetty.version>9.3.23.v20180228</jetty.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>3.4.0-SNAPSHOT</opensaml.version>
- <spring-extensions.version>5.4.0-SNAPSHOT</spring-extensions.version>
+ <opensaml.version>3.4.1-SNAPSHOT</opensaml.version>
+ <spring-extensions.version>5.4.1-SNAPSHOT</spring-extensions.version>
</properties>
<repositories>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list