Add license and update maven-release-plugin in pom.xml

This commit is contained in:
Minecon724 2024-09-23 20:10:50 +02:00
parent 6b009f6874
commit 7142d46849
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

12
pom.xml
View file

@ -4,12 +4,20 @@
<artifactId>jarupdater</artifactId>
<version>0.1.1-SNAPSHOT</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
<licenses>
<license>
<name>GPL-3.0-or-later</name>
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
<distribution>repo</distribution>
<comments>The GNU General Public License is a free, copyleft license.</comments>
</license>
</licenses>
<repositories>
<repository>
<id>m724</id>
@ -37,7 +45,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.1</version>
</plugin>
</plugins>
</build>