Skip to content

Commit

Permalink
add scm info to pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Mesnil <[email protected]>
  • Loading branch information
jmesnil committed Sep 19, 2023
1 parent 386759c commit 64d7e5e
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 64d7e5e

Please sign in to comment.