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 615b9dd commit c4dd0e6Copy full SHA for c4dd0e6
pom.xml
@@ -3,9 +3,9 @@
3
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
<modelVersion>4.0.0</modelVersion>
5
6
- <groupId>org.extism</groupId>
+ <groupId>org.extism.sdk</groupId>
7
<artifactId>chicory-sdk</artifactId>
8
- <version>1.0-SNAPSHOT</version>
+ <version>999-SNAPSHOT</version>
9
<packaging>jar</packaging>
10
11
<name>chicory-sdk</name>
@@ -53,7 +53,7 @@
53
<repository>
54
<id>ossrh</id>
55
<name>Central Repository OSSRH</name>
56
- <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
+ <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
57
</repository>
58
</distributionManagement>
59
0 commit comments