summaryrefslogtreecommitdiffstats
path: root/springboot
AgeCommit message (Expand)AuthorFilesLines
2019-11-29Upgrading sonar-maven-plugin versionSingal, Kapil (ks220y)2-2/+2
2019-11-25Upgrade GRPC parent pom version.Brinda Santh1-2/+4
2019-11-20Skipping format with quick profileSingal, Kapil (ks220y)1-0/+2
2019-11-12Roll version of parent to 1.5.1-SNAPSHOTTimoney, Dan (dt5972)3-6/+6
2019-11-04Update version of Apache Tomcat dependency as per security scanRich Tabedzki1-1/+1
2019-10-10Merge "Upgrade spring boot, Jackson and Coroutines."Dan Timoney1-4/+4
2019-10-02Upgrade spring boot, Jackson and Coroutines.Brinda Santh1-4/+4
2019-10-01Restructuring POM's and TemplateSingal, Kapil (ks220y)3-1436/+1414
2019-09-27Adding new Profiles and PluginsSingal, Kapil (ks220y)2-1022/+1042
2019-09-25Merge "Update to latest springboot versions"Dan Timoney2-2/+2
2019-09-24Update to latest springboot versionsTimoney, Dan (dt5972)2-2/+2
2019-09-19Upgrade parent Kotlin version and coroutines.Brinda Santh1-4/+6
2019-09-10Roll version for Frankfurt releaseTimoney, Dan (dt5972)3-16/+16
2019-08-28Roll versionsTimoney, Dan (dt5972)3-16/+16
2019-08-14Update parent poms for ODL NeonTimoney, Dan (dt5972)3-16/+16
<?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>2.5.0</version>
        <relativePath/>
    </parent>

    <groupId>org.onap.ccsdk.sli.core</groupId>
    <artifactId>dblib</artifactId>
    <version>1.6.1-SNAPSHOT</version>
    <packaging>pom</packaging>

    <name>ccsdk-sli-core :: ${project.artifactId}</name>
    <description>The DBLIB adaptor allows service logic to access persistent data in a local sql database</description>
    <organization>
        <name>ONAP</name>
    </organization>

    <modules>
        <module>provider</module>
        <module>installer</module>
    </modules>
</project>
ass='deletions'>-0
/+2
2019-07-26Add spring version properties.Brinda Santh1-2/+5
2019-07-25Add kotlin and coroutine version properties.Brinda Santh1-0/+4
2019-07-17Remove staging pluginTimoney, Dan (dt5972)3-53/+7
2019-07-15Revert "Update ccsdk version to released version"Timoney, Dan (dt5972)1-5/+5
2019-07-15Update ccsdk version to released versionTimoney, Dan (dt5972)1-5/+5
2019-06-24Add new BOM for odl-based projectsTimoney, Dan (dt5972)2-3/+41
2019-04-30Roll master to El AltoTimoney, Dan (dt5972)3-14/+14
2019-04-24Update CCSDK versions3.0.2-ONAP1.2.2Timoney, Dan (dt5972)2-10/+10
2019-04-15Upgrade to latest springboot versionsTimoney, Dan (dt5972)2-2/+2
2019-03-19Updates for Fluorine SR2Timoney, Dan (dt5972)3-14/+14
2019-03-14Prepare for 1.2.1 releaseTimoney, Dan (dt5972)2-10/+10
2019-03-13Fix parent release buildTimoney, Dan (dt5972)2-4/+4
2019-03-04Change nexus-staging configTimoney, Dan (dt5972)2-22/+47
2019-01-24Fix CCSDK versions in springboot parentsTimoney, Dan (dt5972)2-10/+10
2019-01-10Update parent poms for FluorineTimoney, Dan (dt5972)3-4/+9
2019-01-08Roll snapshot parent pom back to snapshot versionsTimoney, Dan (dt5972)2-10/+10
2019-01-07Prepare for release build1.2.0Timoney, Dan (dt5972)2-10/+10
2018-12-17Update springboot to 2.1.0.RELEASETimoney, Dan (dt5972)1-1/+1
2018-10-20Roll to first Dublin snapshotTimoney, Dan (dt5972)3-14/+14
2018-10-10Reset artifact versions to snapshotTimoney, Dan (dt5972)2-10/+10
2018-10-10Prepare to create RC0 release version3.0.0-ONAP1.1.1Timoney, Dan (dt5972)2-10/+10
2018-10-03Fix distributionManagement urlsTimoney, Dan (dt5972)3-6/+6
2018-09-25Roll to next snapshot versionTimoney, Dan (dt5972)3-14/+14
2018-09-25Update ccsdk/parent for release1.1.0Timoney, Dan (dt5972)2-10/+10
2018-09-18Add parent for springboot v1Timoney, Dan (dt5972)3-957/+1972
2018-09-13Add parent pom for springbootTimoney, Dan (dt5972)1-0/+980