Bumping pom versions to 1.7.0-rc2 and fixing some maven issues
Change-Id: I6169420328333d0916452aa92efbfa961d72e9c4
diff --git a/web/api/pom.xml b/web/api/pom.xml
index 2cb614c..3cf7b5c 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.7.0-SNAPSHOT</version>
+ <version>1.7.0-rc2</version>
</parent>
<artifactId>onos-rest</artifactId>
diff --git a/web/gui/pom.xml b/web/gui/pom.xml
index ce301f6..610f3d7 100644
--- a/web/gui/pom.xml
+++ b/web/gui/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-web</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.0-rc2</version>
</parent>
<artifactId>onos-gui</artifactId>
diff --git a/web/pom.xml b/web/pom.xml
index 1aa8807..f4e3d2c 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.0-rc2</version>
</parent>
<artifactId>onos-web</artifactId>