diff options
author | uvok | 2025-07-06 19:07:37 +0200 |
---|---|---|
committer | uvok | 2025-07-06 19:07:37 +0200 |
commit | 0d79c0eaba568e6f8db277e2fa8d45c82034ea8e (patch) | |
tree | e8422a51690d6e0a2833b2753ec53b86312aeaaf /songsterr | |
parent | 2ac4d6f7a3bef97fe5c501c9be5dfbf1b0041a4e (diff) |
pom: Fix namespace
Diffstat (limited to 'songsterr')
-rw-r--r-- | songsterr/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/songsterr/pom.xml b/songsterr/pom.xml index 8a7ad2a..f780e83 100644 --- a/songsterr/pom.xml +++ b/songsterr/pom.xml @@ -3,7 +3,7 @@ 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>de.uvok.songsterr</groupId> + <groupId>de.uvok.tuxguitar</groupId> <artifactId>songsterr</artifactId> <version>0.1</version> |