This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push: new a7c5af9 Fix incorrect Git URLs a7c5af9 is described below commit a7c5af95a731b2a3a1baa6454f4c63ae30f719ec Author: Sebb <s...@apache.org> AuthorDate: Thu Apr 22 23:31:56 2021 +0100 Fix incorrect Git URLs --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 45869ea..9fe4bc5 100644 --- a/pom.xml +++ b/pom.xml @@ -45,8 +45,8 @@ limitations under the License. <url>https://issues.apache.org/jira/browse/CODEC</url> </issueManagement> <scm> - <connection>scm:git:https://gitbox.apache.org/repos/asf?p=commons-codec.git</connection> - <developerConnection>scm:git:https://gitbox.apache.org/repos/asf?p=commons-codec.git</developerConnection> + <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-codec</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-codec</developerConnection> <url>https://github.com/apache/commons-codec</url> </scm> <distributionManagement>