Skip to content

Commit

Permalink
Removing extra brace
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Ball committed Feb 23, 2016
1 parent 395f1f6 commit 58f6531
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 @@ -61,7 +61,7 @@ THE SOFTWARE.
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>${compileSource}</source>
<target>${compileTarget}}</target>
<target>${compileTarget}</target>
<showDeprecation>false</showDeprecation>
<showWarnings>false</showWarnings>
</configuration>
Expand Down

0 comments on commit 58f6531

Please sign in to comment.