[java-shib-shared] branch main updated: Adjust automatic module names.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 13 14:42:15 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-shared.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=a2d1ef3deaff0d32e235e1f069cdff451943f58a
The following commit(s) were added to refs/heads/main by this push:
new a2d1ef3d Adjust automatic module names.
a2d1ef3d is described below
commit a2d1ef3deaff0d32e235e1f069cdff451943f58a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 13 10:42:12 2022 -0400
Adjust automatic module names.
---
shib-security/pom.xml | 2 +-
shib-service/pom.xml | 2 +-
shib-support/pom.xml | 2 +-
shib-testing/pom.xml | 2 +-
shib-velocity-spring/pom.xml | 2 +-
shib-velocity/pom.xml | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/shib-security/pom.xml b/shib-security/pom.xml
index a17fe718..0c34c2ad 100644
--- a/shib-security/pom.xml
+++ b/shib-security/pom.xml
@@ -15,7 +15,7 @@
<packaging>jar</packaging>
<properties>
- <automatic.module.name>net.shibboleth.security</automatic.module.name>
+ <automatic.module.name>net.shibboleth.shared.security</automatic.module.name>
<checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
diff --git a/shib-service/pom.xml b/shib-service/pom.xml
index 12da4471..cf024276 100644
--- a/shib-service/pom.xml
+++ b/shib-service/pom.xml
@@ -15,7 +15,7 @@
<packaging>jar</packaging>
<properties>
- <automatic.module.name>net.shibboleth.service</automatic.module.name>
+ <automatic.module.name>net.shibboleth.shared.service</automatic.module.name>
<checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
diff --git a/shib-support/pom.xml b/shib-support/pom.xml
index b5286ee5..3e46d7a1 100644
--- a/shib-support/pom.xml
+++ b/shib-support/pom.xml
@@ -15,7 +15,7 @@
<packaging>jar</packaging>
<properties>
- <automatic.module.name>net.shibboleth.support</automatic.module.name>
+ <automatic.module.name>net.shibboleth.shared.support</automatic.module.name>
<checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
diff --git a/shib-testing/pom.xml b/shib-testing/pom.xml
index 95b829b6..f63d0d79 100644
--- a/shib-testing/pom.xml
+++ b/shib-testing/pom.xml
@@ -15,7 +15,7 @@
<packaging>jar</packaging>
<properties>
- <automatic.module.name>net.shibboleth.testing</automatic.module.name>
+ <automatic.module.name>net.shibboleth.shared.testing</automatic.module.name>
<checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
diff --git a/shib-velocity-spring/pom.xml b/shib-velocity-spring/pom.xml
index cacf40b7..26e10aa6 100644
--- a/shib-velocity-spring/pom.xml
+++ b/shib-velocity-spring/pom.xml
@@ -15,7 +15,7 @@
<packaging>jar</packaging>
<properties>
- <automatic.module.name>net.shibboleth.spring.velocity</automatic.module.name>
+ <automatic.module.name>net.shibboleth.shared.spring.velocity</automatic.module.name>
<checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
diff --git a/shib-velocity/pom.xml b/shib-velocity/pom.xml
index fc5daf56..593c3bce 100644
--- a/shib-velocity/pom.xml
+++ b/shib-velocity/pom.xml
@@ -15,7 +15,7 @@
<packaging>jar</packaging>
<properties>
- <automatic.module.name>net.shibboleth.velocity</automatic.module.name>
+ <automatic.module.name>net.shibboleth.shared.velocity</automatic.module.name>
<checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list