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

Commit

Permalink
Merge pull request #634 from chanseokoh/master
Browse files Browse the repository at this point in the history
Fix undefined property bug
  • Loading branch information
huygaa11 authored May 7, 2018
2 parents e22f241 + bf7770d commit a071be8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
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 a071be8

Please sign in to comment.