Age | Commit message (Collapse) | Author | Files | Lines |
|
Update version properties to next snapshot
Change-Id: If72d8f300569973b5051ca3361c058b87f48af09
Issue-ID: CCSDK-1963
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Roll ccsdk/parent to next snapshot version
Change-Id: I34d07a7c87a1ff7a35407c64dda40237d0dcd262
Issue-ID: CCSDK-1963
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Adding id:binding to yang-maven-plugin execution to avoid twice execution of plugin
Issue-ID: CCSDK-2030
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ic634a77c55968d18f257b9d986d0bed0fbac0f8c
|
|
Update sonar and jacoco config for latest sonar scan version, compatible
with sonarcloud
Change-Id: I4660a685742675f0b7fd6c762b631a66ca4a244c
Issue-ID: CCSDK-2029
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
|
|
Updated versions of third party dependencies that are not
constrained by OpenDaylight to latest minor version.
Change-Id: I0640f50b02f0cee4669b6a4c4c87754861a686ce
Issue-ID: CCSDK-2005
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Issue-ID: CCSDK-2022
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I06277635931a8670d4a84a7a46f1904915313a2a
|
|
Removing sonar.jacoco deprecated properties
Issue-ID: CCSDK-2019
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I696c643b3727b2fe79f8449c1ffeeb58001653e1
|
|
Include groupId in generated dependency lists
Change-Id: I6df3980293f9a35958f633acbf1df33f2f046859
Issue-ID: CCSDK-1986
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Generate list of direct dependencies for repository and publish to Nexus.
Change-Id: I9914756ddf8fe1dbab9f48d4de9249c319d28fc0
Issue-ID: CCSDK-1986
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Add profile needed for sonarcloud build (sonar-jacoco-aggregate).
Change-Id: Ie26032f8e9c18f53713b1ceeac64683a0e6beb17
Issue-ID: CIMAN-343
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
If it's project.version then it will be resolved with child module version
Issue-ID: CCSDK-1978
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I6d843de0840524bf49085e6cec60d0b3825d4346
|
|
Replacing hardcoded version for dependencies-bom and dependencies-odl-bom with project.version
Issue-ID: CCSDK-1978
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ie7e8fdfd673097045bd42b56c29b87ca7c961232
|
|
Cleaning up poms and fixing versioning as per ODL NEON
Issue-ID: CCSDK-1977
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ifca4fa413ec3370108828e3da4fce8585cada925
|
|
Version 3.2 is not working with latest sonar qube server, needed an upgrade
Issue-ID: CCSDK-1970
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ie1d621a3f1d1aef3b618dd87d7125797983775c7
|
|
Roll version of parent to 1.5.1-SNAPSHOT for next version
Change-Id: Ia3754b5531fcec6a60cac88512c2eda7a6045578
Issue-ID: CCSDK-1920
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Changes made:
* Updated tomcat-jdbc.version property in pom.xml files
Issue-ID: CCSDK-1815
Change-Id: If9bf0b8460f6d8c7c0a5ad594ebf28c2784bb8fb
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
|
|
manage logging-analytics dependencies in parent
Issue-ID: CCSDK-1821
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
Change-Id: I69229dead243534cf3fb4e5d9f03c717593dfe26
|
|
Running mvn tidy:pom to format/restructure pom's content.
Removig plugin to format pom as all child poms are not having reference to root as parent pom and maven-tidy-plugin is not being executed to format pom
Issue-ID: CCSDK-1764
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I18fd59ae94fdded11f3cb62647d5b3518bfe051a
|
|
Roll version in master branch to Frankfurt version (1.5.0-SNAPSHOT)
Change-Id: Id68e5cd6ccc657a52c4bae58afe8d634bffccf37
Issue-ID: CCSDK-1701
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Fix versions of netty and jersey-guava to match what is
pre-installed in ODL Neon release.
Change-Id: I1092c553420548f17ac7e5aff6317aff6502b9bd
Issue-ID: SDNC-903
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Preinstalled version of mariadb (1.5.9) does not seem to work
with embedded tomcat connection pools. Or rather, using this version
forces the very ClassNotFoundException we were trying to fix.
Change-Id: I42ea6620888dd2c0aba896f141bb309ac207d095
Issue-ID: CCSDK-1445
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
ODL pre-installs version 1.5.9 of mariadb jdbc client. We should
not install a different version to avoid possible version
conflict.
Change-Id: Ib113639c2e3bf03e2e69112d01d078bf9b922fd3
Issue-ID: CCSDK-1445
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Roll versions in master branch
Change-Id: I0d8358268e3649ff8d80b357e22e56d73f11a1af
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Update third party package versions to align with ODL Neon SR1.
Change-Id: I82da85e6a9581726267be0f9cd64c4eb193ceda3
Issue-ID: CCSDK-1389
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Roll to next snapshot version
Change-Id: If4b60b8aa95e7fbf72f048eed4ee968d2079b7a4
Issue-ID: CCSDK-1563
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Roll versions to 0.5.1 - need to re-release El Alto early release
Change-Id: Ie9204c9ec0eb84989303df1089f536314df2c8d7
Issue-ID: CCSDK-1563
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Remove staging-profile, which had been needed for daily builds in
old daily build jobs.
Change-Id: I13d1b628268f46d59ff4521ffebf2f6d3b2b6390
Issue-ID: CCSDK-1496
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
This reverts commit ddb25bf029f6203d50ee127e053b1bd32228384f.
This change was not necessary, since staging job already strips -SNAPSHOT
from pom.xmls : so when you compile against released version of
parent pom, it'll already depend on released version of CCSDK
artifacts. Cool!
Change-Id: I14f136f4ea2e9b9d1645630e384494f92f79c0cc
Issue-ID: CCSDK-1389
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Update CCSDK versions specified in parent pom to released version.
Also, add properties plugin so that these versions can be overridden
by build.properties file in the repository, so that repos can still
use snapshot versions if they need to.
Change-Id: I15cea399de008676413712c195fa9b6b3044221c
Issue-ID: CCSDK-1389
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
remove glassfish property, no code should be using it
Issue-ID: CCSDK-1444
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
Change-Id: Ic8aa0a5d8d49d9387424bd50dc32809a05384a8c
|
|
Refactor dependencyManagement section from odlparent poms into a new
BOM for ease of maintenance.
Change-Id: I4e31ccc2a3c5349b10777c14b9d5e7fd3e034c46
Issue-ID: CCSDK-1412
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Change-Id: I04ce4af7a243523887662be6525d73021f616be6
Issue-ID: CCSDK-442
Signed-off-by: Stan Bonev <sb5356@att.com>
|
|
Roll master version to El Alto versions
Change-Id: I43315307b01929c46333f181f5b516ab2704696f
Issue-ID: CCSDK-1222
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Update CCSDK versions to released 0.4.2 version in parent pom
Change-Id: I7eb14bb6e09d0e76ef9b5c45daa543f11fba0bd4
Issue-ID: CCSDK-1222
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Set the version of yang-maven-plugin to 2.1.8.
Change-Id: I9f8c445ca3923237afb0049ac25705a760a3c5f5
Issue-ID: SDNC-723
Signed-off-by: Enbo Wang <wangenbo@huawei.com>
|
|
Add jackson-bom import to parent poms. This is missing, which causes
feature.xml generation to use incorrect version of jackson-databind
which in turn prevents container from starting up.
Change-Id: Ide693c9a46bc2204fc7bd55f403c20cf7930b12d
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Update versions in CCSDK parent pom for Fluorine SR2 release
Change-Id: I2325209b1359091b28cb485cad35aee5caadb13f
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Prepare to release version 1.2.1 of parent poms, based on
Fluorine SR1
Change-Id: I1371487d32b9dac89a3cbbbfddb2c2a6839bd2e5
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Replaced maven properties with static values in nexus staging
profile settings, which for some reason were not using
maven properties settings properly.
Change-Id: I8f8df8aedadb1da1612c9cecb16110257f4d493f
Issue-ID: CCSDK-1155
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
nexus-staging-maven-plugin interferes with Jenkins staging job, but
is needed for release-version and docker-version jobs. Changed to
install nexus-staging-maven-plugin in a separate build profile that
is activated when altDeploymentRepository property is unset. This property
is set by the staging Jenkins job only.
Change-Id: I877e176229efd6bd5c08a6b83a2594cc4e57eebe
Issue-ID: CCSDK-1119
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
During development, daily release builds use snapshot dependencies.
So, enforcer rule needs to be relaxed (WARN level rather than ERROR).
Change-Id: Ifd7546c7f3914680a0cf06c0b037f74b82db891e
Issue-ID: CCSDK-945
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Removed import of CCSDK repo artifact BOMs from parent poms
to break a dependency loop. Including those meant that, when
rolling to a new release version, we'd have to touch parent twice:
first, with the 'old' version of CCDSK repos (since they're not built
yet), and then after they're built, we'd have to update parent
poms to import the rolled-version of the repo BOMs. And after
that, we'd need to re-merge all the repos, so that they are compiled
against the correct version of sli core.
Change-Id: Id10c29e3f321defb1b911de894cf045693ef90cc
Issue-ID: CCSDK-939
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Update parent poms for OpenDaylight Fluorine
Change-Id: If7f81edc9f65b0169fe25bbd4f4b8b52cd874250
Issue-ID: CCSDK-861
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Roll parent poms back to using 0.4.0-SNAPSHOT to repair snapshot builds
Change-Id: Iea8554ad0276f4c08e40a17abbed3d7cd044a34a
Issue-ID: CCSDK-861
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Create release build of CCSDK Dublin on ODL Oxygen prior
to merging Fluorine changes
Change-Id: I3fcac4a390712a30d2e51eda63a835a6bdf5055c
Issue-ID: CCSDK-861
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Updated ccsdk/parent to use a common pom template to generate all
the odlparent poms, which should be identical except for their
parents.
Change-Id: I1cfcff7191ca95434e390d5cf35651c0ad40705d
Issue-ID: CCSDK-857
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Roll to first Dublin snapshot version
Change-Id: I41188f84b07a9a36e80ec5c3019a3843cdf6118e
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Reset 1.1.1-SNAPSHOT version of poms to use snapshot versions of
CCSDK artifacts. This is done so that builds against version
1.1.1-SNAPSHOT of artifacts will not fail due to RC0 release
versions of artifacts not being created yet.
Change-Id: If0e4f025082d9b0a8f72c7c2bd8c073e16011935
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Update parent poms in preparation to create version 1.1.1
Change-Id: I5206622dcbf43b94409cfe0faf87f5f0e7157868
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|