[java-oidc-common] branch main updated: Update plugin.properties to 1.0.0
Phil Smart
philip.smart at jisc.ac.uk
Tue Mar 23 15:07:10 UTC 2021
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=0e350216f2bb7f0b1adb692c094c878e61485a93
The following commit(s) were added to refs/heads/main by this push:
new 0e35021 Update plugin.properties to 1.0.0
0e35021 is described below
commit 0e350216f2bb7f0b1adb692c094c878e61485a93
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Mar 23 15:07:08 2021 +0000
Update plugin.properties to 1.0.0
---
.checkstyle | 7 +++++++
.../main/resources/net/shibboleth/oidc/common/plugin.properties | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/.checkstyle b/.checkstyle
new file mode 100644
index 0000000..fa04a3a
--- /dev/null
+++ b/.checkstyle
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
+ <fileset name="all" enabled="true" check-config-name="shib" local="false">
+ <file-match-pattern match-pattern="." include-pattern="true"/>
+ </fileset>
+</fileset-config>
diff --git a/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/plugin.properties b/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/plugin.properties
index 3c1a649..871e9d8 100644
--- a/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/plugin.properties
+++ b/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/plugin.properties
@@ -2,7 +2,7 @@
plugin.id = net.shibboleth.oidc.common
# Only used when package manifest is not available
-plugin.version = 0.0.4
+plugin.version = 1.0.0
# No prereqs
#plugin.modules.required =
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list