diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-08-02 13:36:26 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-08-02 13:36:26 +0000 |
commit | ede9f8b68a00726f3ff673ad37fe678b4f81a0b5 (patch) | |
tree | 2b8525b88c9c3d2346f00fe17be9fa0f7ccb1089 /sdnr/northbound/energysavings | |
parent | d45b32fd84aed39798426423919115f8295813ad (diff) |
Release ccsdk/features0.5.0
Diffstat (limited to 'sdnr/northbound/energysavings')
-rw-r--r-- | sdnr/northbound/energysavings/features/pom.xml | 4 | ||||
-rwxr-xr-x | sdnr/northbound/energysavings/installer/pom.xml | 4 | ||||
-rw-r--r-- | sdnr/northbound/energysavings/model/pom.xml | 4 | ||||
-rw-r--r-- | sdnr/northbound/energysavings/pom.xml | 4 | ||||
-rw-r--r-- | sdnr/northbound/energysavings/provider/pom.xml | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/sdnr/northbound/energysavings/features/pom.xml b/sdnr/northbound/energysavings/features/pom.xml index f6351cd0f..bee4dd101 100644 --- a/sdnr/northbound/energysavings/features/pom.xml +++ b/sdnr/northbound/energysavings/features/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.1</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>energysavings-features</artifactId> - <version>0.2.4-SNAPSHOT</version> + <version>0.2.4</version> <packaging>feature</packaging> <dependencyManagement> diff --git a/sdnr/northbound/energysavings/installer/pom.xml b/sdnr/northbound/energysavings/installer/pom.xml index 5ae2b81b3..8d908df5a 100755 --- a/sdnr/northbound/energysavings/installer/pom.xml +++ b/sdnr/northbound/energysavings/installer/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.1</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>energysavings-installer</artifactId> - <version>0.2.4-SNAPSHOT</version> + <version>0.2.4</version> <packaging>pom</packaging> <name>ccsdk-features-sdnr-northbound :: energysavings :: ${project.artifactId}</name> diff --git a/sdnr/northbound/energysavings/model/pom.xml b/sdnr/northbound/energysavings/model/pom.xml index 9a1a5e221..1157a481f 100644 --- a/sdnr/northbound/energysavings/model/pom.xml +++ b/sdnr/northbound/energysavings/model/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.1</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>energysavings-model</artifactId> - <version>0.2.4-SNAPSHOT</version> + <version>0.2.4</version> <packaging>bundle</packaging> <dependencies> diff --git a/sdnr/northbound/energysavings/pom.xml b/sdnr/northbound/energysavings/pom.xml index 37283c65c..2da733382 100644 --- a/sdnr/northbound/energysavings/pom.xml +++ b/sdnr/northbound/energysavings/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.1</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>energysavings</artifactId> - <version>0.2.4-SNAPSHOT</version> + <version>0.2.4</version> <packaging>pom</packaging> <modules> diff --git a/sdnr/northbound/energysavings/provider/pom.xml b/sdnr/northbound/energysavings/provider/pom.xml index 9bb98591c..994a400d7 100644 --- a/sdnr/northbound/energysavings/provider/pom.xml +++ b/sdnr/northbound/energysavings/provider/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.1</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>energysavings-provider</artifactId> - <version>0.2.4-SNAPSHOT</version> + <version>0.2.4</version> <packaging>bundle</packaging> <dependencyManagement> |