diff options
author | waqas.ikram <waqas.ikram@est.tech> | 2021-02-05 09:08:37 +0000 |
---|---|---|
committer | waqas.ikram <waqas.ikram@est.tech> | 2021-02-05 09:08:39 +0000 |
commit | b74192c0e2616a1bb68883467b7a6f842b85efc1 (patch) | |
tree | 5a5bbc1dfd464b04835b8221c743d89221c06afa /so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-service | |
parent | a6cddadeb8b58fbfc8eebb4613baae695fe47120 (diff) |
Restructuring maven modules
Change-Id: I04d54a5f8144a6426cefc730193641a4f618218a
Issue-ID: SO-3487
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-service')
-rw-r--r-- | so-etsi-sol003-adapter-lcm/so-etsi-sol003-adapter-lcm-service/pom.xml | 19 |
1 files changed, 10 insertions, 9 deletions
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 0d1d5d4..35b952e 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 @@ -1,10 +1,11 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.onap.so.so-etsi-sol003-adapter.lcm</groupId> - <artifactId>so-etsi-sol003-adapter-lcm</artifactId> - <version>1.7.1-SNAPSHOT</version> - </parent> - <artifactId>so-etsi-sol003-adapter-lcm-service</artifactId> - <name>SO ETSI SOL003 Life Cycle Management Service</name> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <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> + </parent> + <artifactId>so-etsi-sol003-adapter-lcm-service</artifactId> + <name>SO ETSI SOL003 Life Cycle Management Service</name> </project>
\ No newline at end of file |