We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a6132 commit d90a09dCopy full SHA for d90a09d
pom.xml
@@ -20,6 +20,13 @@
20
<version>0.2.1-SNAPSHOT</version>
21
<packaging>takari-maven-component</packaging>
22
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
+
30
<properties>
31
<mavenVersion>3.9.6</mavenVersion>
32
<slf4jVersion>1.7.36</slf4jVersion>
0 commit comments