summaryrefslogtreecommitdiff
path: root/pom.xml
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 /pom.xml
parentf5bdf232ce2262a25e1e29e710dd1093d773cffc (diff)
remove cms from project name
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
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>