This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch mck/4.12.x/18969 in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git
commit e61bd3aae0805a028425c4cabf4490a8e02db384 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 96c2b045a..d544e9bc7 100644 --- a/pom.xml +++ b/pom.xml @@ -947,12 +947,6 @@ limitations under the License.]]></inlineHeader> </properties> </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]
