diff options
Diffstat (limited to 'platform-logic/setup')
-rw-r--r-- | platform-logic/setup/pom.xml | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/platform-logic/setup/pom.xml b/platform-logic/setup/pom.xml index 4bce2626..e2182386 100644 --- a/platform-logic/setup/pom.xml +++ b/platform-logic/setup/pom.xml @@ -1,21 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> -<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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.ccsdk.parent</groupId> - <artifactId>odlparent-lite</artifactId> - <version>1.1.2</version> - <relativePath /> - </parent> + <groupId>org.onap.ccsdk.parent</groupId> + <artifactId>odlparent-lite</artifactId> + <version>1.1.2</version> + <relativePath /> + </parent> - <groupId>org.onap.sdnc.oam</groupId> + <groupId>org.onap.sdnc.oam</groupId> <artifactId>platform-logic-setup</artifactId> <version>1.4.3-SNAPSHOT</version> <packaging>pom</packaging> - <name>sdnc-oam :: platform-logic :: ${project.artifactId}</name> + <name>sdnc-oam :: platform-logic :: ${project.artifactId}</name> <description>Copies base ONAP platform-logic</description> + + <properties> + <ccsdk.distribution.version>0.3.3-SNAPSHOT</ccsdk.distribution.version> + </properties> <build> <plugins> |