Skip to content

Commit

Permalink
update to new major 8-SNAPSHOT version cause of a new data model
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Sep 23, 2023
1 parent afbabcb commit 27e4a7f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Change log
----------------------

Version 7.4-SNAPSHOT
Version 8-SNAPSHOT
-------------

Version 7.3
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################
# project properties #
######################
projectVersion=7.4-SNAPSHOT
projectVersion=8-SNAPSHOT
groupPackage=io.github.astrapi69
projectSourceCompatibility=17
projectInceptionYear=2015
Expand Down
2 changes: 1 addition & 1 deletion src/main/izpack/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<javaversion>1.8</javaversion>
<appname>mystic-crypt-ui</appname>
<appsubpath>app/mystic-crypt-ui</appsubpath>
<appversion>7.4-SNAPSHOT</appversion>
<appversion>8-SNAPSHOT</appversion>
<authors>
<author name="Asterios Raptis" email="asterios.raptis@gmx.net" />
</authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ protected InfoPanel newInfoPanel()
.labelCopyright(Messages.getString("InfoJPanel.copyright.key", "Copyright(C):"))
.copyright(Messages.getString("InfoJPanel.copyright.value", "2016 Asterios Raptis"))
.labelVersion(Messages.getString("InfoJPanel.version.key", "Version:"))
.version(Messages.getString("InfoJPanel.version.value", "7.4-SNAPSHOT"))
.version(Messages.getString("InfoJPanel.version.value", "8-SNAPSHOT"))
.licence(Messages.getString("InfoJPanel.license.information.value", "This Software is licensed under the MIT License"))
.build();
return new InfoPanel()
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/ui/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ helpframe.label.help=License:
InfoJPanel.application.name.key=Application name:
InfoJPanel.application.name.value=mystic-crypt-ui
InfoJPanel.version.key=Version:
InfoJPanel.version.value=7.4-SNAPSHOT
InfoJPanel.version.value=8-SNAPSHOT
InfoJPanel.copyright.key=Copyright(C):
InfoJPanel.copyright.value=\ 2016 Asterios Raptis
InfoJPanel.license.information.value=This Software is licensed under the MIT License
Expand Down

0 comments on commit 27e4a7f

Please sign in to comment.