This commit is contained in:
4drian3d 2022-02-01 11:45:06 -05:00
parent 2e1fc6e8ef
commit a6b37d6641
4 changed files with 6 additions and 4 deletions

2
.gitignore vendored
View File

@ -17,3 +17,5 @@ buildNumber.properties
.factorypath
.project
.vscode/
*.class

View File

@ -7,7 +7,7 @@
<groupId>com.glyart.authmevelocity</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>1.3.0</version>
<version>1.4.0</version>
<properties>
<maven.compiler.source>16</maven.compiler.source>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.glyart.authmevelocity</groupId>
<version>1.3.0</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.glyart.authmevelocity</groupId>
<version>1.3.0</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>