Skip to content

Commit

Permalink
UI improvements and more maintainable version display
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernKW committed Dec 30, 2022
1 parent cf2ee8a commit 5be7287
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.bjoernkw</groupId>
<artifactId>schematic</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.5</version>
<name>Schematic</name>
<description>Database management UI for Spring Boot</description>
<properties>
Expand Down Expand Up @@ -113,6 +113,14 @@
<version>${jreleaser-maven-plugin.version}</version>
<configuration>
<jreleaser>
<project>
<description>Schematic - a database management UI for Spring Boot</description>
<website>https://github.com/BjoernKW/Schematic</website>
<docsUrl>https://github.com/BjoernKW/Schematic</docsUrl>
<license>MIT</license>
<authors>Björn Wilmsmann</authors>
<copyright>2022 Björn Wilmsmann</copyright>
</project>
<signing>
<active>ALWAYS</active>
<armored>true</armored>
Expand Down

0 comments on commit 5be7287

Please sign in to comment.