From 56a3667f8bbd1588ef7b06693092a7e7f79d6f47 Mon Sep 17 00:00:00 2001 From: "sung-su.kim" Date: Wed, 23 Oct 2013 13:49:03 +0900 Subject: [PATCH] Changed web app version format [Issue#] N_SE-55615 [Problem] Different version format between native and web app. [Cause] N/A [Solution] Sync version format between native and web app. - [0-9]{1,3}\.[0-9]{1,3}(\.[0-9]{1,5})? [SCMRequest] N/A Change-Id: I44364d47441f73a629a3b56406420e89531d2768 --- configuration/common.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/common.xsd b/configuration/common.xsd index 24d7283..2b9a0d2 100644 --- a/configuration/common.xsd +++ b/configuration/common.xsd @@ -73,7 +73,7 @@ - + -- 2.7.4