diff --git a/deployment/magneto/conf.json.template b/deployment/magneto/conf.json.template index 2901b016..f81e4862 100644 --- a/deployment/magneto/conf.json.template +++ b/deployment/magneto/conf.json.template @@ -1,5 +1,5 @@ { - "name": "fr.cgi~magneto~1.5-SNAPSHOT", + "name": "fr.cgi~magneto~1.6-rc+3", "config": { "main" : "fr.cgi.magneto.Magneto", "port" : 8205, diff --git a/gradle.properties b/gradle.properties index 47f12e7a..b1964e1e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ modowner=fr.cgi modname=magneto # Your module version -version=1.5-SNAPSHOT +version=1.6-rc+3 # The test timeout in seconds testtimeout=300