[java-idp-plugin-duo] branch main updated: Update all child refs to checkstyle location.
Scott Cantor
cantor.2 at osu.edu
Mon Jul 24 16:06:17 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=1aa8de9a528874fc0f25a4c7f02f4f8ad80667fb
The following commit(s) were added to refs/heads/main by this push:
new 1aa8de9 Update all child refs to checkstyle location.
1aa8de9 is described below
commit 1aa8de9a528874fc0f25a4c7f02f4f8ad80667fb
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 24 12:06:14 2023 -0400
Update all child refs to checkstyle location.
---
idp-duo-api/pom.xml | 2 +-
idp-duo-impl/pom.xml | 2 +-
idp-duo-nimbus-client-impl/pom.xml | 2 +-
idp-duo-nimbus-distribution/pom.xml | 2 +-
idp-duo-sdk-client-impl/pom.xml | 2 +-
idp-duo-sdk-distribution/pom.xml | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/idp-duo-api/pom.xml b/idp-duo-api/pom.xml
index 61d3ed5..44a71cf 100644
--- a/idp-duo-api/pom.xml
+++ b/idp-duo-api/pom.xml
@@ -13,7 +13,7 @@
<packaging>jar</packaging>
<properties>
- <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+ <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<automatic.module.name>net.shibboleth.idp.plugin.authn.duo.api</automatic.module.name>
</properties>
diff --git a/idp-duo-impl/pom.xml b/idp-duo-impl/pom.xml
index 01633ed..61b3c9e 100644
--- a/idp-duo-impl/pom.xml
+++ b/idp-duo-impl/pom.xml
@@ -15,7 +15,7 @@
<packaging>jar</packaging>
<properties>
- <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+ <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<automatic.module.name>net.shibboleth.idp.plugin.authn.duo.impl</automatic.module.name>
<apache.commons.lang.version>3.10</apache.commons.lang.version>
</properties>
diff --git a/idp-duo-nimbus-client-impl/pom.xml b/idp-duo-nimbus-client-impl/pom.xml
index 640d632..a1099d5 100644
--- a/idp-duo-nimbus-client-impl/pom.xml
+++ b/idp-duo-nimbus-client-impl/pom.xml
@@ -14,7 +14,7 @@
<packaging>jar</packaging>
<properties>
- <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+ <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<automatic.module.name>net.shibboleth.idp.plugin.authn.duo.nimbus.impl</automatic.module.name>
</properties>
diff --git a/idp-duo-nimbus-distribution/pom.xml b/idp-duo-nimbus-distribution/pom.xml
index caf1288..13532d1 100644
--- a/idp-duo-nimbus-distribution/pom.xml
+++ b/idp-duo-nimbus-distribution/pom.xml
@@ -15,7 +15,7 @@
<packaging>pom</packaging>
<properties>
- <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+ <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<dist.nimbus.finalName>shibboleth-idp-plugin-duo-nimbus-${project.version}</dist.nimbus.finalName>
</properties>
diff --git a/idp-duo-sdk-client-impl/pom.xml b/idp-duo-sdk-client-impl/pom.xml
index 7f04e9a..7bbcf09 100644
--- a/idp-duo-sdk-client-impl/pom.xml
+++ b/idp-duo-sdk-client-impl/pom.xml
@@ -15,7 +15,7 @@
<packaging>jar</packaging>
<properties>
- <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+ <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<automatic.module.name>net.shibboleth.idp.plugin.authn.duo.sdk.impl</automatic.module.name>
</properties>
diff --git a/idp-duo-sdk-distribution/pom.xml b/idp-duo-sdk-distribution/pom.xml
index 8d9d86c..0aff3be 100644
--- a/idp-duo-sdk-distribution/pom.xml
+++ b/idp-duo-sdk-distribution/pom.xml
@@ -14,7 +14,7 @@
<packaging>pom</packaging>
<properties>
- <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
+ <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<dist.duosdk.finalName>shibboleth-idp-plugin-duo-native-sdk-${project.version}</dist.duosdk.finalName>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list