Updates to versions across project

Change-Id: I3593d5d289d3149bea9644c7c09fa1ca753abfca
diff --git a/web/api/src/main/resources/definitions/Application.json b/web/api/src/main/resources/definitions/Application.json
index ea6c3ea25..fb5bbeb 100644
--- a/web/api/src/main/resources/definitions/Application.json
+++ b/web/api/src/main/resources/definitions/Application.json
@@ -25,7 +25,7 @@
     },
     "version": {
       "type": "string",
-      "example": "1.4.0.SNAPSHOT"
+      "example": "1.2.3"
     },
     "description": {
       "type": "string",
@@ -48,7 +48,7 @@
     },
     "featuresRepo": {
       "type": "string",
-      "example": "mvn:org.onosproject/onos-app-cip/1.4.0-SNAPSHOT/xml/features"
+      "example": "mvn:org.onosproject/onos-app-cip/1.2.3/xml/features"
     },
     "features": {
       "type": "array",
diff --git a/web/api/src/main/resources/definitions/ApplicationPost.json b/web/api/src/main/resources/definitions/ApplicationPost.json
index ea6c3ea25..fb5bbeb 100644
--- a/web/api/src/main/resources/definitions/ApplicationPost.json
+++ b/web/api/src/main/resources/definitions/ApplicationPost.json
@@ -25,7 +25,7 @@
     },
     "version": {
       "type": "string",
-      "example": "1.4.0.SNAPSHOT"
+      "example": "1.2.3"
     },
     "description": {
       "type": "string",
@@ -48,7 +48,7 @@
     },
     "featuresRepo": {
       "type": "string",
-      "example": "mvn:org.onosproject/onos-app-cip/1.4.0-SNAPSHOT/xml/features"
+      "example": "mvn:org.onosproject/onos-app-cip/1.2.3/xml/features"
     },
     "features": {
       "type": "array",
diff --git a/web/api/src/main/resources/definitions/Applications.json b/web/api/src/main/resources/definitions/Applications.json
index d765361..304404a 100644
--- a/web/api/src/main/resources/definitions/Applications.json
+++ b/web/api/src/main/resources/definitions/Applications.json
@@ -38,7 +38,7 @@
           },
           "version": {
             "type": "string",
-            "example": "1.4.0.SNAPSHOT"
+            "example": "1.2.3"
           },
           "description": {
             "type": "string",
@@ -61,7 +61,7 @@
           },
           "featuresRepo": {
             "type": "string",
-            "example": "mvn:org.onosproject/onos-app-cip/1.4.0-SNAPSHOT/xml/features"
+            "example": "mvn:org.onosproject/onos-app-cip/1.2.3/xml/features"
           },
           "features": {
             "type": "array",