summaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2021-03-09Roll master version for IstanbulDan Timoney1-1/+1
Roll versions of ccsdk parent poms to 2.2.0-SNAPSHOT for Istanbul release. Change-Id: Ia5060116b986dae9e25b5765389e0c421bcd9fc6 Issue-ID: CCSDK-3190 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-22Roll to next snapshot versionDan Timoney1-1/+1
Roll to version 2.1.2-SNAPSHOT Change-Id: If45b4b9aecd9b8779e8a7b8c05cfaeabd1b03c49 Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-01Adding maven-deploy-plugin with deployeAtEnd trueSingal, Kapil (ks220y)1-13/+23
Issue-ID: CCSDK-3126 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I5c89ab63f58084808038e58b413bf51c29bcb93b
2021-01-29Revert "ccsdk parents for alu-sr0"Dan Timoney1-13/+13
This reverts upgrade to OpenDaylight Aluminum (commit b6288f99fbfcc73f115511696f98111ca32b8d2f.) Change-Id: I194efd26f792328f0ab79848664708715e94e240 Issue-ID: CCSDK-3012 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-01-27ccsdk parents for alu-sr0Michael DÜrre1-13/+13
migrate parents to aluminium-sr0 Issue-ID: CCSDK-3012 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I8c19abcfa4a0fbac629496835e4caf92aecd2459 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2020-11-25Release version 2.1.0 of CCSDK parent pomDan Timoney1-1/+1
Release initial Honolulu version of CCSDK parent poms and roll version to next snapshot Change-Id: I235ea84ddb43edd9165439f3845f8d27d383ac29 Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-09Roll to initial Honolulu release versionDan Timoney1-1/+1
Roll master branch to initial Honolulu release version Change-Id: I215dc2c5b3f0c817a653a43b9cf448b78caba1f8 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-06Roll to next snapshot versionDan Timoney1-1/+1
Roll to snapshot version 2.0.1-SNAPSHOT Change-Id: I42f22947b51fb09de0b2dc364e7b5e0e01dbacd4 Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-01Add new BOM for preinstalled ODL dependenciesDan Timoney1-0/+1
Add new BOM to reflect dependency versions installed in ODL image. This new BOM is created by a new script - mkbom.sh - based on jar files installed in the OpenDaylight local maven repository. Issue-ID: CCSDK-2397 Change-Id: I70881f1db55a1482ce1d33ee598b69b4ad2661ba Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-04-29Add new CCSDK version of oparentDan Timoney1-0/+1
Add new CCSDK parent pom based on ONAP oparent Change-Id: I184f4170095ddc118e69b9668494d935bfee718c Issue-ID: CCSDK-2182 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-04Roll master version to Guilin numberingDan Timoney1-1/+1
Roll master branch of ccsdk parent to 2.0.0-SNAPSHOT for Guilin. Since we anticipate breaking changes associated with Java 8 -> 11 and Sodium, the Guilin version will be a major version update (1.x -> 2.0) Change-Id: I3bf2c447fbecff4aa1973b9087190a2e41961457 Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-23Roll to next snapshotDan Timoney1-1/+1
Roll ccsdk/parent to next snapshot version Change-Id: I34d07a7c87a1ff7a35407c64dda40237d0dcd262 Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2019-12-11Include groupId in dependency listTimoney, Dan (dt5972)1-0/+1
Include groupId in generated dependency lists Change-Id: I6df3980293f9a35958f633acbf1df33f2f046859 Issue-ID: CCSDK-1986 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-12-10Generate dependency listTimoney, Dan (dt5972)1-0/+54
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>
2019-11-12Roll version of parent to 1.5.1-SNAPSHOTTimoney, Dan (dt5972)1-1/+1
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>
2019-10-01Restructuring POM's and TemplateSingal, Kapil (ks220y)1-44/+0
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
2019-09-27Adding new Profiles and PluginsSingal, Kapil (ks220y)1-18/+60
Adding maven-tidy-plugin to root pom to format/validate pom content. Copying Quick (q) profile from odlparent-lite to springboot-starter-parent (as spring-boot-starter-parent is not inheriting anything from odl parent pom hirearchy.) Issue-ID: CCSDK-1764 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I3aefe0790fb1c57faa8663900e9edbd7fd3beaf3
2019-09-10Roll version for Frankfurt releaseTimoney, Dan (dt5972)1-1/+1
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>
2019-08-28Roll versionsTimoney, Dan (dt5972)1-1/+1
Roll versions in master branch Change-Id: I0d8358268e3649ff8d80b357e22e56d73f11a1af Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-14Update parent poms for ODL NeonTimoney, Dan (dt5972)1-1/+1
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>
2019-08-09Roll to next snapshotTimoney, Dan (dt5972)1-1/+1
Roll to next snapshot version Change-Id: If4b60b8aa95e7fbf72f048eed4ee968d2079b7a4 Issue-ID: CCSDK-1563 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-06Roll version to recreate release artifactsTimoney, Dan (dt5972)1-1/+1
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>
2019-07-17Remove staging pluginTimoney, Dan (dt5972)1-27/+1
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>
2019-06-24Add new BOM for odl-based projectsTimoney, Dan (dt5972)1-0/+2
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>
2019-05-09New standalone parent pomTimoney, Dan (dt5972)1-64/+65
Added new parent pom to be used in containers that run outside of OpenDaylight or springboot. Change-Id: I6fd67fa05c4bee35df3f28bfdab82cc2e4368529 Issue-ID: CCSDK-1320 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-30Roll master to El AltoTimoney, Dan (dt5972)1-1/+1
Roll master version to El Alto versions Change-Id: I43315307b01929c46333f181f5b516ab2704696f Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-19Updates for Fluorine SR2Timoney, Dan (dt5972)1-1/+1
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>
2019-03-13Fix parent release buildTimoney, Dan (dt5972)1-2/+2
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>
2019-03-04Change nexus-staging configTimoney, Dan (dt5972)1-50/+66
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>
2019-01-10Update parent poms for FluorineTimoney, Dan (dt5972)1-1/+1
Update parent poms for OpenDaylight Fluorine Change-Id: If7f81edc9f65b0169fe25bbd4f4b8b52cd874250 Issue-ID: CCSDK-861 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-20Roll to first Dublin snapshotTimoney, Dan (dt5972)1-1/+1
Roll to first Dublin snapshot version Change-Id: I41188f84b07a9a36e80ec5c3019a3843cdf6118e Issue-ID: CCSDK-617 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-03Fix distributionManagement urlsTimoney, Dan (dt5972)1-2/+2
Update distributionManagement urls to use https instead of http Change-Id: I209e96ba0b6f46ad0780ec93d3bfc823650c648b Issue-ID: SDNC-471 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-09-25Roll to next snapshot versionTimoney, Dan (dt5972)1-1/+1
Roll to snapshot version 1.1.1-SNAPSHOT Change-Id: I51f10778f83c91d3a0c6de487551a9a1772734fb Issue-ID: CCSDK-597: Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-09-13Add parent pom for springbootTimoney, Dan (dt5972)1-0/+1
Add springboot parent pom, so that distributionManagement and other critical sections are set. Change-Id: I2f2fbdc114027b441850784aeb15d861e5553a90 Issue-ID: CCSDK-558 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-06-05Roll version for Casablanca dev startTimoney, Dan (dt5972)1-1/+1
Update versions of master ccsdk/parent for Casablanca development. Also, updated version.properties file to add '-STAGING' to version for release, to avoid conflict with true release version. Change-Id: Ie8d00868f9ec1c008740c22dcd93c1a139635275 Issue-ID: CCSDK-295 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-05-30Roll to version 0.2.4Timoney, Dan (dt5972)1-1/+1
Update CCSDK versions to 0.2.4-SNAPSHOT Change-Id: I1051bd85ce827d1f24d48a72666dc945f6b00958 Issue-ID: CCSDK-291 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-05-23Roll to the next snapshot version of parent POMStilwell, David (stilwelld)1-1/+1
Change-Id: Ia8e9264978419ec092621779d43f836270cf2927 Issue-ID: CCSDK-290 Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
2018-04-29Roll versions step 1 : parent pomsTimoney, Dan (dt5972)1-1/+1
Roll versions for next release candidate. Change-Id: I570350505fb211d3b0ba842dd9767126b13b0ed9 Issue-ID: CCSDK-257 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-03-05Add staging configTimoney, Dan (dt5972)1-0/+17
Add staging configuration to parent aggregator pom Change-Id: Iafa8b62118f33e61479143d2e70a39f62b88bb95 Issue-ID: CCSDK-197 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-02-08Roll CCSDK versionsDan Timoney1-1/+13
Roll patch version of CCSDK repos by 1 so that a new version is used for Nitrogen Change-Id: I8e4f42b33ade4adc4637d3f9f8dbfcab6056df69 Issue-ID: CCSDK-174 Signed-off-by: Dan Timoney <dtimoney@att.com>
2018-02-06Fix distributionManagement sectionDan Timoney1-2/+2
Incorrect URLs in distributionManagement section of poms fixed. Change-Id: I74f8fa93ca02c72185fd2017c4488bafba70fd00 Issue-ID: CCSDK-174 Signed-off-by: Dan Timoney <dtimoney@att.com>
2018-01-30Created new parent pomsDan Timoney1-723/+8
Created new parent poms that mirror poms used in ODL Nitrogen archetype Change-Id: I2ab364807773d74f90b1a8fe61d7973eafddd08d Issue-ID: CCSDK-174 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-12-01Add staging plugin configdev/nitrogenDan Timoney1-0/+11
Staging plugin must be explicitly in pom.xml - does not seem to work if it is pulled in from parent pom Change-Id: I329a9674258698e1bb62d53eca4585c8c1dfac31 Issue-ID: CCSDK-148 Signed-off-by: Dan Timoney <dtimoney@att.com> (cherry picked from commit 9f4482ab684c651f31367662061d015f08ebc7a3)
2017-11-27Fix oparent versionDan Timoney1-1/+1
Release version of oparent is 0.1.1 not 1.0.0 Change-Id: Icc723c6e2abab0dc21a10b3c1dee274615c54972 Issue-ID: CCSDK-147 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-11-20Fix feature versionDan Timoney1-1/+1
Fix typo in feature_revision - name was wrong and value should have been reset to 0 Change-Id: I8f604192dd79d128a437aaa29592299dd7cb139a Issue-ID: CIMAN-120 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-11-16Bump minor versionJessica Wagantall1-1/+1
Bump minor version in preparation for Amsterdam branching. Change-Id: I24442ff04afaac55d73f698e6364e55d0b19f3ff Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-08Roll version to 0.1.1-SNAPSHOTDan Timoney1-1/+1
Roll to next snapshot version to prepare for release cut Change-Id: I4cb936b7f75a0db81117fc63fb00a5d6d23ecd2d Issue-ID: CCSDK-141 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-25Remove parameters from repository tagsv0.1.01.0.0-ONAP1.0.0-AmsterdamDan Timoney1-6/+6
Use of parameters in url tag of repository tag seems to cause issues when resolving parent poms. Replaced those with explicit values. Change-Id: I01e0633cb2afc4900ce9a573ade00814e458adca Issue-ID: CCSDK-80 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-24Fix sli-core versionDan Timoney1-1/+1
Version of sli-core should be 0.1.2, not 0.1.0 Change-Id: I83bda5a37bb6553cea2da317d85ce9edc9470eb0 Issue-ID: CCSDK-80 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-24Flatten parent directoryDan Timoney1-33/+504
CCSDK parent only has one parent pom, so move it to top-most level. Having it in sublevel would require special treatment for release builds. Change-Id: Id894c144aada80c1a970adc2616ec485e4554391 Issue-ID: CCSDK-80 Signed-off-by: Dan Timoney <dtimoney@att.com>