commit
98a34a693e
4 changed files with 7 additions and 5 deletions
6
pom.xml
6
pom.xml
|
@ -5,7 +5,7 @@
|
|||
|
||||
<groupId>ch.ethz.seb</groupId>
|
||||
<artifactId>seb-server</artifactId>
|
||||
<version>${sebserver-version}-SNAPSHOT</version>
|
||||
<version>${sebserver-version}</version>
|
||||
<name>seb-server</name>
|
||||
<description>web-service for SEB maintenance and monitoring active SEB sessions</description>
|
||||
|
||||
|
@ -18,7 +18,8 @@
|
|||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
<sebserver-version>0.6.6</sebserver-version>
|
||||
<sebserver-version>1.0.1-SNAPSHOT</sebserver-version>
|
||||
<build-version>${sebserver-version}</build-version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
</properties>
|
||||
|
@ -36,6 +37,7 @@
|
|||
<java.version>11</java.version>
|
||||
</properties>
|
||||
<build>
|
||||
<finalName>${project.artifactId}-${build-version}</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
<Logger name="ch.ethz.seb" level="WARN" additivity="true">
|
||||
<appender-ref ref="STDOUT" />
|
||||
</Logger>
|
||||
<Logger name="ch.ethz.seb.SEB_SERVER_INIT" level="INFO" additivity="true">
|
||||
<Logger name="ch.ethz.seb.SEB_SERVER_INIT" level="INFO" additivity="false">
|
||||
<appender-ref ref="STDOUT" />
|
||||
</Logger>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
sebserver.overall.version=SEB Server Version : {0}
|
||||
|
||||
sebserver.overall.about=About
|
||||
sebserver.overall.about.markup=<span style='font-family: Arial, Helvetica,sans-serif;font-size: 25px;font-weight: normal;font-style: normal;color: rgb(31, 64, 122);'>SEB Server About</span><br/><br/><span style='font-family: Arial, Helvetica,sans-serif;font-size: 18px;font-weight: bold;font-style: normal;'>1. Installation.</span><br/><br/><span style='font-family: Arial, Helvetica,sans-serif;font-size: 14px;font-weight: normal;font-style: normal;'>This is a SEB Server demo setup, ideal for testing or demonstrations.</span>
|
||||
sebserver.overall.about.markup=<span style='font-family: Arial, Helvetica,sans-serif;font-size: 25px;font-weight: normal;font-style: normal;color: rgb(31, 64, 122);'>SEB Server About</span><br/><br/><span style='font-family: Arial, Helvetica,sans-serif;font-size: 18px;font-weight: bold;font-style: normal;'>1. Installation.</span><br/><br/><span style='font-family: Arial, Helvetica,sans-serif;font-size: 14px;font-weight: normal;font-style: normal;'>This is the SEB Server development setup.</span>
|
||||
sebserver.overall.help=Documentation
|
||||
sebserver.overall.help.link=https://www.safeexambrowser.org/news_en.html
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue