Removed password as plaintext

Updated pom version at 4.2.1

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/gis-viewer@164777 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-03-07 14:03:47 +00:00
parent e09b55e3cc
commit 7e57b9072d
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>gis-viewer</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.1-SNAPSHOT</version>
<name>GIS Viewer Widget</name>
<description>
GWT Widget application to access GIS Data

View File

@ -242,7 +242,7 @@ public class GisViewerServiceParameters {
builder.append(", geoNetworkUser=");
builder.append(geoNetworkUser);
builder.append(", geoNetworkPwd=");
builder.append(geoNetworkPwd);
builder.append("XXXXXXXX");
builder.append(", transectUrl=");
builder.append(transectUrl);
builder.append(", scope=");