-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated application.properties for GA Release.
- Loading branch information
1 parent
62af325
commit fb48653
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ app.base.sprint= | |
app.base.version=7.17.1 | ||
app.grails.version=2.4.2 | ||
app.name=owf-server | ||
app.notice=${app.notice.beta} | ||
app.notice=${app.notice.ga} | ||
app.notice.alpha=This is an Alpha version and has not been fully tested. Any data entered into this system may be lost. An upgrade to the final release will not be provided. To report any bugs, please send an email to [email protected]. | ||
app.notice.beta=This is a Beta version and has not been fully tested. Any data entered into this system may be lost. An upgrade to the final release will not be provided. To report any bugs, please send an email to [email protected]. | ||
app.notice.ga=To report any bugs, please send an email to [email protected]. | ||
|