Skip to content

Commit 4e1c95a

Browse files
committed
Fix scm configuration in pom for release
1 parent ad3db34 commit 4e1c95a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
<inceptionYear>2011-2022</inceptionYear>
3333

3434
<scm>
35-
<connection>scm:git:https://github.com/Commonjava/http-testserver.git</connection>
36-
<developerConnection>scm:git:git@github.com:Commonjava/http-testserver.git</developerConnection>
35+
<connection>scm:git:https://github.com/Commonjava/http-testserver</connection>
36+
<developerConnection>scm:git:https@github.com:Commonjava/http-testserver</developerConnection>
3737
<url>https://github.com/Commonjava/http-testserver</url>
3838
<tag>HEAD</tag>
3939
</scm>
4040

4141
<properties>
4242
<projectOwner>Red Hat, Inc.</projectOwner>
43-
<projectEmail>http://github.com/Commonjava/http-testserver</projectEmail>
43+
<projectEmail>https://github.com/Commonjava/http-testserver</projectEmail>
4444
<javaVersion>11</javaVersion>
4545
<undertowVersion>2.2.26.Final</undertowVersion>
4646
<slf4j.versoin>1.7.25</slf4j.versoin>

0 commit comments

Comments
 (0)