Skip to content

Commit

Permalink
Merge pull request #18 from jmesnil/pom_scm
Browse files Browse the repository at this point in the history
add scm info to pom.xml
  • Loading branch information
jmesnil authored Sep 19, 2023
2 parents 386759c + 64d7e5e commit 33851bb
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 @@ -40,6 +40,13 @@
</license>
</licenses>

<scm>
<connection>scm:git:[email protected]:jbossas/staxmapper.git</connection>
<developerConnection>scm:git:[email protected]:jbossas/staxmapper.git</developerConnection>
<url>https://github.com/jbossas/staxmapper</url>
<tag>HEAD</tag>
</scm>

<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 33851bb

Please sign in to comment.