diff options
author | MukeshKumar <mukeshsharma@est.tech> | 2021-02-24 17:09:05 +0000 |
---|---|---|
committer | Mukesh <mukeshsharma@est.tech> | 2021-02-24 17:10:30 +0000 |
commit | 0833db96e5b74cb8cd54229a93e128a35f22e84e (patch) | |
tree | cbc1ebbba8032194e7af805b12a798ab9b07f429 /so-etsi-sol003-adapter-lcm | |
parent | 52b29697fc7f349d190e87e6a8610b776e188e41 (diff) |
updating sol003 release version
Change-Id: If4996177ea42250065f8224299c73b0dcdcbe1aa
Issue-ID: SO-3486
Signed-off-by: Mukesh <mukeshsharma@est.tech>
Diffstat (limited to 'so-etsi-sol003-adapter-lcm')
4 files changed, 4 insertions, 4 deletions
diff --git a/so-etsi-sol003-adapter-lcm/pom.xml b/so-etsi-sol003-adapter-lcm/pom.xml index 490ba06..e20e76c 100644 --- a/so-etsi-sol003-adapter-lcm/pom.xml +++ b/so-etsi-sol003-adapter-lcm/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.so.adapters.so-etsi-sol003-adapter</groupId> <artifactId>so-etsi-sol003-adapter</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.8.1</version> </parent> <groupId>org.onap.so.adapters.so-etsi-sol003-adapter.lcm</groupId> <artifactId>so-etsi-sol003-adapter-lcm</artifactId> diff --git a/so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-api/pom.xml b/so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-api/pom.xml index bf6f936..7eea6ad 100644 --- a/so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-api/pom.xml +++ b/so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.so.adapters.so-etsi-sol003-adapter.lcm</groupId> <artifactId>so-etsi-sol003-adapter-lcm</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.8.1</version> </parent> <artifactId>so-etsi-sol003-adapter-lcm-api</artifactId> <name>SO ETSI SOL003 Life Cycle Management Adapter API</name> diff --git a/so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-ext-clients/pom.xml b/so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-ext-clients/pom.xml index a849776..1a47184 100644 --- a/so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-ext-clients/pom.xml +++ b/so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-ext-clients/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.so.adapters.so-etsi-sol003-adapter.lcm</groupId> <artifactId>so-etsi-sol003-adapter-lcm</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.8.1</version> </parent> <artifactId>so-etsi-sol003-adapter-lcm-ext-clients</artifactId> <name>SO ETSI SOL003 Life Cycle Management Adapter Ext Clients</name> diff --git a/so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-service/pom.xml b/so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-service/pom.xml index 53d2e87..03d77d3 100644 --- a/so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-service/pom.xml +++ b/so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-service/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.so.adapters.so-etsi-sol003-adapter.lcm</groupId> <artifactId>so-etsi-sol003-adapter-lcm</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.8.1</version> </parent> <artifactId>so-etsi-sol003-adapter-lcm-service</artifactId> <name>SO ETSI SOL003 Life Cycle Management Service</name> |