Skip to content

Commit d04dd7b

Browse files
inotia00LisoUseInAIKyrios
authored andcommitted
chore: Change publication group id
1 parent ab84940 commit d04dd7b

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

pom.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>se.vidstige</groupId>
7+
<groupId>app.morphe</groupId>
88
<artifactId>jadb</artifactId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
<url>https://github.com/vidstige/jadb</url>
1111

1212
<licenses>
@@ -49,6 +49,14 @@
4949
</dependency>
5050
</dependencies>
5151

52+
<distributionManagement>
53+
<repository>
54+
<id>github</id>
55+
<name>jadb</name>
56+
<url>https://maven.pkg.github.com/MorpheApp/jadb</url>
57+
</repository>
58+
</distributionManagement>
59+
5260
<build>
5361
<sourceDirectory>src</sourceDirectory>
5462
<testSourceDirectory>test</testSourceDirectory>

0 commit comments

Comments
 (0)