[java-shib-shared] branch main updated: Rename groupId to net.shibboleth.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 6 17:03:01 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=8fc84471bcb7cc3f1549cd9f0d0b583f42d58ed0
The following commit(s) were added to refs/heads/main by this push:
new 8fc84471 Rename groupId to net.shibboleth.
8fc84471 is described below
commit 8fc84471bcb7cc3f1549cd9f0d0b583f42d58ed0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 6 13:02:59 2022 -0400
Rename groupId to net.shibboleth.
---
pom.xml | 2 +-
shib-networking/pom.xml | 4 ++--
shib-security/pom.xml | 4 ++--
shib-service/pom.xml | 4 ++--
shib-shared-bom/pom.xml | 2 +-
shib-spring/pom.xml | 2 +-
shib-support/pom.xml | 4 ++--
shib-testing/pom.xml | 4 ++--
shib-velocity/pom.xml | 4 ++--
9 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/pom.xml b/pom.xml
index b203f4a4..ef8ecc52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
These were previously known as java-support and spring-extensions.
</description>
- <groupId>net.shibboleth.shared</groupId>
+ <groupId>net.shibboleth</groupId>
<artifactId>shib-shared-parent</artifactId>
<version>9.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
diff --git a/shib-networking/pom.xml b/shib-networking/pom.xml
index 976ebd3c..55118f74 100644
--- a/shib-networking/pom.xml
+++ b/shib-networking/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.shibboleth.shared</groupId>
+ <groupId>net.shibboleth</groupId>
<artifactId>shib-shared-parent</artifactId>
<version>9.0.0-SNAPSHOT</version>
</parent>
@@ -15,7 +15,7 @@
<packaging>jar</packaging>
<properties>
- <automatic.module.name>net.shibboleth.shared.networking</automatic.module.name>
+ <automatic.module.name>net.shibboleth.networking</automatic.module.name>
<checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
diff --git a/shib-security/pom.xml b/shib-security/pom.xml
index ef21033c..fd6d7d0b 100644
--- a/shib-security/pom.xml
+++ b/shib-security/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.shibboleth.shared</groupId>
+ <groupId>net.shibboleth</groupId>
<artifactId>shib-shared-parent</artifactId>
<version>9.0.0-SNAPSHOT</version>
</parent>
@@ -15,7 +15,7 @@
<packaging>jar</packaging>
<properties>
- <automatic.module.name>net.shibboleth.shared.security</automatic.module.name>
+ <automatic.module.name>net.shibboleth.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 2496418f..12da4471 100644
--- a/shib-service/pom.xml
+++ b/shib-service/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.shibboleth.shared</groupId>
+ <groupId>net.shibboleth</groupId>
<artifactId>shib-shared-parent</artifactId>
<version>9.0.0-SNAPSHOT</version>
</parent>
@@ -15,7 +15,7 @@
<packaging>jar</packaging>
<properties>
- <automatic.module.name>net.shibboleth.shared.service</automatic.module.name>
+ <automatic.module.name>net.shibboleth.service</automatic.module.name>
<checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
diff --git a/shib-shared-bom/pom.xml b/shib-shared-bom/pom.xml
index e7e9c562..79fa5441 100644
--- a/shib-shared-bom/pom.xml
+++ b/shib-shared-bom/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.shibboleth.shared</groupId>
+ <groupId>net.shibboleth</groupId>
<artifactId>shib-shared-parent</artifactId>
<version>9.0.0-SNAPSHOT</version>
</parent>
diff --git a/shib-spring/pom.xml b/shib-spring/pom.xml
index 4f15a16a..696d94fb 100644
--- a/shib-spring/pom.xml
+++ b/shib-spring/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.shibboleth.shared</groupId>
+ <groupId>net.shibboleth</groupId>
<artifactId>shib-shared-parent</artifactId>
<version>9.0.0-SNAPSHOT</version>
</parent>
diff --git a/shib-support/pom.xml b/shib-support/pom.xml
index b29f1d36..b5286ee5 100644
--- a/shib-support/pom.xml
+++ b/shib-support/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.shibboleth.shared</groupId>
+ <groupId>net.shibboleth</groupId>
<artifactId>shib-shared-parent</artifactId>
<version>9.0.0-SNAPSHOT</version>
</parent>
@@ -15,7 +15,7 @@
<packaging>jar</packaging>
<properties>
- <automatic.module.name>net.shibboleth.shared.support</automatic.module.name>
+ <automatic.module.name>net.shibboleth.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 f70723a1..d8f7cd61 100644
--- a/shib-testing/pom.xml
+++ b/shib-testing/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.shibboleth.shared</groupId>
+ <groupId>net.shibboleth</groupId>
<artifactId>shib-shared-parent</artifactId>
<version>9.0.0-SNAPSHOT</version>
</parent>
@@ -15,7 +15,7 @@
<packaging>jar</packaging>
<properties>
- <automatic.module.name>net.shibboleth.shared.testing</automatic.module.name>
+ <automatic.module.name>net.shibboleth.testing</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 2bbe56b5..d9338f9c 100644
--- a/shib-velocity/pom.xml
+++ b/shib-velocity/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.shibboleth.shared</groupId>
+ <groupId>net.shibboleth</groupId>
<artifactId>shib-shared-parent</artifactId>
<version>9.0.0-SNAPSHOT</version>
</parent>
@@ -15,7 +15,7 @@
<packaging>jar</packaging>
<properties>
- <automatic.module.name>net.shibboleth.shared.velocity</automatic.module.name>
+ <automatic.module.name>net.shibboleth.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