[java-opensaml] branch master updated: Remove cryptacular version override.
Brent Putman
putmanb at georgetown.edu
Thu May 17 19:03:05 EDT 2018
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=67fcfafe4a6c26157c126a68df8de23227c3f765
The following commit(s) were added to refs/heads/master by this push:
new 67fcfaf Remove cryptacular version override.
67fcfaf is described below
commit 67fcfafe4a6c26157c126a68df8de23227c3f765
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu May 17 19:03:03 2018 -0400
Remove cryptacular version override.
---
opensaml-security-api/pom.xml | 1 -
opensaml-storage-impl/pom.xml | 1 -
2 files changed, 2 deletions(-)
diff --git a/opensaml-security-api/pom.xml b/opensaml-security-api/pom.xml
index 8ebddad..e195662 100644
--- a/opensaml-security-api/pom.xml
+++ b/opensaml-security-api/pom.xml
@@ -38,7 +38,6 @@
<dependency>
<groupId>org.cryptacular</groupId>
<artifactId>cryptacular</artifactId>
- <version>1.1.3-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/opensaml-storage-impl/pom.xml b/opensaml-storage-impl/pom.xml
index 6933229..a3fb7c0 100644
--- a/opensaml-storage-impl/pom.xml
+++ b/opensaml-storage-impl/pom.xml
@@ -51,7 +51,6 @@
<dependency>
<groupId>org.cryptacular</groupId>
<artifactId>cryptacular</artifactId>
- <version>1.1.3-SNAPSHOT</version>
</dependency>
<!-- Provided Dependencies -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list