Skip to content

Commit

Permalink
Merge pull request #317 from drewbrokke/BLADE-740-TASK-v0-release-bla…
Browse files Browse the repository at this point in the history
…de-5.0.1

BLADE-740 Release version 5.0.1 with fix for quarterly entries in product-info.json
  • Loading branch information
drewbrokke authored Nov 27, 2023
2 parents d3090dc + 24b3309 commit 2587e06
Show file tree
Hide file tree
Showing 15 changed files with 134 additions and 17 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.commits
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
5.0.1:964b6366cdf26cf5c93b7a4d8802efdd1c75543b..ecf5ee5260d86877aa04a9fd5a5210f99e9f540f
5.0.0:8cdb866d7f232f1dc89e58d47906aa931067c57f..964b6366cdf26cf5c93b7a4d8802efdd1c75543b
4.1.1:a42e65484ec2e3514f62d2098342aab2e726fc74..8cdb866d7f232f1dc89e58d47906aa931067c57f
4.1.0:d950ed482806e15c1dddd488e0e194e42b0b0f7a..a42e65484ec2e3514f62d2098342aab2e726fc74
Expand Down
116 changes: 116 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,115 @@
# Liferay Blade CLI Change Log

## 5.0.1 - 2023-11-27

### Commits
- [BLADE-739] upgrade project template and change aether related libs name
(469a08ae6e)
- [BLADE-738] cli: LiferayDefaultVersionValidatorTest: updates assertion based
on latest product info (a394703a93)
- [BLADE-738] cli: removes WorkspaceProductComparator and
WorkspaceProductComparatorTest (9ebf5ac8a9)
- [BLADE-738] cli: BladeUtil: removes unused fields and methods (3de6c562fc)
- [BLADE-738] cli: BladeUtil: simplify entry usage (0a54e42514)
- [BLADE-738] cli: updates test resources to account for new quarterly keys
(17d275e8d0)
- [BLADE-738] cli: BladeUtil: uses ProductKeyUtil.comparator (f71505e277)
- [BLADE-738] cli: LiferayMoreVersionValidatorTest: uses
ProductKeyUtil.comparator (5ccaca532d)
- [BLADE-738] cli: LiferayMoreVersionValidator: uses new ProductKeyUtil
validators (89384a380e)
- [BLADE-738] cli: adds ProductKeyUtilTest to test the comparator (afbd31a9b0)
- [BLADE-738] cli: adds ProductKeyUtil to handle parsing and validation of
product key strings (1fca7b63bc)
- [BLADE-738] cli: adds ProductKeyInfo and ProductKeyVersion models to hold
comparisons (293d543534)
- [BLADE-738] add new regex patter for dxp-2023.q3.1 (c1036676d8)
- [BLADE-737] upgrade httpclient version to 5.2.1 (1b4ce44978)
- [BLADE-737] update httpClient dependency version (aa0df1341d)
- [BLADE-735] fix test error (b6ce6e27a5)
- [BLADE-730] remove upload test result (dc1fd80551)
- [BLADE-730] ignore convert tests (be4361da00)
- [BLADE-730] remove unused task dependency (45d7da88de)
- [BLADE-730] use same cache key in github action (c0a3a5cceb)
- [BLADE-730] improve task definition (730bf9d300)
- [BLADE-730] update junit to 4.13.1 for CVE-2020-15250 Vulnerability
(591ff727e5)
- [BLADE-730] update jcommand version for WS-2019-0490 Vulnerability
(9092a9c17d)
- [BLADE-730] make action can use cache (9661da3835)
- [BLADE-730] fix initBundle test error (2f14c91518)
- [BLADE-730] remove unnecessory powermock related dependencies (10377b8856)
- [BLADE-730] update junit for CVE-2020-15250 vulnerability (25141f8e47)
- [BLADE-730] update org.jsoup for CVE-2021-37714 vulnerability (e28ce8f478)
- [BLADE-730] update org.json for CVE-2022-45688 vulnerability (a7684ec2d8)
- [BLADE-730] update maven-aether-provider for CVE-2018-10237 vulnerability
(1dd350adc5)
- [BLADE-730] update common-text for CVE-2022-42889 vulnerability (1786fb6aba)
- [BLADE-730] update common-configuration2 for CVE-2022-33980 vulnerability
(90844eca1e)
- [BLADE-730] update common-compress for CVE-2019-12402 vulnerability
(fa97b3811d)
- [BLADE-730] update apache ant for CVE-2020-1945 vulnerability (d148801287)
- [BLADE-730] update common-io for CVE-2021-29425 vulnerability (835974b5a6)
- [BLADE-730] remove unnecessory dependency (8b1a74ac8d)
- [BLADE-730] improve task definition (7cbc52e6d9)
- [BLADE-730] remove check-report action (838c93f10a)
- [BLADE-730] improve performance (afa73ae88a)
- [BLADE-730] blade should support proxy when no userName and password"
(117c04697c)

