Skip to content

Commit

Permalink
Add SCM to POM
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed May 23, 2024
1 parent 63a6132 commit d90a09d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
<version>0.2.1-SNAPSHOT</version>
<packaging>takari-maven-component</packaging>

<scm>
<connection>scm:git:git@github.com:takari/concurrent-build-logger.git</connection>
<developerConnection>scm:git:git@github.com:takari/concurrent-build-logger.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/takari/concurrent-build-logger</url>
</scm>

<properties>
<mavenVersion>3.9.6</mavenVersion>
<slf4jVersion>1.7.36</slf4jVersion>
Expand Down

0 comments on commit d90a09d

Please sign in to comment.