Skip to content

Commit

Permalink
Add SCM information to Maven pom.xml (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar authored Dec 15, 2023
1 parent 4adeed4 commit 3902704
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
<skipITs>true</skipITs>
<surefire-plugin.version>3.2.3</surefire-plugin.version>
</properties>
<scm>
<connection>scm:git:git://github.com/eyefloaters/console-datagen.git</connection>
<developerConnection>scm:git:[email protected]:eyefloaters/console-datagen.git</developerConnection>
<tag>HEAD</tag>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit 3902704

Please sign in to comment.