Skip to content

Commit

Permalink
add SCM info to the POM
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek authored and manovotn committed Aug 4, 2021
1 parent bde6c7c commit 317f34d
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 @@ -22,6 +22,13 @@
</license>
</licenses>

<scm>
<connection>scm:git:git://github.com/eclipse-ee4j/cdi.git</connection>
<developerConnection>scm:git:git@github.com:eclipse-ee4j/cdi.git</developerConnection>
<url>https://github.com/eclipse-ee4j/cdi</url>
<tag>HEAD</tag>
</scm>

<modules>
<module>spec</module>
<module>api</module>
Expand Down

0 comments on commit 317f34d

Please sign in to comment.