-
Notifications
You must be signed in to change notification settings - Fork 107
/
internal.properties
42 lines (38 loc) · 1.29 KB
/
internal.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
40
41
42
#
# This file is used to configure the version number for builds.
#
# Instructions:
#
# Alpha builds:
#
# 1. Set app.version.number to X.Y.Z-Alpha
#
# Beta builds:
#
# 1. Set app.version.number to X.Y.Z-Beta
#
# Final builds:
#
# 1. Set app.version.number to X.Y.Z
# 2. Set app.version to:
#
# app.version=EJBCA ${app.version.number} ${app.edition.verbose} (${git.revision})
#
# 3. Set community-version to:
#
# community.version=EJBCA ${app.version.number} ${community.edition.verbose} (${git.revision})
app.version.number=8.3.2
app.build=0
git.revision=working copy
app.edition.verbose=Enterprise
# Uncomment for final release
app.version=EJBCA ${app.version.number} ${app.edition.verbose} (${git.revision})
#app.version=EJBCA ${app.version.number}-${app.build} ${app.edition.verbose} (${git.revision})
community.edition.verbose=Community
# Uncomment for final release
community.version=EJBCA ${app.version.number} ${community.edition.verbose} (${git.revision})
#community.version=EJBCA ${app.version.number}-${app.build} ${community.edition.verbose} (${git.revision})
# Prefix for the JNDI name of the DataSource used for direct JDBC. The prefix is different for
# different application servers and will be configured depending on "appserver.type".
# JBoss AS: 'java:/'
#datasource.jndi-name-prefix=