Skip to content

Commit

Permalink
Fixes maven central requirements, dependencies (#17)
Browse files Browse the repository at this point in the history
* Fixes maven central requirements, dependencies

* Fixes license
  • Loading branch information
StrongestNumber9 authored Jun 8, 2023
1 parent f8937fe commit 818696c
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<changelist>-SNAPSHOT</changelist>
<sha1/>
<junit.jupiter.version>5.7.1</junit.jupiter.version>
<teragrep.rlp_01.version>3.2.0</teragrep.rlp_01.version>
<teragrep.rlp_03.version>1.7.6</teragrep.rlp_03.version>
<teragrep.pth_03.version>2.2.1</teragrep.pth_03.version>
<teragrep.jue_01.version>0.4.3</teragrep.jue_01.version>
<teragrep.rlo_06.version>4.3.0</teragrep.rlo_06.version>
Expand All @@ -26,6 +28,37 @@
<teragrep.dpf_03.version>1.1.2</teragrep.dpf_03.version>
<teragrep.jpr_01.version>3.0.1</teragrep.jpr_01.version>
</properties>
<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>Mikko Kortelainen</name>
<email>1@teragrep.com</email>
<organization>Teragrep</organization>
<organizationUrl>https://teragrep.com</organizationUrl>
</developer>
<developer>
<name>43</name>
<email>43@teragrep.com</email>
<organization>Teragrep</organization>
<organizationUrl>https://teragrep.com</organizationUrl>
</developer>
<developer>
<name>47</name>
<email>47@teragrep.com</email>
<organization>Teragrep</organization>
<organizationUrl>https://teragrep.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/teragrep/pth_10.git</connection>
<developerConnection>scm:git:git@github.com:teragrep/pth_10.git</developerConnection>
<url>https://github.com/teragrep/pth_10/tree/master</url>
</scm>
<dependencies>
<!--DPL-dependencies -->
<dependency>
Expand Down Expand Up @@ -135,7 +168,7 @@
<dependency>
<groupId>com.teragrep</groupId>
<artifactId>rlp_01</artifactId>
<version>2.1.0</version>
<version>${teragrep.rlp_01.version}</version>
</dependency>
<dependency>
<groupId>com.cloudbees</groupId>
Expand All @@ -146,7 +179,7 @@
<dependency>
<groupId>com.teragrep</groupId>
<artifactId>rlp_03</artifactId>
<version>1.0.0</version>
<version>${teragrep.rlp_03.version}</version>
</dependency>
<!-- iplocation command -->
<!-- DO NOT UPDATE - 2.16.1 final Java8 compatible version -->
Expand Down

0 comments on commit 818696c

Please sign in to comment.