Skip to content

Commit

Permalink
github tag 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorFrWu committed Nov 18, 2023
1 parent 4c360d0 commit 09d9038
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.wuhewuhe</groupId>
<artifactId>bybit-java-api</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<name>bybit-java-api</name>
<url>https://github.com/wuhewuhe/bybit-java-api</url>

Expand Down Expand Up @@ -147,22 +147,22 @@
</dependencies>

<distributionManagement>
<!--

<repository>
<id>github</id>
<name>GitHub Packages Repository</name>
<url>https://maven.pkg.github.com/wuhewuhe/bybit-java-api</url>
</repository>
-->
<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>

<!--
<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>

<build>
Expand Down

0 comments on commit 09d9038

Please sign in to comment.