### Dependencies
- [BLADE-740] Update the com.liferay.blade.extensions.maven.profile dependency
to version 1.0.38.
- [BLADE-740] Update the com.liferay.project.templates.client.extension
dependency to version 1.0.5.
- [BLADE-740] Update the com.liferay.project.templates.js.theme dependency to
version 1.0.21.
- [BLADE-740] Update the com.liferay.project.templates.js.widget dependency to
version 1.0.22.
- [BLADE-739] Update the com.liferay.project.templates dependency to version
5.0.269.
- [BLADE-739] Update the maven-resolver-api dependency to version 1.9.17.
- [BLADE-739] Update the maven-resolver-connector-basic dependency to version
1.9.17.
- [BLADE-739] Update the maven-resolver-impl dependency to version 1.9.17.
- [BLADE-739] Update the maven-resolver-spi dependency to version 1.9.17.
- [BLADE-739] Update the maven-resolver-transport-classpath dependency to
version 1.9.17.
- [BLADE-739] Update the maven-resolver-transport-file dependency to version
1.9.17.
- [BLADE-739] Update the maven-resolver-transport-http dependency to version
1.9.17.
- [BLADE-739] Update the maven-resolver-transport-wagon dependency to version
1.9.17.
- [BLADE-739] Update the maven-resolver-util dependency to version 1.9.17.
- [BLADE-737] Update the httpclient5 dependency to version 5.2.1.
- [BLADE-737] Update the httpclient5-fluent dependency to version 5.2.1.
- [BLADE-737] Update the httpclient dependency to version 4.5.14.
- [BLADE-735] Update the com.liferay.project.templates dependency to version
5.0.264.
- [BLADE-730] Update the commons-io dependency to version 2.7.
- [BLADE-730] Update the ant dependency to version 1.10.11.
- [BLADE-730] Update the commons-compress dependency to version 1.21.
- [BLADE-730] Update the commons-configuration2 dependency to version 2.8.0.
- [BLADE-730] Update the commons-text dependency to version 1.10.0.
- [BLADE-730] Update the maven-resolver-provider dependency to version 3.6.3.
- [BLADE-730] Update the json dependency to version 20230227.
- [BLADE-730] Update the jsoup dependency to version 1.15.3.
- [BLADE-730] Update the junit dependency to version 4.13.1.
- [BLADE-730] Update the com.liferay.project.templates dependency to version
5.0.262.
- [BLADE-730] Update the maven-settings dependency to version 3.6.3.
- [BLADE-730] Update the maven-settings-builder dependency to version 3.6.3.
- [BLADE-729] Update the com.liferay.blade.extensions.maven.profile dependency
to version 1.0.38-SNAPSHOT.
- [BLADE-729] Update the com.liferay.project.templates.client.extension
dependency to version 1.0.5-SNAPSHOT.
- [BLADE-729] Update the com.liferay.project.templates.js.theme dependency to
version 1.0.21-SNAPSHOT.
- [BLADE-729] Update the com.liferay.project.templates.js.widget dependency to
version 1.0.22-SNAPSHOT.

## 5.0.0 - 2023-08-29

