Committed by
Gerrit Code Review
Fix parent.relativePath in protocol pom.xml
Change-Id: Iaa3a31a4eb9043667f1e156cc4478bb37cf1ad8c
Showing
3 changed files
with
3 additions
and
3 deletions
| ... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
| 20 | <modelVersion>4.0.0</modelVersion> | 20 | <modelVersion>4.0.0</modelVersion> |
| 21 | <parent> | 21 | <parent> |
| 22 | <groupId>org.onosproject</groupId> | 22 | <groupId>org.onosproject</groupId> |
| 23 | - <artifactId>onos</artifactId> | 23 | + <artifactId>onos-protocols</artifactId> |
| 24 | <version>1.4.0-SNAPSHOT</version> | 24 | <version>1.4.0-SNAPSHOT</version> |
| 25 | </parent> | 25 | </parent> |
| 26 | 26 | ... | ... |
| ... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
| 21 | 21 | ||
| 22 | <parent> | 22 | <parent> |
| 23 | <groupId>org.onosproject</groupId> | 23 | <groupId>org.onosproject</groupId> |
| 24 | - <artifactId>onos</artifactId> | 24 | + <artifactId>onos-protocols</artifactId> |
| 25 | <version>1.4.0-SNAPSHOT</version> | 25 | <version>1.4.0-SNAPSHOT</version> |
| 26 | <relativePath>../pom.xml</relativePath> | 26 | <relativePath>../pom.xml</relativePath> |
| 27 | </parent> | 27 | </parent> | ... | ... |
| ... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
| 21 | 21 | ||
| 22 | <parent> | 22 | <parent> |
| 23 | <groupId>org.onosproject</groupId> | 23 | <groupId>org.onosproject</groupId> |
| 24 | - <artifactId>onos</artifactId> | 24 | + <artifactId>onos-protocols</artifactId> |
| 25 | <version>1.4.0-SNAPSHOT</version> | 25 | <version>1.4.0-SNAPSHOT</version> |
| 26 | <relativePath>../pom.xml</relativePath> | 26 | <relativePath>../pom.xml</relativePath> |
| 27 | </parent> | 27 | </parent> | ... | ... |
-
Please register or login to post a comment