Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 66e9c554 authored by nicolas ronceray's avatar nicolas ronceray
Browse files

Updated copyrights, translation, poms and Session timeout.

parent 8db38fd9
No related branches found
No related tags found
2 merge requests!2release/0.2.0 into master,!1feature/NPD-694-gum-renovation-step-2
```
Copyright 2018-2023 IHE International
Copyright 2018-2024 IHE International
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
......
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>authentication-simulator</artifactId>
<groupId>net.ihe.gazelle</groupId>
<artifactId>authentication-simulator</artifactId>
<version>0.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -2,8 +2,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>authentication-simulator</artifactId>
<groupId>net.ihe.gazelle</groupId>
<artifactId>authentication-simulator</artifactId>
<version>0.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
#This file is automatically generated. Please do not edit this file. If you'd like to change the content please use crowdin
net.ihe.gazelle.ssoclient.Login=Connexion
net.ihe.gazelle.ssoclient.Login=S'identifier
net.ihe.gazelle.ssoclient.Logout=D\u00E9connexion
......@@ -46,7 +46,7 @@
</filter-mapping>
<!-- Set the timeout delay (minutes) -->
<session-config>
<session-timeout>30</session-timeout>
<session-timeout>20</session-timeout>
</session-config>
<servlet>
<servlet-name>Seam Resource Servlet</servlet-name>
......
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>authentication-simulator</artifactId>
<groupId>net.ihe.gazelle</groupId>
<artifactId>authentication-simulator</artifactId>
<version>0.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>authentication-simulator</artifactId>
<groupId>net.ihe.gazelle</groupId>
<artifactId>authentication-simulator</artifactId>
<version>0.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>authentication-simulator</artifactId>
<groupId>net.ihe.gazelle</groupId>
<artifactId>authentication-simulator</artifactId>
<version>0.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -4,7 +4,7 @@
<parent>
<groupId>net.ihe.gazelle.simulators</groupId>
<artifactId>simulator-common</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment