Skip to content

Commit 582aed0

Browse files
Bump project version
1 parent 8e7fa52 commit 582aed0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>exec-maven-plugin</artifactId>
12-
<version>3.4.2-SNAPSHOT</version>
12+
<version>3.5.0-SNAPSHOT</version>
1313
<packaging>maven-plugin</packaging>
1414

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

src/main/java/org/codehaus/mojo/exec/ExecMojo.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,9 @@ public class ExecMojo extends AbstractExecMojo {
340340
private boolean asyncDestroyOnShutdown = true;
341341

342342
/**
343-
* @since 3.5.0
344343
* Name of environment variable that will contain path to java executable provided by the toolchain (works only if JDK toolchain feature is used)
344+
*
345+
* @since 3.5.0
345346
*/
346347
@Parameter(property = "exec.toolchainJavaHomeEnvName", defaultValue = "TOOLCHAIN_JAVA_HOME")
347348
private String toolchainJavaHomeEnvName = "TOOLCHAIN_JAVA_HOME";

0 commit comments

Comments
 (0)