Skip to content

Commit 6ca87a2

Browse files
committed
Bump version to 0.1.0-beta1
Signed-off-by: Eric Zhao <[email protected]>
1 parent aa5cfb7 commit 6ca87a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ See the [中文文档](https://opensergo.io/zh-cn/) for document in Chinese.
2323
<dependency>
2424
<groupId>io.opensergo</groupId>
2525
<artifactId>opensergo-java-sdk</artifactId>
26-
<version>0.1.0-alpha</version>
26+
<version>0.1.0-beta1</version>
2727
</dependency>
2828
```
2929

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.opensergo</groupId>
88
<artifactId>opensergo-java-sdk</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>0.1.0-beta1</version>
1010

1111
<name>OpenSergo SDK for Java</name>
1212
<url>https://opensergo.io</url>
@@ -255,11 +255,11 @@
255255
<distributionManagement>
256256
<snapshotRepository>
257257
<id>oss</id>
258-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
258+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
259259
</snapshotRepository>
260260
<repository>
261261
<id>oss</id>
262-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
262+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
263263
</repository>
264264
</distributionManagement>
265265
</profile>

0 commit comments

Comments
 (0)