Skip to content

Commit

Permalink
Add scm tag to pom
Browse files Browse the repository at this point in the history
It seems that GitHub reads this tag to better display dependencies
  • Loading branch information
ME1312 committed Jun 17, 2019
1 parent 156fc92 commit 28268cd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions GalaxiAPI/global/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
<version>-PLACEHOLDER</version>
<packaging>jar</packaging>

<scm>
<connection>scm:git:git://github.com/ME1312/GalaxiEngine.git</connection>
<developerConnection>scm:git:git@github.com:ME1312/GalaxiEngine.git</developerConnection>
<url>https://github.com/ME1312/GalaxiEngine</url>
</scm>

<dependencies>
<dependency>
<groupId>org.json</groupId>
Expand Down
6 changes: 6 additions & 0 deletions GalaxiAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
<version>-PLACEHOLDER</version>
<packaging>jar</packaging>

<scm>
<connection>scm:git:git://github.com/ME1312/GalaxiEngine.git</connection>
<developerConnection>scm:git:git@github.com:ME1312/GalaxiEngine.git</developerConnection>
<url>https://github.com/ME1312/GalaxiEngine</url>
</scm>

<dependencies>
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
Expand Down
6 changes: 6 additions & 0 deletions GalaxiEngine/UI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
<version>-PLACEHOLDER</version>
<packaging>jar</packaging>

<scm>
<connection>scm:git:git://github.com/ME1312/GalaxiEngine.git</connection>
<developerConnection>scm:git:git@github.com:ME1312/GalaxiEngine.git</developerConnection>
<url>https://github.com/ME1312/GalaxiEngine</url>
</scm>

<dependencies>
<dependency>
<groupId>net.ME1312.Galaxi</groupId>
Expand Down

0 comments on commit 28268cd

Please sign in to comment.