summaryrefslogtreecommitdiffstats
path: root/opendaylight
AgeCommit message (Expand)AuthorFilesLines
2020-08-24Moving to next snapshotSingal, Kapil (ks220y)5-10/+10
2020-07-06switch back to java8Michael Dürre1-1/+1
2020-06-29add java 11 alpine imageMichael Dürre1-5/+2
2020-06-11Upgrade Sodium from SR2 to SR3Dan Timoney1-2/+2
2020-03-24Create base Sodium imageDan Timoney4-0/+233
2020-03-12Fix licenses on ODL scriptsDan Timoney3-3/+14
2020-03-06Roll master to GuilinDan Timoney3-6/+6
2020-02-23Fix onap-odl-neon imageherbert1-1/+1
2020-02-18Fix onap-odl-neon imageherbert6-0/+631
2020-01-31Roll to next snapahot versionDan Timoney3-6/+6
2020-01-07Update mariadb installationTimoney, Dan (dt5972)3-33/+0
2019-12-13Update distribution scripts to python3Miroslav Los1-2/+3
2019-12-12Update to use ONAP specific ODL distroTimoney, Dan (dt5972)6-348/+8
2019-12-03Use 1.5.1-SNAPSHOT version of parent pomTimoney, Dan (dt5972)1-1/+1
2019-10-01Roll back to using ODL tarballTimoney, Dan (dt5972)3-47/+7
2019-09-25Create ONAP-specific ODL distroTimoney, Dan (dt5972)22-1471/+394
2019-09-12Roll version for Frankfurt releaseTimoney, Dan (dt5972)3-6/+6
2019-09-03Roll versionsTimoney, Dan (dt5972)3-6/+6
2019-08-15Updates for ODL NeonTimoney, Dan (dt5972)3-8/+6
2019-08-09Roll to next snapshotTimoney, Dan (dt5972)6-12/+12
2019-08-07Roll version to recreate artifacts }
<?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.parent</groupId>
		<artifactId>odlparent-lite</artifactId>
		<version>1.2.1</version>
		<relativePath/>
	</parent>

	<groupId>org.onap.ccsdk.sli.plugins</groupId>
	<artifactId>sliplugins-features-installer</artifactId>
	<version>0.4.1-SNAPSHOT</version>
	<packaging>pom</packaging>

	<name>ccsdk-sli-plugins :: features :: ${project.artifactId}</name>

	<properties>
		<application.name>ccsdk-sli-plugins-all</application.name>
		<features.boot>${application.name}</features.boot>
		<features.repositories>mvn:org.onap.ccsdk.sli.plugins/${features.boot}/${project.version}/xml/features</features.repositories>
		<include.transitive.dependencies>false</include.transitive.dependencies>
	</properties>

	<dependencies>

		<dependency>
			<groupId>org.onap.ccsdk.sli.plugins</groupId>
			<artifactId>${application.name}</artifactId>
			<version>${project.version}</version>
			<type>xml</type>
			<classifier>features</classifier>
			<exclusions>
				<exclusion>
					<groupId>*</groupId>
					<artifactId>*</artifactId>
				</exclusion>
			</exclusions>
		</dependency>


	</dependencies>

	<build>
		<plugins>
			<plugin>
				<artifactId>maven-assembly-plugin</artifactId>
				<executions>
					<execution>
						<id>maven-repo-zip</id>
						<goals>
							<goal>single</goal>
						</goals>
						<phase>package</phase>
						<configuration>
							<attach>true</attach>
							<finalName>stage/${application.name}-${project.version}</finalName>
							<descriptors>
								<descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor>
							</descriptors>
							<appendAssemblyId>true</appendAssemblyId>
						</configuration>
					</execution>
					<execution>
						<id>installer-zip</id>
						<goals>
							<goal>single</goal>
						</goals>
						<phase>package</phase>
						<configuration>
							<attach>true</attach>
							<finalName>${application.name}-${project.version}-installer</finalName>
							2019-01-08
Prepare for release build0.4.0Timoney, Dan (dt5972)4-4/+4
2018-12-20Add base ODL Fluorine containersTimoney, Dan (dt5972)6-0/+509
2018-12-14Port ODL Oxygen to alpineTimoney, Dan (dt5972)5-204/+469
2018-10-23Roll to initial Dublin snapshotTimoney, Dan (dt5972)2-4/+4
2018-10-04Roll to next snapshot versionTimoney, Dan (dt5972)2-4/+4
2018-08-15Update ODL distro versionTimoney, Dan (dt5972)1-1/+1
2018-06-22Improve odlsli startup timeTimoney, Dan (dt5972)1-7/+10
2018-06-18Update odlsli for ODL OxygenTimoney, Dan (dt5972)3-3/+3
2018-06-11Create base ODL Oxygen dockerTimoney, Dan (dt5972)3-0/+240
2018-06-06Roll versions for Casablanca - distributionTimoney, Dan (dt5972)2-4/+4
2018-05-30Roll version to 0.2.4Timoney, Dan (dt5972)2-4/+4
2018-05-23Roll to the next Snapshot versionStilwell, David (stilwelld)2-4/+4
2018-04-29Roll versions step 6 : distribution pomsTimoney, Dan (dt5972)2-4/+4
2018-04-13Install host keyTimoney, Dan (dt5972)1-3/+3
2018-03-12Fix odlsli restart issueTimoney, Dan (dt5972)1-1/+0
2018-02-27Create nitrogen dockersDan Timoney3-32/+27
2018-02-12Fix karaf tarball nameDan Timoney2-4/+4
2018-02-08Add nitrogen containerDan Timoney5-210/+467
2017-11-17Bump minor versionJessica Wagantall1-2/+2