summaryrefslogtreecommitdiffstats
path: root/dependencies-clm
AgeCommit message (Collapse)AuthorFilesLines
2022-12-14Remove self references in oparentliamfallon1-84/+115
This commit removes self references in oparent. These self references mean that the version of an import in oparent is set to the value of project.version, which is the value of project.version in the project importing oparent, not the actual version of oparent. This causes all sorts of side effects. The down side is that users of oparent will now have to explicitly import the oparent dependencies, doing somethling like: <dependencyManagement> <dependencies> <dependency> <groupId>org.onap.oparent</groupId> <artifactId>dependencies</artifactId> <version><Your oparent version></version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> Issue-ID: POLICY-4482 Change-Id: I573bffb0656209413fafc3800c3bcbdb616beecd Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-08-31Bump snapshot version on oparentliamfallon1-1/+1
Issue-ID: INT-2036 Change-Id: Iba1603dfd2f988800ffe58af31b2aa626c5407e4 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-04-22Bump oparent to 3.3.2-SNAPSHOTliamfallon1-1/+1
Issue-ID: POLICY-4070 Change-Id: I47d0a3f1786f12b381842dc678e9edfc58d07dd7 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-04-05Bump master version to 3.3.1-SNAPSHOTToineSiebelink1-1/+1
Issue-ID: CPS-475 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: Id8804d5c84143a21575605cc12b181ff25acd392
2021-10-26Bump master to 3.3.0-SNAPSHOTDragosh, Pamela (pd1248)1-1/+1
For Jakarta release. Issue-ID: INT-1999 Change-Id: Id7af7ad297c0c625002fbb16c4340b8677a5a88a Signed-off-by: Dragosh, Pamela (pd1248) <pd1248@att.com>
2021-07-29Bump oparent to 3.2.2Jim Hahn1-1/+1
Issue-ID: INT-1948 Change-Id: I63de3f84b774dd95cf760e602ae1da286dadb5c6 Signed-off-by: Jim Hahn <jrh3@att.com>
2021-01-26Bump oparent 3.2.1-SNAPSHOTPamela Dragosh1-1/+1
Issue-ID: INT-1711 Change-Id: Ic1fc0e1db56dd673d68dae0ca2f02fbd928b9be1 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-10-29Bump master to 3.2.0-SNAPSHOTPamela Dragosh1-1/+1
Issue-ID: INT-1756 Change-Id: I383c3c3f2690ac904d33537946f65f508adabd09 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-07-02Bump oparent to version 3.1.1-SNAPSHOTputhuparambil.aditya1-1/+2
Issue-ID: INT-1486 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: Ie1290435148cabf85b50e66d6c850d7a5676234c
2020-06-25Updating jetty and including jetty-securityRossC1-0/+4
Issue-ID: POLICY-2387 Change-Id: Idf1c4c6636de685c6297afa7273265e54bed0dfd Signed-off-by: RossC <ross.carter@est.tech>
2020-05-26Upgrade to latest dependenciesPamela Dragosh1-4/+0
Per Amy Z. - these are the latest to upgrade to. Issue-ID: INT-1575 Change-Id: I678e8f60973c91c985fdd9cfcb0aa38e9598b5b2 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-05-12Add jetty-servlets as a dependencyPamela Dragosh1-0/+4
Policy team uses this dependency in addition to the other jetty dependencies - perhaps other projects do also. Issue-ID: INT-1464 Change-Id: Icad19e8aa1c064ea6106a69762d5830b4906e9d3 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-04-20Bump oparent master to 3.1.0Pamela Dragosh1-1/+1
Frankfurt is stil 3.0.2 Issue-ID: INT-1540 Change-Id: I8fe54b509939cc0df37f931638b50b9ffc47bdde Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-03-12Bump oparent patch 3.0.2Pamela Dragosh1-1/+1
3.0.1 is released, bumping to 3.0.2 Issue-ID: INT-1481 Change-Id: I5b46802e9f5af688cfb368a96c166278fd28cf5b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-03-09bump version to next release snapshotJohn J. Franey1-1/+1
Issue-ID: INT-1479 Signed-off-by: John J. Franey <John.Franey@att.com> Change-Id: I361c2039fd58867436d6b82f631a341b9c879130
2019-11-01Uprev to 3.0.0 for Java 11Brian Freeman1-2/+2
Update copyright modifications Issue-ID: INT-1352 Change-Id: I7a574c52398990ac38e6e5da287dc424933babfb Signed-off-by: Brian Freeman <bf1936@att.com>
2019-09-04Bump oparent to 2.2.0-SNAPSHOTPamela Dragosh1-1/+1
After release 2.1.0, bump the version. Followed same as this review: https://gerrit.onap.org/r/c/oparent/+/90407 Issue-ID: INT-1233 Change-Id: Ie139ab223870986d9dfcc443a18af2446884778e Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-06-24Version bump oparent master to 2.1.0-SNAPSHOTGary Wu1-1/+1
Issue-ID: INT-1055 Signed-off-by: Yang Xu <yang.xu@futurewei.com> Change-Id: Ia06ecf1de96fd1712965e480b99ad7a40499dce7
2019-04-30Version bump oparentdublinGary Wu1-1/+1
Change-Id: Ida107f54d36da2bc34bce07cb25b3d708ebc66b7 Issue-ID: INT-1055 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-03-08Bump major version for new global staging job4.0.0-ONAP2.0.0Gary Wu1-1/+1
The changes required to support LF's new global staging job template are breaking changes for downstream projects; bumping the major version number to reflect the impact. Change-Id: I7bdc1862122c7066d4f875e3d414db58398b7eb8 Issue-ID: CIMAN-234 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-13Version bump oparent to 1.2.3-SNAPSHOTGary Wu1-1/+1
Change-Id: Ia590d91f493cf5ac7d958abefe6eb427713060e5 Issue-ID: INT-720 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-24Revert "Add jackson-databind dependency"Gary Wu1-8/+0
This reverts commit 8e6f67e07788e1ef75fa4ac8a480decf61df573c. Issue-ID: SO-1047 Change-Id: I225e6ab136d84348417fada042da1234d5c15cd6 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-21Add jackson-databind dependencySiva.ye1-0/+8
Change-Id: Idaa55084f5ecb0dd3536c232cebc14fb50000009 Issue-ID: SO-1047 Signed-off-by: Siva.ye <yezhihua@huawei.com>
2018-09-18Version bump oparent to 1.2.2-SNAPSHOTGary Wu1-1/+1
Change-Id: I7fb32303220724ad410869d598822160272e49e3 Issue-ID: INT-656 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-12Standardize 3rd party library versionsGary Wu1-1/+66
Change-Id: Ib36af3afeb6fc1ebd4ea288b130221cc5df53e9e Issue-ID: INT-656 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-24Version bump oparent to 1.2.1-SNAPSHOTGary Wu1-1/+1
Change-Id: Ic6c2875ccaab4c31c2db81f9a08845dfb9812894 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-23Add dependencyManagement sectionsPamela Dragosh1-0/+33
Add depedencyManagement sub-module that declare dependecies. And we are adding a submodule that declares. Change-Id: I57dd301968cd9dbb55c79ab10df6de0cda6a21a5 Issue-ID: INT-619 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>