diff options
| author | Elias Haugsbakk <[email protected]> | 2026-07-06 22:04:01 +0200 |
|---|---|---|
| committer | Elias Haugsbakk <[email protected]> | 2026-07-06 22:04:01 +0200 |
| commit | 751b12ef58451b76b6a55865f3262a56f92cc513 (patch) | |
| tree | 99e210c8ba36aa7ab988fd11a0bcc0d19765e06a | |
| parent | f5bdf232ce2262a25e1e29e710dd1093d773cffc (diff) | |
remove cms from project name
| -rw-r--r-- | clams-server/pom.xml | 6 | ||||
| -rw-r--r-- | clams-shared/pom.xml | 4 | ||||
| -rw-r--r-- | pom.xml | 10 |
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> @@ -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> |
