Skip to content

Commit

Permalink
release: 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alicedraillard committed Mar 16, 2023
1 parent d55d53c commit d113813
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apizimbra/deployment/apizimbra/conf.json.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "fr.openent~apizimbra~2.9-SNAPSHOT",
"name": "fr.openent~apizimbra~2.10.0",
"config": {
"main" : "fr.openent.apizimbra.ApiZimbra",
"port" : 8201,
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
modowner=fr.openent

# Your module version
version=2.9-SNAPSHOT
version=2.10.0

# The test timeout in seconds
testtimeout=300
Expand Down Expand Up @@ -34,4 +34,4 @@ reflectionsVersion=0.10.2
vertxCronTimer=2.0.0
webUtilsVersion=2.9.9

entCoreVersion=4.8.2
entCoreVersion=4.8.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Zimbra",
"version": "2.9.8",
"version": "2.10.0",
"description": "Zimbra",
"main": "gulpfile.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion zimbra/deployment/zimbra/conf.json.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "fr.openent~zimbra~2.9.8",
"name": "fr.openent~zimbra~2.10.0",
"config": {
"main" : "fr.openent.zimbra.Zimbra",
"port" : 8104,
Expand Down

0 comments on commit d113813

Please sign in to comment.