diff --git a/CHANGELOG.md b/CHANGELOG.md index 915e96e5aa..dcdf474e21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1120,7 +1120,7 @@ jacoco-maven-plugin: 0.8.5, maven-checkstyle: 3.1.1, maven-javadoc: 3.2.0, maven 1. [#40](https://github.com/influxdata/influxdb-client-java/issues/40): The client is hosted in Maven Central repository - Repackaged from `org.influxdata` to `com.influxdb` - Changed _groupId_ from `org.influxdata` to `com.influxdb` - - Snapshots are located in the _OSS Snapshot repository_: `https://oss.sonatype.org/content/repositories/snapshots/` + - Snapshots are located in the _OSS Snapshot repository_: `https://central.sonatype.com/repository/maven-snapshots/` ### Features 1. [#34](https://github.com/influxdata/influxdb-client-java/issues/34): Auto-configure client from configuration file diff --git a/client-kotlin/README.md b/client-kotlin/README.md index cde58cc48e..463d2708ca 100644 --- a/client-kotlin/README.md +++ b/client-kotlin/README.md @@ -315,14 +315,14 @@ dependencies { ``` ### Snapshot Repository -The snapshots are deployed into [OSS Snapshot repository](https://oss.sonatype.org/content/repositories/snapshots/). +The snapshots are deployed into [OSS Snapshot repository](https://central.sonatype.com/repository/maven-snapshots/). #### Maven ```xml ossrh OSS Snapshot repository - https://oss.sonatype.org/content/repositories/snapshots/ + https://central.sonatype.com/repository/maven-snapshots/ false @@ -334,6 +334,6 @@ The snapshots are deployed into [OSS Snapshot repository](https://oss.sonatype.o #### Gradle ``` repositories { - maven { url "https://oss.sonatype.org/content/repositories/snapshots" } + maven { url "https://central.sonatype.com/repository/maven-snapshots" } } ``` diff --git a/client-legacy/README.md b/client-legacy/README.md index 71b68b00e4..f679ef9106 100644 --- a/client-legacy/README.md +++ b/client-legacy/README.md @@ -174,14 +174,14 @@ dependencies { ``` ### Snapshot Repository -The snapshots are deployed into [OSS Snapshot repository](https://oss.sonatype.org/content/repositories/snapshots/). +The snapshots are deployed into [OSS Snapshot repository](https://central.sonatype.com/repository/maven-snapshots/). #### Maven ```xml ossrh OSS Snapshot repository - https://oss.sonatype.org/content/repositories/snapshots/ + https://central.sonatype.com/repository/maven-snapshots/ false @@ -193,6 +193,6 @@ The snapshots are deployed into [OSS Snapshot repository](https://oss.sonatype.o #### Gradle ``` repositories { - maven { url "https://oss.sonatype.org/content/repositories/snapshots" } + maven { url "https://central.sonatype.com/repository/maven-snapshots" } } ``` diff --git a/client-reactive/README.md b/client-reactive/README.md index 63ade47556..18a0d11eeb 100644 --- a/client-reactive/README.md +++ b/client-reactive/README.md @@ -445,14 +445,14 @@ dependencies { ``` ### Snapshot Repository -The snapshots are deployed into [OSS Snapshot repository](https://oss.sonatype.org/content/repositories/snapshots/). +The snapshots are deployed into [OSS Snapshot repository](https://central.sonatype.com/repository/maven-snapshots/). #### Maven ```xml ossrh OSS Snapshot repository - https://oss.sonatype.org/content/repositories/snapshots/ + https://central.sonatype.com/repository/maven-snapshots/ false @@ -464,6 +464,6 @@ The snapshots are deployed into [OSS Snapshot repository](https://oss.sonatype.o #### Gradle ``` repositories { - maven { url "https://oss.sonatype.org/content/repositories/snapshots" } + maven { url "https://central.sonatype.com/repository/maven-snapshots" } } ``` diff --git a/client-scala/README.md b/client-scala/README.md index 93b4199e82..5863c1072a 100644 --- a/client-scala/README.md +++ b/client-scala/README.md @@ -287,14 +287,14 @@ dependencies { ``` ### Snapshot Repository -The snapshots are deployed into [OSS Snapshot repository](https://oss.sonatype.org/content/repositories/snapshots/). +The snapshots are deployed into [OSS Snapshot repository](https://central.sonatype.com/repository/maven-snapshots/). #### Maven ```xml ossrh OSS Snapshot repository - https://oss.sonatype.org/content/repositories/snapshots/ + https://central.sonatype.com/repository/maven-snapshots/ false @@ -306,6 +306,6 @@ The snapshots are deployed into [OSS Snapshot repository](https://oss.sonatype.o #### Gradle ``` repositories { - maven { url "https://oss.sonatype.org/content/repositories/snapshots" } + maven { url "https://central.sonatype.com/repository/maven-snapshots" } } ``` diff --git a/client/README.md b/client/README.md index 2a299ea267..93b0bc19b3 100644 --- a/client/README.md +++ b/client/README.md @@ -1334,14 +1334,14 @@ dependencies { ``` ### Snapshot Repository -The snapshots are deployed into [OSS Snapshot repository](https://oss.sonatype.org/content/repositories/snapshots/). +The snapshots are deployed into [OSS Snapshot repository](https://central.sonatype.com/repository/maven-snapshots/). #### Maven ```xml ossrh OSS Snapshot repository - https://oss.sonatype.org/content/repositories/snapshots/ + https://central.sonatype.com/repository/maven-snapshots/ false @@ -1353,7 +1353,7 @@ The snapshots are deployed into [OSS Snapshot repository](https://oss.sonatype.o #### Gradle ``` repositories { - maven { url "https://oss.sonatype.org/content/repositories/snapshots" } + maven { url "https://central.sonatype.com/repository/maven-snapshots" } } ``` diff --git a/examples/pom.xml b/examples/pom.xml index 269fe89c74..f417a8081b 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -171,7 +171,7 @@ ossrh OSS Snapshot repository - https://oss.sonatype.org/content/repositories/snapshots/ + https://central.sonatype.com/repository/maven-snapshots/ false diff --git a/flux-dsl/README.md b/flux-dsl/README.md index 399df896a8..ce5a5dd72e 100644 --- a/flux-dsl/README.md +++ b/flux-dsl/README.md @@ -1109,14 +1109,14 @@ dependencies { ``` ### Snapshot Repository -The snapshots are deployed into [OSS Snapshot repository](https://oss.sonatype.org/content/repositories/snapshots/). +The snapshots are deployed into [OSS Snapshot repository](https://central.sonatype.com/repository/maven-snapshots/). #### Maven ```xml ossrh OSS Snapshot repository - https://oss.sonatype.org/content/repositories/snapshots/ + https://central.sonatype.com/repository/maven-snapshots/ false @@ -1128,6 +1128,6 @@ The snapshots are deployed into [OSS Snapshot repository](https://oss.sonatype.o #### Gradle ``` repositories { - maven { url "https://oss.sonatype.org/content/repositories/snapshots" } + maven { url "https://central.sonatype.com/repository/maven-snapshots" } } ``` diff --git a/pom.xml b/pom.xml index afe2f623d5..c6365f4f5a 100644 --- a/pom.xml +++ b/pom.xml @@ -93,11 +93,11 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/ GitHubPages @@ -415,7 +415,7 @@ true ossrh - https://oss.sonatype.org/ + https://ossrh-staging-api.central.sonatype.com/ true