New version and switch to MIT license

This commit is contained in:
Francesco 2024-04-02 15:35:38 +02:00
parent 802b5ee661
commit 20d60a7221

View File

@ -11,7 +11,7 @@
</parent>
<groupId>tech.ailef</groupId>
<artifactId>snap-admin</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<name>SnapAdmin</name>
<description>SnapAdmin is an auto-generated CRUD admin panel for Spring Boot/JPA apps</description>
<properties>
@ -19,8 +19,8 @@
</properties>
<licenses>
<license>
<name>GPL-v3.0</name>
<url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
<name>MIT License</name>
<url>https://opensource.org/license/mit</url>
</license>
</licenses>