Skip to content

Commit

Permalink
[#18] Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tempoz committed Jun 2, 2014
1 parent 7055a26 commit aa8bbab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jargon-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

<echo file="${src.dir}/${package.dir}/JargonVersion.java" message="package ${package.name};${line.separator}" />
<echo file="${src.dir}/${package.dir}/JargonVersion.java" append="true" message="public final class JargonVersion {${line.separator}" />
<echo file="${src.dir}/${package.dir}/JargonVersion.java" append="true" message=" public static String VERSION=&quot;${pom.version}&quot;;${line.separator}" />
<echo file="${src.dir}/${package.dir}/JargonVersion.java" append="true" message=" public static String VERSION=&quot;${project.version}&quot;;${line.separator}" />
<echo file="${src.dir}/${package.dir}/JargonVersion.java" append="true" message=" public static String BUILD_TIME=&quot;${buildtime}&quot;;${line.separator}" />
<echo file="${src.dir}/${package.dir}/JargonVersion.java" append="true" message="}${line.separator}" />
<echo message="BUILD ${buildtime}" />
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>

<version>2.4</version>
<executions>
<execution>
<id>default-jar</id>
Expand Down

0 comments on commit aa8bbab

Please sign in to comment.