Skip to content

Commit

Permalink
bump: 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qixils committed Sep 1, 2023
1 parent bc64b44 commit 311bc3c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Add to the `dependencies` section of your `pom.xml` file:
<dependency>
<groupId>dev.qixils.crowdcontrol</groupId>
<artifactId>crowd-control-receiver</artifactId>
<version>3.7.4</version>
<version>3.8.0</version>
</dependency>
```

Expand All @@ -54,13 +54,13 @@ Add to the `dependencies` section of your `pom.xml` file:
Add to the `dependencies` section of your `build.gradle` file:

```gradle
compileOnly 'dev.qixils.crowdcontrol:crowd-control-receiver:3.7.3'
compileOnly 'dev.qixils.crowdcontrol:crowd-control-receiver:3.8.0'
```

Or, if using Kotlin (`build.gradle.kts`):

```kts
compileOnly("dev.qixils.crowdcontrol:crowd-control-receiver:3.7.3")
compileOnly("dev.qixils.crowdcontrol:crowd-control-receiver:3.8.0")
```

</details>
Expand Down Expand Up @@ -281,7 +281,7 @@ Add to the `dependencies` section of your `pom.xml` file:
<dependency>
<groupId>dev.qixils.crowdcontrol</groupId>
<artifactId>crowd-control-sender</artifactId>
<version>3.7.4</version>
<version>3.8.0</version>
</dependency>
```

Expand All @@ -293,13 +293,13 @@ Add to the `dependencies` section of your `pom.xml` file:
Add to the `dependencies` section of your `build.gradle` file:

```gradle
compileOnly 'dev.qixils.crowdcontrol:crowd-control-sender:3.7.3'
compileOnly 'dev.qixils.crowdcontrol:crowd-control-sender:3.8.0'
```

Or, if using Kotlin (`build.gradle.kts`):

```kts
compileOnly("dev.qixils.crowdcontrol:crowd-control-sender:3.7.3")
compileOnly("dev.qixils.crowdcontrol:crowd-control-sender:3.8.0")
```

</details>
Expand Down
4 changes: 2 additions & 2 deletions pojos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-crowd-control</artifactId>
<groupId>dev.qixils.crowdcontrol</groupId>
<version>3.7.4</version>
<version>3.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,7 +19,7 @@
<developerConnection>scm:git:https://github.com/qixils/java-crowd-control
</developerConnection>
<url>https://github.com/qixils/java-crowd-control.git</url>
<tag>v3.7.4</tag>
<tag>v3.8.0</tag>
</scm>
<licenses>
<license>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>dev.qixils.crowdcontrol</groupId>
<artifactId>java-crowd-control</artifactId>
<version>3.7.4</version> <!-- don't forget to update scm tags & submodule versions -->
<version>3.8.0</version> <!-- don't forget to update scm tags & submodule versions -->
<packaging>pom</packaging>

<modules>
Expand All @@ -25,7 +25,7 @@
<developerConnection>scm:git:https://github.com/qixils/java-crowd-control
</developerConnection>
<url>https://github.com/qixils/java-crowd-control.git</url>
<tag>v3.7.4</tag>
<tag>v3.8.0</tag>
</scm>
<licenses>
<license>
Expand Down
4 changes: 2 additions & 2 deletions receiver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-crowd-control</artifactId>
<groupId>dev.qixils.crowdcontrol</groupId>
<version>3.7.4</version>
<version>3.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,7 +20,7 @@
<developerConnection>scm:git:https://github.com/qixils/java-crowd-control
</developerConnection>
<url>https://github.com/qixils/java-crowd-control.git</url>
<tag>v3.7.4</tag>
<tag>v3.8.0</tag>
</scm>
<licenses>
<license>
Expand Down
4 changes: 2 additions & 2 deletions sender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-crowd-control</artifactId>
<groupId>dev.qixils.crowdcontrol</groupId>
<version>3.7.4</version>
<version>3.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,7 +20,7 @@
<developerConnection>scm:git:https://github.com/qixils/java-crowd-control
</developerConnection>
<url>https://github.com/qixils/java-crowd-control.git</url>
<tag>v3.7.4</tag>
<tag>v3.8.0</tag>
</scm>
<licenses>
<license>
Expand Down
4 changes: 2 additions & 2 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-crowd-control</artifactId>
<groupId>dev.qixils.crowdcontrol</groupId>
<version>3.7.4</version>
<version>3.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,7 +20,7 @@
<developerConnection>scm:git:https://github.com/qixils/java-crowd-control
</developerConnection>
<url>https://github.com/qixils/java-crowd-control.git</url>
<tag>v3.7.4</tag>
<tag>v3.8.0</tag>
</scm>
<licenses>
<license>
Expand Down

0 comments on commit 311bc3c

Please sign in to comment.