summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Haugsbakk <[email protected]>2026-07-06 22:04:01 +0200
committerElias Haugsbakk <[email protected]>2026-07-06 22:04:01 +0200
commit751b12ef58451b76b6a55865f3262a56f92cc513 (patch)
tree99e210c8ba36aa7ab988fd11a0bcc0d19765e06a
parentf5bdf232ce2262a25e1e29e710dd1093d773cffc (diff)
remove cms from project name
-rw-r--r--clams-server/pom.xml6
-rw-r--r--clams-shared/pom.xml4
-rw-r--r--pom.xml10
3 files changed, 10 insertions, 10 deletions
diff --git a/clams-server/pom.xml b/clams-server/pom.xml
index 8eba32c..d47b121 100644
--- a/clams-server/pom.xml
+++ b/clams-server/pom.xml
@@ -4,8 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>no.eliashaugsbakk.clams-cms</groupId>
- <artifactId>clams-cms</artifactId>
+ <groupId>no.eliashaugsbakk.clams</groupId>
+ <artifactId>clams</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
@@ -19,7 +19,7 @@
<dependencies>
<dependency>
- <groupId>no.eliashaugsbakk.clams-cms</groupId>
+ <groupId>no.eliashaugsbakk.clams</groupId>
<artifactId>clams-shared</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/clams-shared/pom.xml b/clams-shared/pom.xml
index ef2a0a5..e03c320 100644
--- a/clams-shared/pom.xml
+++ b/clams-shared/pom.xml
@@ -4,8 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>no.eliashaugsbakk.clams-cms</groupId>
- <artifactId>clams-cms</artifactId>
+ <groupId>no.eliashaugsbakk.clams</groupId>
+ <artifactId>clams</artifactId>
<version>0.1.0-SNAPSHOT</version>
</parent>
diff --git a/pom.xml b/pom.xml
index fd7615b..b61a18d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,8 +21,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>no.eliashaugsbakk.clams-cms</groupId>
- <artifactId>clams-cms</artifactId>
+ <groupId>no.eliashaugsbakk.clams</groupId>
+ <artifactId>clams</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -31,9 +31,9 @@
</modules>
<scm>
- <connection>scm:git:https://github.com/eliashaugsbakk/clams-cms.git</connection>
- <developerConnection>scm:git:[email protected]:eliashaugsbakk/clams-cms.git</developerConnection>
- <url>https://github.com/eliashaugsbakk/clams-cms</url>
+ <connection>scm:git:https://github.com/eliashaugsbakk/clams.git</connection>
+ <developerConnection>scm:git:[email protected]:eliashaugsbakk/clams.git</developerConnection>
+ <url>https://github.com/eliashaugsbakk/clams</url>
<tag>HEAD</tag>
</scm>