Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 245b892

Browse files
committedJan 20, 2025·
Add src/main/resources-filtered/build.properties
1 parent 6d3d251 commit 245b892

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)
Please sign in to comment.