diff options
author | Michael DÜrre <michael.duerre@highstreet-technologies.com> | 2022-01-19 14:29:29 +0100 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-03-23 18:04:57 +0000 |
commit | 6e99580c2a69d2cbd2994dc51e6f305313248a91 (patch) | |
tree | 3bad891c7cc880d7d478ca9d7153acf357ce0ce7 /opendaylight/phosphorus/pom.xml | |
parent | 48c98d49beadca974e7a2ea995037dc74dfb51ea (diff) |
migrate dist to phosphorus-sr1
add odl phosphorus image and switch for odlsli
Issue-ID: CCSDK-3569
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Change-Id: Ib9f06fe9170996b1d5d295808b42d1a6f9838a82
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'opendaylight/phosphorus/pom.xml')
-rw-r--r-- | opendaylight/phosphorus/pom.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/opendaylight/phosphorus/pom.xml b/opendaylight/phosphorus/pom.xml new file mode 100644 index 00000000..e91f2bb1 --- /dev/null +++ b/opendaylight/phosphorus/pom.xml @@ -0,0 +1,35 @@ +<?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"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.onap.ccsdk.distribution</groupId> + <artifactId>distribution-opendaylight</artifactId> + <version>1.3.1-SNAPSHOT</version> + </parent> + + <artifactId>distribution-odl-phosphorus</artifactId> + <packaging>pom</packaging> + + <name>ccsdk-distribution :: opendaylight :: phosphorus</name> + <description>Creates OpenDaylight container</description> + + <modules> + <module>phosphorus-alpine</module> + </modules> + + <properties> + <ccsdk.opendaylight.version>0.15.1</ccsdk.opendaylight.version> + </properties> + + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.opendaylight.integration</groupId> + <artifactId>onap-karaf</artifactId> + <version>${ccsdk.opendaylight.version}</version> + <type>tar.gz</type> + </dependency> + </dependencies> + </dependencyManagement> +</project> |