mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-08 21:38:21 +00:00
New version and switch to MIT license
This commit is contained in:
parent
802b5ee661
commit
20d60a7221
6
pom.xml
6
pom.xml
@ -11,7 +11,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<groupId>tech.ailef</groupId>
|
<groupId>tech.ailef</groupId>
|
||||||
<artifactId>snap-admin</artifactId>
|
<artifactId>snap-admin</artifactId>
|
||||||
<version>0.2.0</version>
|
<version>0.2.1</version>
|
||||||
<name>SnapAdmin</name>
|
<name>SnapAdmin</name>
|
||||||
<description>SnapAdmin is an auto-generated CRUD admin panel for Spring Boot/JPA apps</description>
|
<description>SnapAdmin is an auto-generated CRUD admin panel for Spring Boot/JPA apps</description>
|
||||||
<properties>
|
<properties>
|
||||||
@ -19,8 +19,8 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>GPL-v3.0</name>
|
<name>MIT License</name>
|
||||||
<url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
|
<url>https://opensource.org/license/mit</url>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user