Skip to content

Commit

Permalink
Prepare for 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Jun 4, 2022
1 parent 5cb4765 commit 539248d
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 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.3.0-SNAPSHOT</version>
<version>5.3.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.3.0-SNAPSHOT</version>
<version>5.3.0</version>
</parent>

<artifactId>annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.3.0-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons</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.3.0-SNAPSHOT</version>
<version>5.3.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.3.0-SNAPSHOT</version>
<version>5.3.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.3.0-SNAPSHOT</version>
<version>5.3.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.3.0-SNAPSHOT</version>
<version>5.3.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.3.0-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>typist</artifactId>
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>com.karuslabs</groupId>
<artifactId>commons</artifactId>
<version>5.3.0-SNAPSHOT</version>
<version>5.3.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.3.0-SNAPSHOT</version>
<version>5.3.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.3.0-SNAPSHOT";
static final String VERSION = "5.3.0";
static final String SOURCE = "source";
static final String REQUIREMENT = "REQUIREMENT";
static final String NULL = "null";
Expand Down

0 comments on commit 539248d

Please sign in to comment.