Skip to content

Commit

Permalink
New version and switch to MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco committed Apr 2, 2024
1 parent 802b5ee commit 20d60a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
</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>
<java.version>17</java.version>
</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>

Expand Down

0 comments on commit 20d60a7

Please sign in to comment.