Skip to content

Commit

Permalink
add distribution management
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz committed Nov 22, 2022
1 parent 01660d6 commit ec4773a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>io.gorse</groupId>
<artifactId>gorse4j</artifactId>
<artifactId>gorse-client</artifactId>
<version>0.4.0</version>

<properties>
Expand Down Expand Up @@ -36,4 +36,15 @@
</dependency>
</dependencies>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

</project>

0 comments on commit ec4773a

Please sign in to comment.