This is an automated email from the ASF dual-hosted git repository. kontinuation pushed a commit to branch try-release-process in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 2119ba5866bf7da45a6e9eb21647a2c25534c790 Author: Kristin Cowalcijk <[email protected]> AuthorDate: Mon Jun 19 21:16:08 2023 +0800 Test release process using my own github repo and local nexus repository --- pom.xml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e76905b3..de0f611a 100644 --- a/pom.xml +++ b/pom.xml @@ -51,13 +51,27 @@ </mailingList> </mailingLists> <scm> - <connection>scm:git:https://github.com/apache/sedona.git</connection> - <developerConnection>scm:git:https://github.com/apache/sedona.git</developerConnection> - <url>https://github.com/apache/sedona</url> + <connection>scm:git:https://github.com/Kontinuation/sedona.git</connection> + <developerConnection>scm:git:https://github.com/Kontinuation/sedona.git</developerConnection> + <url>https://github.com/Kontinuation/sedona</url> <tag>sedona-1.3.1-incubating-rc1</tag> </scm> + <distributionManagement> + <repository> + <id>apache.releases.https</id> + <name>Apache Release Distribution Repository</name> + <url>http://kontinuation:8081/repository/maven-releases/</url> + </repository> + <snapshotRepository> + <id>apache.snapshots.https</id> + <name>${distMgmtSnapshotsName}</name> + <url>${distMgmtSnapshotsUrl}</url> + </snapshotRepository> + </distributionManagement> <properties> + <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName> + <distMgmtSnapshotsUrl>http://kontinuation:8081/repository/maven-snapshots/</distMgmtSnapshotsUrl> <project.scm.id>github</project.scm.id> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <java.version>1.8</java.version>
