[java-parent-project] branch master updated: Remove -SNAPSHOT designation from versions used for javadoc workaround.

Scott Cantor cantor.2 at osu.edu
Tue Apr 21 09:32:44 EDT 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=c2e47ed9b8d6b070d74b319a8eb5517dc8dd37a5

The following commit(s) were added to refs/heads/master by this push:
       new  c2e47ed   Remove -SNAPSHOT designation from versions used for javadoc workaround.
c2e47ed is described below

commit c2e47ed9b8d6b070d74b319a8eb5517dc8dd37a5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 21 09:32:40 2020 -0400

    Remove -SNAPSHOT designation from versions used for javadoc workaround.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b12f6ba..2311357 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,9 +104,9 @@
             These properties MUST be overridden in any projects which have
             an actual dependency.
         -->
-        <java-support.version>8.0.0-SNAPSHOT</java-support.version>
-        <opensaml.version>4.0.0-SNAPSHOT</opensaml.version>
-        <spring-extensions.version>6.0.0-SNAPSHOT</spring-extensions.version>
+        <java-support.version>8.0.0</java-support.version>
+        <opensaml.version>4.0.0</opensaml.version>
+        <spring-extensions.version>6.0.0</spring-extensions.version>
 
         <!--
             These properties describe the locations of API indexes for

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list