Skip to content

Commit

Permalink
📝 : add information related to scm, license & ci
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed Aug 30, 2019
1 parent aabf795 commit c30568e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,31 @@
<groupId>io.codeka</groupId>
<artifactId>gaia</artifactId>
<version>1.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>gaia</name>
<description>gaia runs yours terraform modules</description>
<url>https://github.com/CodeKaio/gaia</url>
<inceptionYear>2019</inceptionYear>

<licenses>
<license>
<name>Mozilla Public License Version 2.0</name>
<url>http://mozilla.org/MPL/2.0/</url>
</license>
</licenses>

<scm>
<url>https://github.com/CodeKaio/gaia</url>
</scm>
<issueManagement>
<system>github</system>
<url>https://github.com/CodeKaio/gaia/issues</url>
</issueManagement>
<ciManagement>
<system>travis-ci</system>
<url>https://travis-ci.org/CodeKaio/gaia</url>
</ciManagement>

<properties>
<java.version>11</java.version>
Expand Down

0 comments on commit c30568e

Please sign in to comment.