Skip to content

Commit

Permalink
EJBCAINTER-1110: Setting version 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dobicinaitis committed Oct 1, 2024
1 parent c4e95b8 commit 0e5c22b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/internal.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ 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})
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})
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
Expand Down

0 comments on commit 0e5c22b

Please sign in to comment.