Skip to content

Commit

Permalink
upgrade to version 2.1.31-SNAPSHOT after release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Nov 21, 2023
1 parent 409f670 commit 918732a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion chaos-monkey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>light-chaos-monkey</artifactId>
<groupId>com.networknt</groupId>
<version>2.1.30</version>
<version>2.1.31-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion exception-assault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>light-chaos-monkey</artifactId>
<groupId>com.networknt</groupId>
<version>2.1.30</version>
<version>2.1.31-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion killapp-assault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>light-chaos-monkey</artifactId>
<groupId>com.networknt</groupId>
<version>2.1.30</version>
<version>2.1.31-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion latency-assault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>light-chaos-monkey</artifactId>
<groupId>com.networknt</groupId>
<version>2.1.30</version>
<version>2.1.31-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion memory-assault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>light-chaos-monkey</artifactId>
<groupId>com.networknt</groupId>
<version>2.1.30</version>
<version>2.1.31-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.networknt</groupId>
<artifactId>light-chaos-monkey</artifactId>
<version>2.1.30</version>
<version>2.1.31-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Parent POM</name>
<description>Light 4J Chaos Monkey Handlers</description>
Expand Down Expand Up @@ -92,7 +92,7 @@
<properties>
<java.version>11</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.light-4j>2.1.30</version.light-4j>
<version.light-4j>2.1.31-SNAPSHOT</version.light-4j>
<version.jackson>2.15.3</version.jackson>
<version.slf4j>2.0.7</version.slf4j>
<version.logback>1.4.6</version.logback>
Expand Down

0 comments on commit 918732a

Please sign in to comment.