Skip to content

Commit

Permalink
Release 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Dec 5, 2021
1 parent 9fe762d commit 8f5d359
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion annotations/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>chimera</artifactId>
<groupId>com.karuslabs</groupId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.karuslabs</groupId>
<artifactId>chimera</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>

<artifactId>annotations</artifactId>
Expand Down
8 changes: 1 addition & 7 deletions commons/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>chimera</artifactId>
<groupId>com.karuslabs</groupId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons</artifactId>
Expand Down Expand Up @@ -72,12 +72,6 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.karuslabs</groupId>
<artifactId>chimera</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>

<artifactId>commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.karuslabs</groupId>
<artifactId>chimera</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<packaging>pom</packaging>

<name>Chimera</name>
Expand Down
2 changes: 1 addition & 1 deletion typist-example-plugin/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>chimera</artifactId>
<groupId>com.karuslabs</groupId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>typist-example-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion typist-example-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.karuslabs</groupId>
<artifactId>chimera</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>

<artifactId>typist-example-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions typist/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>chimera</artifactId>
<groupId>com.karuslabs</groupId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>typist</artifactId>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>com.karuslabs</groupId>
<artifactId>commons</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion typist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.karuslabs</groupId>
<artifactId>chimera</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>

<artifactId>typist</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

@Static interface Constants<T> {

static final String VERSION = "5.2.0-SNAPSHOT";
static final String VERSION = "5.2.0";
static final String SOURCE = "source";
static final String REQUIREMENT = "REQUIREMENT";
static final String NULL = "null";
Expand Down

0 comments on commit 8f5d359

Please sign in to comment.