Skip to content

Commit d90a09d

Browse files
committed
Add SCM to POM
1 parent 63a6132 commit d90a09d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
<version>0.2.1-SNAPSHOT</version>
2121
<packaging>takari-maven-component</packaging>
2222

23+
<scm>
24+
<connection>scm:git:[email protected]:takari/concurrent-build-logger.git</connection>
25+
<developerConnection>scm:git:[email protected]:takari/concurrent-build-logger.git</developerConnection>
26+
<tag>HEAD</tag>
27+
<url>https://github.com/takari/concurrent-build-logger</url>
28+
</scm>
29+
2330
<properties>
2431
<mavenVersion>3.9.6</mavenVersion>
2532
<slf4jVersion>1.7.36</slf4jVersion>

0 commit comments

Comments
 (0)