You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Onboarding new maven snapshots publishing to s3 (opensearch-java) (#1768) (#1774)
* Onboarding new maven snapshots publishing to s3 (opensearch-java)
* Update credentials
* Set a default value for MAVEN_SNAPSHOTS_S3_REPO
* Update from 3.0.0-beta1 to 3.0.0 dependencies
* Fix MAVEN_SNAPSHOTS_S3_REPO enviroment variable usage
---------
(cherry picked from commit c064975)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Andriy Redko <drreta@gmail.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andriy Redko <drreta@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ This project has adopted the [Amazon Open Source Code of Conduct](CODE_OF_CONDUC
53
53
See [User Guide](USER_GUIDE.md).
54
54
55
55
## Snapshot Builds
56
-
The [snapshots builds](https://central.sonatype.com/repository/maven-snapshots/org/opensearch/client/opensearch-java/maven-metadata.xml) are published to sonatype using [publish-snapshots.yml](./.github/workflows/publish-snapshots.yml) workflow. Each `push` event to the main branch triggers this workflow.
56
+
The [snapshots builds](https://ci.opensearch.org/ci/dbc/snapshots/maven/org/opensearch/client/opensearch-java/maven-metadata.xml) are published to sonatype using [publish-snapshots.yml](./.github/workflows/publish-snapshots.yml) workflow. Each `push` event to the main branch triggers this workflow.
0 commit comments