Skip to content

Commit

Permalink
enabled full version from command line
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Oct 14, 2023
1 parent 7c8293a commit 1038b40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,11 @@
maven or jenkins can do this
-->
<!-- from jenkins env vars -->
<version.prefix>1.1.</version.prefix>
<!-- force overriding property at command line, use ${maven.build.timestamp}-->
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<build.number>${timestamp}</build.number>
<version>${version.prefix}${build.number}</version>
<version>${version}</version>
<GitBranch>${git.branch}</GitBranch>
<username>${NODE_NAME}</username>
<platform>${NODE_LABELS}</platform>
Expand Down

0 comments on commit 1038b40

Please sign in to comment.