summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.client
diff options
context:
space:
mode:
authorDhandapani <dhandapani@gluster.com>2011-08-17 16:09:00 +0530
committerDhandapani <dhandapani@gluster.com>2011-08-17 16:09:00 +0530
commitf02f719cf28dea27923ad04dd7c1c50ea49933ff (patch)
treeaef636b8b41b3814baeeaaf0485d11530b6fc1ac /src/com.gluster.storage.management.client
parent54e55c446d871325de23269623968a196d881fbf (diff)
conflict fixes
Diffstat (limited to 'src/com.gluster.storage.management.client')
-rw-r--r--src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/constants/ClientConstants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/constants/ClientConstants.java b/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/constants/ClientConstants.java
index 765735fb..e253dfa5 100644
--- a/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/constants/ClientConstants.java
+++ b/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/constants/ClientConstants.java
@@ -27,7 +27,7 @@ public class ClientConstants {
public static final String SYS_PROP_SERVER_URL = "gluster.server.url";
public static final String DEFAULT_SERVER_URL = "https://localhost:8443/glustermg/linux.gtk.x86_64";
public static final String CONTEXT_ROOT = "glustermg";
- public static final String REST_API_VERSION = "1.0";
+ public static final String REST_API_VERSION = "1.0.0";
// SSL related
public static final String TRUSTED_KEYSTORE = "gmc-trusted.keystore";