attempt to fix error showing up on eclipse
Change-Id: I2d32ec7c8bfee0e14b67e4eab0eef6e327cd4e1b
Showing
1 changed file
with
8 additions
and
0 deletions
| ... | @@ -3,6 +3,14 @@ | ... | @@ -3,6 +3,14 @@ |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4_0_0.xsd"> | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4_0_0.xsd"> |
| 5 | <modelVersion>4.0.0</modelVersion> | 5 | <modelVersion>4.0.0</modelVersion> |
| 6 | + <parent> | ||
| 7 | + <groupId>org.onlab.onos</groupId> | ||
| 8 | + <artifactId>onos</artifactId> | ||
| 9 | + <version>1.0.0-SNAPSHOT</version> | ||
| 10 | + <relativePath>../../pom.xml</relativePath> | ||
| 11 | + </parent> | ||
| 12 | + | ||
| 13 | + | ||
| 6 | <groupId>org.onlab.tools</groupId> | 14 | <groupId>org.onlab.tools</groupId> |
| 7 | <artifactId>onos-build-conf</artifactId> | 15 | <artifactId>onos-build-conf</artifactId> |
| 8 | <version>1.0</version> | 16 | <version>1.0</version> | ... | ... |
-
Please register or login to post a comment