Skip to content

Commit 452645a

Browse files
committed
Adjust scm configurations
1 parent 8420513 commit 452645a

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

pom.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<description>logging tracer</description>
2020

2121
<scm>
22-
<url>git@github.com:lzhpo/logging-tracer.git</url>
23-
<connection>scm:git@github.com:lzhpo/logging-tracer.git</connection>
24-
<developerConnection>scm:git@github.com:lzhpo/logging-tracer.git</developerConnection>
25-
<tag>HEAD</tag>
22+
<tag>master</tag>
23+
<connection>https://github.com/lzhpo/logging-tracer</connection>
24+
<developerConnection>http://www.lzhpo.com</developerConnection>
25+
<url>https://github.com/lzhpo/logging-tracer.git</url>
2626
</scm>
2727

2828
<licenses>
@@ -34,14 +34,8 @@
3434

3535
<developers>
3636
<developer>
37-
<id>lzhpo</id>
3837
<name>lzhpo</name>
3938
<email>lzhpo1024@gmail.com</email>
40-
<organizationUrl>http://www.lzhpo.com</organizationUrl>
41-
<roles>
42-
<role>Developer</role>
43-
</roles>
44-
<timezone>+8</timezone>
4539
</developer>
4640
</developers>
4741

0 commit comments

Comments
 (0)