[java-identity-provider] branch maint-3.3 updated: IDP-1269 - Move cryptacular version override to idp-parent POM
Tom Zeller
tzeller at dragonacea.biz
Wed May 9 11:43:47 EDT 2018
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch maint-3.3
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=84d176990babe366650e314c2666639bb75e1879
The following commit(s) were added to refs/heads/maint-3.3 by this push:
new 84d1769 IDP-1269 - Move cryptacular version override to idp-parent POM
84d1769 is described below
commit 84d176990babe366650e314c2666639bb75e1879
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed May 9 10:43:28 2018 -0500
IDP-1269 - Move cryptacular version override to idp-parent POM
So that the overriden/newer version of the dependency will be included
in idp-distribution.
---
idp-cas-impl/pom.xml | 1 -
idp-parent/pom.xml | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-cas-impl/pom.xml b/idp-cas-impl/pom.xml
index 1098d9f..5aeb398 100644
--- a/idp-cas-impl/pom.xml
+++ b/idp-cas-impl/pom.xml
@@ -59,7 +59,6 @@
<dependency>
<groupId>org.cryptacular</groupId>
<artifactId>cryptacular</artifactId>
- <version>1.1.3-SNAPSHOT</version>
</dependency>
<!-- Provided Dependencies -->
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index c09a76b..fa86f47 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -72,6 +72,7 @@
<spring.version>4.3.16.RELEASE</spring.version>
<spring-webflow.version>2.4.6.RELEASE</spring-webflow.version>
<ldaptive.version>1.0.11</ldaptive.version>
+ <cryptacular.version>1.1.3</cryptacular.version>
<checkstyle.configLocation>${project.basedir}/../idp-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<idp-parent.site.url>${shibboleth.site.url}java-identity-provider/${project.version}/</idp-parent.site.url>
<idp-module.site.url>${idp-parent.site.url}${project.artifactId}</idp-module.site.url>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list