[java-oidc-common] branch main updated: Add nimbus content-type to BOM, bump plugin version
Phil Smart
philip.smart at jisc.ac.uk
Fri Feb 12 09:50:53 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=feb44c41cc0fd8f09c81009c004265f5de98d72a
The following commit(s) were added to refs/heads/main by this push:
new feb44c4 Add nimbus content-type to BOM, bump plugin version
feb44c4 is described below
commit feb44c41cc0fd8f09c81009c004265f5de98d72a
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 12 09:50:50 2021 +0000
Add nimbus content-type to BOM, bump plugin version
---
oidc-common-bom/pom.xml | 5 +++++
.../src/main/resources/net/shibboleth/oidc/common/plugin.properties | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/oidc-common-bom/pom.xml b/oidc-common-bom/pom.xml
index 3af8deb..6dbe4b6 100644
--- a/oidc-common-bom/pom.xml
+++ b/oidc-common-bom/pom.xml
@@ -80,6 +80,11 @@
<groupId>net.minidev</groupId>
<artifactId>accessors-smart</artifactId>
<version>${accessors.smart.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.nimbusds</groupId>
+ <artifactId>content-type</artifactId>
+ <version>${nimbus.content.type.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
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 34ad1d7..012dd7a 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.1
+plugin.version = 0.0.2
# 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