Fixing build issues

- Excluding sdx-l3 from build, compilation error
- Bump version, except for CE app
- [CE App] Reference stable ONOS version
  - Refer to stable ONOS version
  - Refer to buck built artifact name
  - Fix dependency to point to more appropriate artifact
  - Cosmetic fixes

Change-Id: Ice43cfbb30edda60b71e64c34369ab3bc296e5dd
diff --git a/uiref/pom.xml b/uiref/pom.xml
index 8351e5c..c43c2fe 100644
--- a/uiref/pom.xml
+++ b/uiref/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-app-samples</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.9.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>