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 Aug 23, 2024
1 parent cfd4e28 commit 0651a4d
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 @@ -24,6 +24,13 @@
</license>
</licenses>

<scm>
<connection>scm:git:[email protected]:takari/maven-timeline.git</connection>
<developerConnection>scm:git:[email protected]:takari/maven-timeline.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/takari/maven-timeline</url>
</scm>

<properties>
<takari.javaSourceVersion>8</takari.javaSourceVersion>
<version.maven>3.6.3</version.maven>
Expand Down

0 comments on commit 0651a4d

Please sign in to comment.