Skip to content

Commit f919926

Browse files
Update snapshot URL (#2577)
Update snapshot URL
1 parent 4afe41b commit f919926

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,15 @@ We'd love your help in improving the Temporal Java SDK. Please review our [contr
5050

5151
## Snapshot release
5252

53-
We also publish snapshot releases during SDK development often under the version `1.x.0-SNAPSHOT`. This allows users to test out new SDK features before an official SDK release.
54-
55-
[Snapshot releases](https://oss.sonatype.org/content/repositories/snapshots/io/temporal/temporal-sdk/) Find the latest snapsphot release.
53+
We also publish snapshot releases during SDK development often under the version `1.x.0-SNAPSHOT` where `x` is the next minor release. This allows users to test out new SDK features before an official SDK release.
5654

5755
To add Sonatype snapshot repository to your *pom.xml*:
5856

5957
<repositories>
6058
<repository>
6159
<id>oss-sonatype</id>
6260
<name>oss-sonatype</name>
63-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
61+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
6462
<snapshots>
6563
<enabled>true</enabled>
6664
</snapshots>
@@ -71,7 +69,7 @@ Or to *build.gradle*:
7169

7270
repositories {
7371
maven {
74-
url "https://oss.sonatype.org/content/repositories/snapshots/"
72+
url "https://central.sonatype.com/repository/maven-snapshots/"
7573
}
7674
...
7775
}

0 commit comments

Comments
 (0)