Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 771 Bytes

README.md

File metadata and controls

36 lines (33 loc) · 771 Bytes

h4t-build-version

Bump Build Version/Timestamp Maven Plugin

In the property file:

build.version = 1.0.301+build.2001
build.timestamp = Sun 26-Jul-2020 23:59

Maven Plugin:

<plugin>
  <groupId>com.github.brentcrammond</groupId>
  <artifactId>h4t-build-version</artifactId>
  <version>1.0.2</version>
  <executions>
    <execution>
      <configuration>
        <propertyFilePath>${project.basedir}/src/main/resources/application.properties</propertyFilePath>
      </configuration>
      <goals>
          <goal>BumpBuildVersion</goal>
      </goals>
    </execution>
  </executions>
</plugin>
<pluginRepositories>
  <pluginRepository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </pluginRepository>
</pluginRepositories>