-
Notifications
You must be signed in to change notification settings - Fork 8
/
application.properties
39 lines (39 loc) · 1.62 KB
/
application.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#Grails Metadata file
#Thu Apr 12 13:02:23 EDT 2012
app.base.majorVersion=7
app.base.prevMajorVersion=7
app.base.prevVersion=${app.base.prevMajorVersion}.2
app.base.version=${app.base.majorVersion}.3
app.base.sprint=
app.base.prefix=Metrics
app.grails.version=1.3.7
app.name=metric
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].
app.org=ozone
app.servlet.version=2.4
app.version=7.3
cas.server.module=cas-server-owf
cas.server.org=ozone-widgeting-framework-legacy
cas.server.rev=3.3.2.2
owf.build.module=build-base
owf.build.org=owf
owf.build.rev=2.6
owf.security.module=owf-security
owf.security.org=ozone-widgeting-framework-legacy
owf.security.rev=3.14
plugins.build-test-data=1.1.0
plugins.code-coverage=1.2
plugins.database-migration=1.0
plugins.hibernate=1.3.7
plugins.ozone-deploy=0.1
plugins.pretty-time=0.3
plugins.tomcat=1.3.7
plugins.ui-performance=1.2.2
plugins.webdriver=0.3.3
tomcat.custom.module=tomcat-owf-custom
tomcat.custom.org=ozone-widgeting-framework-legacy
tomcat.custom.rev=1.0.6
prefs.dataSource.url="jdbc:hsqldb:file:metricsDb;shutdown=true"