Skip to content

Commit

Permalink
Increment project's version from 3.2.1-SNAPSHOT to 3.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Because upcoming #126
removes AtomicExecuteResultHandler and LoggingExecuteResultHandler,
which were public API, it seems appropriate to increase the version.
  • Loading branch information
vorburger committed Jun 16, 2024
1 parent b7be0f4 commit f841fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>ch.vorburger.exec</groupId>
<artifactId>exec</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.3.0-SNAPSHOT</version>

<name>ch.vorburger.exec</name>
<description>Java library to launch external processes</description>
Expand Down

0 comments on commit f841fbd

Please sign in to comment.