We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc5e4cd commit d4bf274Copy full SHA for d4bf274
3 files changed
pom.xml
@@ -101,7 +101,7 @@
101
<resource>
102
<directory>src/main/resources</directory>
103
<includes>
104
- <include>KeyBoxConfig.properties</include>
+ <include>VERSION.txt</include>
105
</includes>
106
<filtering>true</filtering>
107
</resource>
src/main/resources/KeyBoxConfig.properties
@@ -1,5 +1,5 @@
1
#
2
-# KeyBox - Version: ${version}
+# KeyBox Configuration Options
3
4
5
#set to true to regenerate and import SSH keys
src/main/resources/VERSION.txt
@@ -0,0 +1 @@
+KeyBox - Version: ${version}
0 commit comments