Skip to content

Commit

Permalink
Merge pull request #381 from gdgib/G2-1650-MissingMavenSCM
Browse files Browse the repository at this point in the history
G2-1650 Missing Maven SCM information
  • Loading branch information
gdgib authored Sep 26, 2024
2 parents 68a70fb + e033def commit dafade6
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 dafade6

Please sign in to comment.