Bumping version to 1.0.0

Change-Id: I0cdd1f64a9292c91af27b86e89bd8251b2c298f3
diff --git a/web/api/pom.xml b/web/api/pom.xml
index 519ee8b..3c4cc36 100644
--- a/web/api/pom.xml
+++ b/web/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-web</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.onosproject</groupId>
             <artifactId>onos-core-trivial</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>