We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab84940 commit d04dd7bCopy full SHA for d04dd7b
1 file changed
pom.xml
@@ -4,9 +4,9 @@
4
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
<modelVersion>4.0.0</modelVersion>
6
7
- <groupId>se.vidstige</groupId>
+ <groupId>app.morphe</groupId>
8
<artifactId>jadb</artifactId>
9
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.1</version>
10
<url>https://github.com/vidstige/jadb</url>
11
12
<licenses>
@@ -49,6 +49,14 @@
49
</dependency>
50
</dependencies>
51
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
+
60
<build>
61
<sourceDirectory>src</sourceDirectory>
62
<testSourceDirectory>test</testSourceDirectory>
0 commit comments