We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973b6fc commit 05d77d7Copy full SHA for 05d77d7
pom.xml
@@ -8,15 +8,15 @@
8
9
<name>Shops</name>
10
<description>Shops is the ultimate solution for server shops</description>
11
- <version>4.12.0</version>
+ <version>4.13.0</version>
12
<packaging>jar</packaging>
13
14
<properties>
15
<author>Kiran Hart</author>
16
<jarName>${project.name}</jarName>
17
<main.class>${project.groupId}.${project.artifactId}.${project.name}</main.class>
18
<java.version>16</java.version>
19
- <flight.version>3.36.0</flight.version>
+ <flight.version>3.37.0</flight.version>
20
<flight.path>ca.tweetzy</flight.path>
21
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22
</properties>
0 commit comments