Skip to content

Commit

Permalink
G2-1650 Missing Maven SCM information
Browse files Browse the repository at this point in the history
  • Loading branch information
gdgib committed Sep 26, 2024
1 parent 68a70fb commit e033def
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ax-root/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@
<url>https://github.com/${alexandria.organization}/${alexandria.repository}/blob/${project.version}/LICENSE</url>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/${alexandria.organization}/${alexandria.repository}.git</connection>
<developerConnection>scm:git:ssh://github.com:${alexandria.organization}/${alexandria.repository}.git</developerConnection>
<url>http://github.com/${alexandria.organization}/${alexandria.repository}/tree/${project.version}</url>
</scm>

<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit e033def

Please sign in to comment.