Skip to content

Commit d4bf274

Browse files
committed
Moved version number out of properties
Moved version number out of properties and into it's own file.
1 parent bc5e4cd commit d4bf274

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<resource>
102102
<directory>src/main/resources</directory>
103103
<includes>
104-
<include>KeyBoxConfig.properties</include>
104+
<include>VERSION.txt</include>
105105
</includes>
106106
<filtering>true</filtering>
107107
</resource>

src/main/resources/KeyBoxConfig.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# KeyBox - Version: ${version}
2+
# KeyBox Configuration Options
33
#
44
#
55
#set to true to regenerate and import SSH keys

src/main/resources/VERSION.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
KeyBox - Version: ${version}

0 commit comments

Comments
 (0)