diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-21 10:27:47 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-21 12:34:31 -0400 |
commit | 24a1a1b4a46330e9c5fa54ddabe3d01c3c60571f (patch) | |
tree | e79484788e1bb33f66b1ac7529195ad9ebc7004e /pom.xml | |
parent | e50df7d897d144f03e364d600e94b526656a8c4e (diff) |
Add platform DGs to distribution
Add platform DGs needed by ODL-SLI docker container to distribution repo.
Change-Id: I01c4a466da7bd986447cb44629fee61038664592
Issue-ID: CCSDK-27
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 41 |
1 files changed, 21 insertions, 20 deletions
@@ -1,32 +1,33 @@ <?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/maven-v4_0_0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <parent> - <groupId>org.onap.ccsdk.parent</groupId> - <artifactId>odlparent-boron-sr3</artifactId> - <version>0.0.1-SNAPSHOT</version> - </parent> + <parent> + <groupId>org.onap.ccsdk.parent</groupId> + <artifactId>odlparent-carbon-sr1</artifactId> + <version>0.0.1-SNAPSHOT</version> + </parent> - <modelVersion>4.0.0</modelVersion> - <packaging>pom</packaging> - <groupId>org.onap.ccsdk.distribution</groupId> - <artifactId>distribution-root</artifactId> - <version>0.0.1-SNAPSHOT</version> + <modelVersion>4.0.0</modelVersion> + <packaging>pom</packaging> + <groupId>org.onap.ccsdk.distribution</groupId> + <artifactId>distribution-root</artifactId> + <version>0.1.0-SNAPSHOT</version> - <name>Distribution</name> - <description>Creates distributuon bundles for CCSDK</description> + <name>Distribution</name> + <description>Creates distributuon bundles for CCSDK</description> - <properties> - <application.name>distribution</application.name> + <properties> + <application.name>distribution</application.name> - <maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format> - <build.number>${maven.build.timestamp}</build.number> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - </properties> + <maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format> + <build.number>${maven.build.timestamp}</build.number> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + </properties> <modules> + <module>platform-logic</module> <module>ubuntu</module> <module>opendaylight</module> </modules> |