Skip to content

Commit

Permalink
unify core version
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Sep 10, 2024
1 parent 7f56c75 commit 3fdd577
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
<dependency>
<groupId>me.hsgamer</groupId>
<artifactId>hscore-collections</artifactId>
<version>4.5.4</version>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>me.hsgamer</groupId>
<artifactId>hscore-web</artifactId>
<version>4.5.4</version>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>me.hsgamer</groupId>
<artifactId>hscore-logger-common</artifactId>
<version>4.5.4</version>
<version>${core.version}</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@

<properties>
<java.version>1.8</java.version>
<core.version>4.5.4</core.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>me.hsgamer</groupId>
<artifactId>hscore-logger-jul</artifactId>
<version>4.5.4</version>
<version>${core.version}</version>
</dependency>
</dependencies>
</project>

0 comments on commit 3fdd577

Please sign in to comment.