Skip to content

Commit a7c5af9

Browse files
committed
Fix incorrect Git URLs
1 parent a0278f7 commit a7c5af9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ limitations under the License.
4545
<url>https://issues.apache.org/jira/browse/CODEC</url>
4646
</issueManagement>
4747
<scm>
48-
<connection>scm:git:https://gitbox.apache.org/repos/asf?p=commons-codec.git</connection>
49-
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf?p=commons-codec.git</developerConnection>
48+
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-codec</connection>
49+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-codec</developerConnection>
5050
<url>https://github.com/apache/commons-codec</url>
5151
</scm>
5252
<distributionManagement>

0 commit comments

Comments
 (0)