Skip to content

Commit

Permalink
add scm, license and developer info to pom.xml (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kortemik authored Nov 7, 2024
1 parent a9b67ec commit a2e5594
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,31 @@
<name>cnf_01</name>
<description>Teragrep Java Configuration Library</description>
<url>https://teragrep.com</url>
<licenses>
<license>
<name>GNU Affero General Public License v3.0</name>
<url>https://www.gnu.org/licenses/agpl-3.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>51</name>
<email>51@teragrep.com</email>
<organization>Teragrep</organization>
<organizationUrl>https://teragrep.com</organizationUrl>
</developer>
<developer>
<name>Mikko Kortelainen</name>
<email>1@teragrep.com</email>
<organization>Teragrep</organization>
<organizationUrl>https://teragrep.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/teragrep/cnf_01.git</connection>
<developerConnection>scm:git:git@github.com:teragrep/cnf_01.git</developerConnection>
<url>https://github.com/teragrep/cnf_01/tree/main</url>
</scm>
<properties>
<changelist>-SNAPSHOT</changelist>
<java.version>11</java.version>
Expand Down

0 comments on commit a2e5594

Please sign in to comment.