Skip to content

Commit

Permalink
Prepare for 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Aug 6, 2022
1 parent af42ca8 commit df6397d
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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.4.1-SNAPSHOT</version>
<version>5.4.1</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.4.1-SNAPSHOT</version>
<version>5.4.1</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.4.1-SNAPSHOT</version>
<version>5.4.1</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.4.1-SNAPSHOT</version>
<version>5.4.1</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.4.1-SNAPSHOT</version>
<version>5.4.1</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.4.1-SNAPSHOT</version>
<version>5.4.1</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.4.1-SNAPSHOT</version>
<version>5.4.1</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.4.1-SNAPSHOT</version>
<version>5.4.1</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.4.1-SNAPSHOT</version>
<version>5.4.1</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.4.1-SNAPSHOT</version>
<version>5.4.1</version>
</parent>

<artifactId>typist</artifactId>
Expand Down

0 comments on commit df6397d

Please sign in to comment.