[java-support] branch main updated: Fix typo in version string
Ian Young
ian at iay.org.uk
Wed Nov 18 15:55:12 UTC 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=53ebcd22b29170d222fc317af83a5c40211311ab
The following commit(s) were added to refs/heads/main by this push:
new 53ebcd2 Fix typo in version string
53ebcd2 is described below
commit 53ebcd22b29170d222fc317af83a5c40211311ab
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Nov 18 15:55:07 2020 +0000
Fix typo in version string
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b296466..fcee674 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.2.0-RELEASE</version>
+ <version>11.2.0-SNAPSHOT</version>
</parent>
<name>java-support</name>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list