diff options
Diffstat (limited to 'sdnr/wt/featureaggregator/installer/pom.xml')
-rwxr-xr-x | sdnr/wt/featureaggregator/installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdnr/wt/featureaggregator/installer/pom.xml b/sdnr/wt/featureaggregator/installer/pom.xml index e08024812..a973348ed 100755 --- a/sdnr/wt/featureaggregator/installer/pom.xml +++ b/sdnr/wt/featureaggregator/installer/pom.xml @@ -35,7 +35,7 @@ <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-feature-aggregator-installer</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0</version> <packaging>pom</packaging> <name>ccsdk-features :: ${project.artifactId}</name> @@ -48,7 +48,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>installed-odl-bom</artifactId> - <version>2.8.0-SNAPSHOT</version> + <version>2.8.0</version> <type>pom</type> <scope>import</scope> </dependency> |