Skip to content

Commit

Permalink
2.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
funkemunky committed Sep 22, 2022
1 parent c626c96 commit 36e3e68
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions API/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>Kauri</artifactId>
<groupId>dev.brighten.anticheat</groupId>
<version>2.19.2-ALPHA</version>
<version>2.19.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>API</artifactId>
<version>2.19.2-ALPHA</version>
<version>2.19.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion Detections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>Kauri</artifactId>
<groupId>dev.brighten.anticheat</groupId>
<version>2.19.2-ALPHA</version>
<version>2.19.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion Impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>Kauri</artifactId>
<groupId>dev.brighten.anticheat</groupId>
<version>2.19.2-ALPHA</version>
<version>2.19.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>dev.brighten.anticheat</groupId>
<artifactId>Kauri</artifactId>
<packaging>pom</packaging>
<version>2.19.2-ALPHA</version>
<version>2.19.2</version>
<modules>
<module>API</module>
<module>Impl</module>
Expand Down

0 comments on commit 36e3e68

Please sign in to comment.