diff options
Diffstat (limited to 'vnfs/honeycomb_plugin/stream-count/stream-count-api')
-rw-r--r-- | vnfs/honeycomb_plugin/stream-count/stream-count-api/asciidoc/Readme.adoc | 3 | ||||
-rw-r--r-- | vnfs/honeycomb_plugin/stream-count/stream-count-api/pom.xml | 19 |
2 files changed, 7 insertions, 15 deletions
diff --git a/vnfs/honeycomb_plugin/stream-count/stream-count-api/asciidoc/Readme.adoc b/vnfs/honeycomb_plugin/stream-count/stream-count-api/asciidoc/Readme.adoc new file mode 100644 index 00000000..dee2e71f --- /dev/null +++ b/vnfs/honeycomb_plugin/stream-count/stream-count-api/asciidoc/Readme.adoc @@ -0,0 +1,3 @@ += stream-count-api + +Overview of stream-count-api
\ No newline at end of file diff --git a/vnfs/honeycomb_plugin/stream-count/stream-count-api/pom.xml b/vnfs/honeycomb_plugin/stream-count/stream-count-api/pom.xml index 3bc79adc..75acf47e 100644 --- a/vnfs/honeycomb_plugin/stream-count/stream-count-api/pom.xml +++ b/vnfs/honeycomb_plugin/stream-count/stream-count-api/pom.xml @@ -16,27 +16,16 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.16.9</version> + <version>1.18.10</version> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>io.fd.honeycomb.lcmapi</groupId> + <groupId>org.onap.vnf.vfw</groupId> <artifactId>stream-count-api</artifactId> - <version>1.16.9</version> + <name>stream-count-api</name> + <version>1.18.10</version> <packaging>bundle</packaging> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.opendaylight.mdsal.model</groupId> - <artifactId>mdsal-model-artifacts</artifactId> - <version>0.8.2-Beryllium-SR2</version> - <type>pom</type> - <scope>import</scope> - </dependency> - </dependencies> - </dependencyManagement> - <dependencies> <dependency> <groupId>org.opendaylight.mdsal.model</groupId> |