Skip to content

Commit

Permalink
Bump project version
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Oct 21, 2024
1 parent 8e7fa52 commit 582aed0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>exec-maven-plugin</artifactId>
<version>3.4.2-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>Exec Maven Plugin</name>
Expand Down Expand Up @@ -136,7 +136,7 @@
<slf4j.version>1.7.36</slf4j.version>
<asm.version>9.7.1</asm.version>
<invoker.parallelThreads>1C</invoker.parallelThreads>
<project.build.outputTimestamp>2024-08-12T19:43:34Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-10-21T21:11:57Z</project.build.outputTimestamp>
<maven-toolchains-plugin.version>3.2.0</maven-toolchains-plugin.version>
</properties>

Expand Down
3 changes: 2 additions & 1 deletion src/main/java/org/codehaus/mojo/exec/ExecMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,9 @@ public class ExecMojo extends AbstractExecMojo {
private boolean asyncDestroyOnShutdown = true;

/**
* @since 3.5.0
* Name of environment variable that will contain path to java executable provided by the toolchain (works only if JDK toolchain feature is used)
*
* @since 3.5.0
*/
@Parameter(property = "exec.toolchainJavaHomeEnvName", defaultValue = "TOOLCHAIN_JAVA_HOME")
private String toolchainJavaHomeEnvName = "TOOLCHAIN_JAVA_HOME";
Expand Down

0 comments on commit 582aed0

Please sign in to comment.