Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 81391d3b authored by gazelle CI Rennes's avatar gazelle CI Rennes
Browse files

[maven-release-plugin] copy for tag gazelle-proxy-4.5.0

git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/tags/gazelle-proxy-4.5.0@62181 356b4b1a-1d2b-0410-8bf1-ffa24008f01e
parents b231199f 3d3380eb
No related branches found
No related merge requests found
......@@ -123,7 +123,7 @@ public class ApplicationConfigurationManager extends AbstractApplicationConfigur
public boolean isCasEnable() {
if (casEnable == null) {
String booleanAsString = getApplicationProperty("application_works_without_cas");
String booleanAsString = getApplicationProperty("cas_enable");
if (booleanAsString == null) {
this.casEnable = false;
} else {
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy</artifactId>
<version>4.5.0</version>
<version>4.5.0</version>
<relativePath>../pom.xml</relativePath>
</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