Skip to content

Commit

Permalink
pom: change group id to org.extism.sdk, version to 999-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
  • Loading branch information
evacchi committed Nov 13, 2024
1 parent 615b9dd commit c4dd0e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
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>org.extism</groupId>
<groupId>org.extism.sdk</groupId>
<artifactId>chicory-sdk</artifactId>
<version>1.0-SNAPSHOT</version>
<version>999-SNAPSHOT</version>
<packaging>jar</packaging>

<name>chicory-sdk</name>
Expand Down Expand Up @@ -53,7 +53,7 @@
<repository>
<id>ossrh</id>
<name>Central Repository OSSRH</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit c4dd0e6

Please sign in to comment.