Committed by
Gerrit Code Review
POM file description fields for OVSDB plugin
Change-Id: Icefd132ca3730d637bce8001c42af2f0f2ccdd4d
Showing
2 changed files
with
3 additions
and
1 deletions
| ... | @@ -11,6 +11,7 @@ | ... | @@ -11,6 +11,7 @@ |
| 11 | <artifactId>onos-ovsdb-api</artifactId> | 11 | <artifactId>onos-ovsdb-api</artifactId> |
| 12 | <packaging>bundle</packaging> | 12 | <packaging>bundle</packaging> |
| 13 | 13 | ||
| 14 | + <description>ONOS OVSDB plugin API</description> | ||
| 14 | <dependencies> | 15 | <dependencies> |
| 15 | <dependency> | 16 | <dependency> |
| 16 | <groupId>junit</groupId> | 17 | <groupId>junit</groupId> | ... | ... |
| ... | @@ -11,6 +11,7 @@ | ... | @@ -11,6 +11,7 @@ |
| 11 | <name>onos-ovsdb</name> | 11 | <name>onos-ovsdb</name> |
| 12 | <packaging>pom</packaging> | 12 | <packaging>pom</packaging> |
| 13 | 13 | ||
| 14 | + <description>ONOS OVSDB southbound plugin</description> | ||
| 14 | <dependencies> | 15 | <dependencies> |
| 15 | <dependency> | 16 | <dependency> |
| 16 | <groupId>junit</groupId> | 17 | <groupId>junit</groupId> |
| ... | @@ -39,4 +40,4 @@ | ... | @@ -39,4 +40,4 @@ |
| 39 | <modules> | 40 | <modules> |
| 40 | <module>api</module> | 41 | <module>api</module> |
| 41 | </modules> | 42 | </modules> |
| 42 | -</project> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 43 | +</project> | ... | ... |
-
Please register or login to post a comment