Skip to content

Commit

Permalink
Remove recursive maven.build.timestamp declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh authored and fnothaft committed Apr 28, 2016
1 parent f8c492a commit 6b28217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adam-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>jar</packaging>
<name>ADAM_2.10: CLI</name>
<properties>
<maven.build.timestamp>${maven.build.timestamp}</maven.build.timestamp>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
</properties>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
public final class About {
private static final String ARTIFACT_ID = "${project.artifactId}";
private static final String BUILD_TIMESTAMP = "${maven.build.timestamp}";
private static final String BUILD_TIMESTAMP = "${timestamp}";
private static final String COMMIT = "${git.commit.id}";
private static final String HADOOP_VERSION = "${hadoop.version}";
private static final String SCALA_VERSION = "${scala.version}";
Expand Down

0 comments on commit 6b28217

Please sign in to comment.