diff options
Diffstat (limited to 'clams-server/pom.xml')
| -rw-r--r-- | clams-server/pom.xml | 6 |
1 files changed, 3 insertions, 3 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> |
