From 8f9722fc6956b97c710429055eebfe280bd323ee411dfe0af4a8a3f62be2b8d1 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 3 Apr 2023 09:10:31 +0000 Subject: [PATCH] Accepting request 1076774 from home:urbic:branches:Java:packages - Update to v1.0.0.RC3 * Changelog = Tasks ~ 0bb9d54 Releasing version = Issues ~ #179 Check if a JAR is already modular before enhancing it ~ #169 Document changes applied by #170 (#181) ~ #169 Add support for dependency exclusion ~ #151: Use project.build.fileName to resolve default JAR (#180) ~ #154 Update version to snapshot upon release ~ #162 Avoid fragile Java version parsing when looking for module-info.java = Dependencies ~ Bump slfj4 to 1.7.36 ~ Bump jcommaned to 1.82 ~ Bump plexus to 3.5.0 ~ Bump maven-plugin-annotations to 3.8.1 ~ Bump several plugins defined by moditect-parent ~ Bump build-helper-maven-plugin to 3.3.0 ~ Bump maven-shade-plugin to 3.4.1 ~ Bump maven-plugin-plugin to 3.8.1 ~ Bump maven wrapper to 3.1.1 and maven to 3.8.7 ~ Bump compile-testing to 0.21.0 ~ Bump assertj to 3.24.2 ~ Bump java-parser to 3.25.1 ~ Bump hibernate-validator in /integrationtest/hibernate-validator ~~~ ~ Version bumps must be done with -pl :moditect-parent ~ Default branch was renamed to main ~ Update missing license header ~ Update license headers ~ Update GitHub workflow configuration ~ Upgrade release configuration ~ Update README.md ~ Typos ~ Fix code formatting ~ Add LogWriter to print JDeps output to log ~ Avoid error in logs when passing "--multi-release base" to jdeps OBS-URL: https://build.opensuse.org/request/show/1076774 OBS-URL: https://build.opensuse.org/package/show/Java:packages/moditect?expand=0&rev=2 --- moditect-1.0.0.RC2.tar.gz | 3 --- moditect-1.0.0.RC3.tar.gz | 3 +++ moditect.changes | 45 +++++++++++++++++++++++++++++++++++++++ moditect.spec | 4 ++-- 4 files changed, 50 insertions(+), 5 deletions(-) delete mode 100644 moditect-1.0.0.RC2.tar.gz create mode 100644 moditect-1.0.0.RC3.tar.gz diff --git a/moditect-1.0.0.RC2.tar.gz b/moditect-1.0.0.RC2.tar.gz deleted file mode 100644 index 420ddda..0000000 --- a/moditect-1.0.0.RC2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4eed88f05e0b590a17a30412790d7b634cc1992a3369b4e0e77552865d945416 -size 101227 diff --git a/moditect-1.0.0.RC3.tar.gz b/moditect-1.0.0.RC3.tar.gz new file mode 100644 index 0000000..30c2c4e --- /dev/null +++ b/moditect-1.0.0.RC3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d6224b5a2eb7aabcbed0dce8d40ff0424969f6ae1095ef98b43835c4a95574 +size 111955 diff --git a/moditect.changes b/moditect.changes index 1756ed0..c87597f 100644 --- a/moditect.changes +++ b/moditect.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Sun Apr 2 20:01:22 UTC 2023 - Anton Shvetz + +- Update to v1.0.0.RC3 + * Changelog + = Tasks + ~ 0bb9d54 Releasing version + = Issues + ~ #179 Check if a JAR is already modular before enhancing it + ~ #169 Document changes applied by #170 (#181) + ~ #169 Add support for dependency exclusion + ~ #151: Use project.build.fileName to resolve default JAR + (#180) + ~ #154 Update version to snapshot upon release + ~ #162 Avoid fragile Java version parsing when looking for + module-info.java + = Dependencies + ~ Bump slfj4 to 1.7.36 + ~ Bump jcommaned to 1.82 + ~ Bump plexus to 3.5.0 + ~ Bump maven-plugin-annotations to 3.8.1 + ~ Bump several plugins defined by moditect-parent + ~ Bump build-helper-maven-plugin to 3.3.0 + ~ Bump maven-shade-plugin to 3.4.1 + ~ Bump maven-plugin-plugin to 3.8.1 + ~ Bump maven wrapper to 3.1.1 and maven to 3.8.7 + ~ Bump compile-testing to 0.21.0 + ~ Bump assertj to 3.24.2 + ~ Bump java-parser to 3.25.1 + ~ Bump hibernate-validator in + /integrationtest/hibernate-validator + ~~~ + ~ Version bumps must be done with -pl :moditect-parent + ~ Default branch was renamed to main + ~ Update missing license header + ~ Update license headers + ~ Update GitHub workflow configuration + ~ Upgrade release configuration + ~ Update README.md + ~ Typos + ~ Fix code formatting + ~ Add LogWriter to print JDeps output to log + ~ Avoid error in logs when passing "--multi-release base" to + jdeps + ------------------------------------------------------------------- Mon Dec 12 16:13:12 UTC 2022 - Anton Shvetz diff --git a/moditect.spec b/moditect.spec index cd4c666..afc8ca8 100644 --- a/moditect.spec +++ b/moditect.spec @@ -1,7 +1,7 @@ # # spec file for package moditect # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: moditect -Version: 1.0.0.RC2 +Version: 1.0.0.RC3 Release: 0 Summary: Tooling for the Java Module System License: Apache-2.0