### Commits
Expand Down Expand Up @@ -2598,6 +2708,12 @@ maintainability (7f9bc3f45e)
[BLADE-725]: https://issues.liferay.com/browse/BLADE-725
[BLADE-728]: https://issues.liferay.com/browse/BLADE-728
[BLADE-729]: https://issues.liferay.com/browse/BLADE-729
[BLADE-730]: https://issues.liferay.com/browse/BLADE-730
[BLADE-735]: https://issues.liferay.com/browse/BLADE-735
[BLADE-737]: https://issues.liferay.com/browse/BLADE-737
[BLADE-738]: https://issues.liferay.com/browse/BLADE-738
[BLADE-739]: https://issues.liferay.com/browse/BLADE-739
[BLADE-740]: https://issues.liferay.com/browse/BLADE-740
[IDE-2756]: https://issues.liferay.com/browse/IDE-2756
[IDE-3043]: https://issues.liferay.com/browse/IDE-3043
[IDE-3167]: https://issues.liferay.com/browse/IDE-3167
Expand Down
10 changes: 5 additions & 5 deletions cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ dependencies {
api name: "org.objectweb.asm.tree-6.0.0"
api name: "org.objectweb.asm.util-6.0.0"

bladeExtensions group: "com.liferay.blade", name: "com.liferay.blade.extensions.maven.profile", version: "1.0.38-SNAPSHOT"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.client.extension", version: "1.0.5-SNAPSHOT"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.theme", version: "1.0.21-SNAPSHOT"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.widget", version: "1.0.22-SNAPSHOT"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.blade.extensions.maven.profile", version: "1.0.38"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.client.extension", version: "1.0.5"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.theme", version: "1.0.21"
bladeExtensions group: "com.liferay.blade", name: "com.liferay.project.templates.js.widget", version: "1.0.22"

compileOnly group: "org.osgi", name: "osgi.core", version: "6.0.0"
compileOnly project(":gradle-tooling")
Expand Down Expand Up @@ -323,6 +323,6 @@ unzipPortal {
finalizedBy("processZipsResources")
}

version = "5.0.1-SNAPSHOT"
version = "5.0.1"

apply from: "blade-jar-smoke-tests.gradle"
2 changes: 1 addition & 1 deletion extensions/maven-profile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ publishing {
}
}

version = "1.0.38-SNAPSHOT"
version = "1.0.38"
2 changes: 1 addition & 1 deletion extensions/project-templates-activator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ publishing {
}
}

version = "1.0.19-SNAPSHOT"
version = "1.0.19"
2 changes: 1 addition & 1 deletion extensions/project-templates-client-extension/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ test {
}
}

version = "1.0.5-SNAPSHOT"
version = "1.0.5"
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ publishing {
}
}

version = "1.0.19-SNAPSHOT"
version = "1.0.19"
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ publishing {
}
}

version = "1.0.19-SNAPSHOT"
version = "1.0.19"
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ publishing {
}
}

version = "1.0.19-SNAPSHOT"
version = "1.0.19"
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ publishing {
}
}

version = "1.0.19-SNAPSHOT"
version = "1.0.19"
2 changes: 1 addition & 1 deletion extensions/project-templates-js-theme/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ test {
}
}

version = "1.0.21-SNAPSHOT"
version = "1.0.21"
2 changes: 1 addition & 1 deletion extensions/project-templates-js-widget/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ test {
}
}

version = "1.0.22-SNAPSHOT"
version = "1.0.22"
2 changes: 1 addition & 1 deletion extensions/project-templates-social-bookmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ publishing {
}
}

version = "1.0.19-SNAPSHOT"
version = "1.0.19"
2 changes: 1 addition & 1 deletion extensions/remote-deploy-command/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ publishing {
}
}

version = "1.0.29-SNAPSHOT"
version = "1.0.29"
2 changes: 1 addition & 1 deletion gradle-tooling/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ publishing {
}
*/

version = "1.2.22-SNAPSHOT"
version = "1.2.22"

0 comments on commit 2587e06

Please sign in to comment.