Age | Commit message (Expand) | Author | Files | Lines |
2020-08-24 | Moving to next snapshot | Singal, Kapil (ks220y) | 5 | -10/+10 |
2020-07-06 | switch back to java8 | Michael Dürre | 1 | -1/+1 |
2020-06-29 | add java 11 alpine image | Michael Dürre | 1 | -5/+2 |
2020-06-11 | Upgrade Sodium from SR2 to SR3 | Dan Timoney | 1 | -2/+2 |
2020-03-24 | Create base Sodium image | Dan Timoney | 4 | -0/+233 |
2020-03-12 | Fix licenses on ODL scripts | Dan Timoney | 3 | -3/+14 |
2020-03-06 | Roll master to Guilin | Dan Timoney | 3 | -6/+6 |
2020-02-23 | Fix onap-odl-neon image | herbert | 1 | -1/+1 |
2020-02-18 | Fix onap-odl-neon image | herbert | 6 | -0/+631 |
2020-01-31 | Roll to next snapahot version | Dan Timoney | 3 | -6/+6 |
2020-01-07 | Update mariadb installation | Timoney, Dan (dt5972) | 3 | -33/+0 |
2019-12-13 | Update distribution scripts to python3 | Miroslav Los | 1 | -2/+3 |
2019-12-12 | Update to use ONAP specific ODL distro | Timoney, Dan (dt5972) | 6 | -348/+8 |
2019-12-03 | Use 1.5.1-SNAPSHOT version of parent pom | Timoney, Dan (dt5972) | 1 | -1/+1 |
2019-10-01 | Roll back to using ODL tarball | Timoney, Dan (dt5972) | 3 | -47/+7 |
2019-09-25 | Create ONAP-specific ODL distro | Timoney, Dan (dt5972) | 22 | -1471/+394 |
2019-09-12 | Roll version for Frankfurt release | Timoney, Dan (dt5972) | 3 | -6/+6 |
2019-09-03 | Roll versions | Timoney, Dan (dt5972) | 3 | -6/+6 |
2019-08-15 | Updates for ODL Neon | Timoney, Dan (dt5972) | 3 | -8/+6 |
2019-08-09 | Roll to next snapshot | Timoney, Dan (dt5972) | 6 | -12/+12 |
2019-08-07 | Roll 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.0 | Timoney, Dan (dt5972) | 4 | -4/+4 |
2018-12-20 | Add base ODL Fluorine containers | Timoney, Dan (dt5972) | 6 | -0/+509 |
2018-12-14 | Port ODL Oxygen to alpine | Timoney, Dan (dt5972) | 5 | -204/+469 |
2018-10-23 | Roll to initial Dublin snapshot | Timoney, Dan (dt5972) | 2 | -4/+4 |
2018-10-04 | Roll to next snapshot version | Timoney, Dan (dt5972) | 2 | -4/+4 |
2018-08-15 | Update ODL distro version | Timoney, Dan (dt5972) | 1 | -1/+1 |
2018-06-22 | Improve odlsli startup time | Timoney, Dan (dt5972) | 1 | -7/+10 |
2018-06-18 | Update odlsli for ODL Oxygen | Timoney, Dan (dt5972) | 3 | -3/+3 |
2018-06-11 | Create base ODL Oxygen docker | Timoney, Dan (dt5972) | 3 | -0/+240 |
2018-06-06 | Roll versions for Casablanca - distribution | Timoney, Dan (dt5972) | 2 | -4/+4 |
2018-05-30 | Roll version to 0.2.4 | Timoney, Dan (dt5972) | 2 | -4/+4 |
2018-05-23 | Roll to the next Snapshot version | Stilwell, David (stilwelld) | 2 | -4/+4 |
2018-04-29 | Roll versions step 6 : distribution poms | Timoney, Dan (dt5972) | 2 | -4/+4 |
2018-04-13 | Install host key | Timoney, Dan (dt5972) | 1 | -3/+3 |
2018-03-12 | Fix odlsli restart issue | Timoney, Dan (dt5972) | 1 | -1/+0 |
2018-02-27 | Create nitrogen dockers | Dan Timoney | 3 | -32/+27 |
2018-02-12 | Fix karaf tarball name | Dan Timoney | 2 | -4/+4 |
2018-02-08 | Add nitrogen container | Dan Timoney | 5 | -210/+467 |
2017-11-17 | Bump minor version | Jessica Wagantall | 1 | -2/+2 |