diff --git a/pom.xml b/pom.xml index 9998493b..73a5f3a7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ ch.ethz.seb seb-server - ${sebserver-version}-SNAPSHOT + ${sebserver-version} seb-server web-service for SEB maintenance and monitoring active SEB sessions @@ -18,7 +18,8 @@ jar - 0.6.6 + 1.0.1-SNAPSHOT + ${sebserver-version} UTF-8 UTF-8 @@ -36,6 +37,7 @@ 11 + ${project.artifactId}-${build-version} org.apache.maven.plugins diff --git a/src/main/resources/config/application.properties b/src/main/resources/config/application.properties index d762160d..865d7213 100644 --- a/src/main/resources/config/application.properties +++ b/src/main/resources/config/application.properties @@ -1,6 +1,6 @@ spring.application.name=SEB Server spring.profiles.active=dev -sebserver.version=0.6.6 (RC for v1.0) +sebserver.version=1.0.0 ########################################################## ### Global Server Settings diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index e2d65cf1..2908d3b8 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -51,7 +51,7 @@ - + diff --git a/src/main/resources/messages.properties b/src/main/resources/messages.properties index 21f6ffaa..a10b4060 100644 --- a/src/main/resources/messages.properties +++ b/src/main/resources/messages.properties @@ -5,7 +5,7 @@ sebserver.overall.version=SEB Server Version : {0} sebserver.overall.about=About -sebserver.overall.about.markup=SEB Server About

1. Installation.

This is a SEB Server demo setup, ideal for testing or demonstrations. +sebserver.overall.about.markup=SEB Server About

1. Installation.

This is the SEB Server development setup. sebserver.overall.help=Documentation sebserver.overall.help.link=https://www.safeexambrowser.org/news_en.html