This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch 4.1.0_fixes in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git
commit 87a3413bd5776bb196d5dd9cfb7e19301e284bed Author: mck <[email protected]> AuthorDate: Fri Dec 8 00:16:34 2023 +0100 Remove distributionManagement, the apache parent defines this for us --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 79f26dc80..8bf9a0a05 100644 --- a/pom.xml +++ b/pom.xml @@ -698,12 +698,6 @@ limitations under the License.]]> </build> </profile> </profiles> - <distributionManagement> - <repository> - <id>ossrh</id> - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> - </repository> - </distributionManagement> <licenses> <license> <name>Apache 2</name> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
