Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Fix undefined property bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chanseokoh committed May 2, 2018
1 parent e22f241 commit fb0d662
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven-compiler-plugin.version>@maven-compiler-plugin.version@</maven-compiler-plugin.version>
<maven-exec-plugin.version>@maven-exec-plugin.version@</maven-exec-plugin.version>
<exec-maven-plugin.version>@exec-maven-plugin.version@</exec-maven-plugin.version>
<slf4j.version>@slf4j.version@</slf4j.version>
</properties>

Expand Down Expand Up @@ -62,7 +62,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>${maven-exec-plugin.version}</version>
<version>${exec-maven-plugin.version}</version>
<configuration>
<cleanupDaemonThreads>false</cleanupDaemonThreads>
</configuration>
Expand Down

0 comments on commit fb0d662

Please sign in to comment.