Skip to content

Commit 299165e

Browse files
committed
Add src/main/resources-filtered/build.properties
1 parent 84bb603 commit 299165e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
build.${project.artifactId}.commit=${buildNumber}
2+
build.${project.artifactId}.branch=${scmBranch}
3+
build.${project.artifactId}.version=${pom.version}
4+
build.${project.artifactId}.timestamp=${maven.build.timestamp}
5+
build.${project.artifactId}.buildNumber=${ci.buildNumber}
6+
build.liquibase.version=${liquibase.version}

0 commit comments

Comments
 (0)