Skip to content

Commit

Permalink
Add game match stats (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
beverly-hills-money-gangster authored Sep 17, 2024
1 parent 755887a commit 53ffa09
Show file tree
Hide file tree
Showing 11 changed files with 864 additions and 31 deletions.
8 changes: 4 additions & 4 deletions net-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.beverly.hills.money.gang</groupId>
<artifactId>daikombat-server</artifactId>
<version>11.1.0</version>
<version>11.2.0</version>
</parent>

<artifactId>net-client</artifactId>
<version>11.1.0</version>
<version>11.2.0</version>

<properties>
<maven.compiler.source>14</maven.compiler.source>
Expand Down Expand Up @@ -71,12 +71,12 @@
<dependency>
<groupId>com.beverly.hills.money.gang</groupId>
<artifactId>schema</artifactId>
<version>11.1.0</version>
<version>11.2.0</version>
</dependency>
<dependency>
<groupId>com.beverly.hills.money.gang</groupId>
<artifactId>security</artifactId>
<version>11.1.0</version>
<version>11.2.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.maven/maven-model -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.beverly.hills.money.gang</groupId>
<artifactId>daikombat-server</artifactId>
<version>11.1.0</version>
<version>11.2.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.beverly.hills.money.gang</groupId>
<artifactId>daikombat-server</artifactId>
<version>11.1.0</version>
<version>11.2.0</version>
</parent>

<artifactId>schema</artifactId>
<version>11.1.0</version>
<version>11.2.0</version>

<properties>
<maven.compiler.source>14</maven.compiler.source>
Expand Down
Loading

0 comments on commit 53ffa09

Please sign in to comment.