From 910d533c2fb52258bc53ef6a4406fae4a45c0548bbbc4229f148db3b7cee76be Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 12 Jan 2024 07:05:27 +0000 Subject: [PATCH] Accepting request 1138111 from home:urbic:branches:Java:packages - Update to v1.1.0 * Changelog = Tasks ~ 798baa0 Releasing version 1.1.0 ~ a5640b5 Releasing version = Issues ~ b0ea885 #217 Configure JReleaser for deployments to Maven Central ~ 736e8a5 #203 Adding version to release commit message ~ 0f2e59d #190 Don't fail build on already modular JARs ~ 3e2b18e #185 Add outputTimestamp property for reproducible builds = Dependencies ~ d84c377 Bump jreleaser to 1.8.0 ~ 238bdb7 Bump asm to 9.5 ~~~ ~ f3e629b set last access and create times ~ defcb8a Update release version in README ~ 322508f Fix integration test settings in undertow module ~ db9010a Reset reproducible timestamp expression ~ 2ef77d9 Next version 1.1.0-SNAPSHOT ~ 36eb1ac Simplify release workflow ~ 0c22f34 Push release to a branch due to branch protection rules ~ 7432c99 Apply formatting rules from ModiTect parent ~ 712c529 Update parent pom to make build reproducible ~ 8a29a60 Make AddModuleInfoMojo.jvmVersion non-readonly ~ a1bd562 Update readme with latest release ~ 5e4f1cc Next version 1.0.0-SNAPSHOT OBS-URL: https://build.opensuse.org/request/show/1138111 OBS-URL: https://build.opensuse.org/package/show/Java:packages/moditect?expand=0&rev=5 --- moditect-1.0.0.Final.tar.gz | 3 --- moditect-1.1.0.tar.gz | 3 +++ moditect.changes | 33 +++++++++++++++++++++++++++++++++ moditect.spec | 3 +-- 4 files changed, 37 insertions(+), 5 deletions(-) delete mode 100644 moditect-1.0.0.Final.tar.gz create mode 100644 moditect-1.1.0.tar.gz diff --git a/moditect-1.0.0.Final.tar.gz b/moditect-1.0.0.Final.tar.gz deleted file mode 100644 index c3307bb..0000000 --- a/moditect-1.0.0.Final.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e1d6f4c0101f4c0876c112517323f2580bbf5c539f7d3ca2344fa714b82fa7e -size 116611 diff --git a/moditect-1.1.0.tar.gz b/moditect-1.1.0.tar.gz new file mode 100644 index 0000000..4c26c7b --- /dev/null +++ b/moditect-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d186e71967646803b9316b17ce7ac5a858a4690f4afe9e4af2a2f9e73b2bb3 +size 116950 diff --git a/moditect.changes b/moditect.changes index 337f3f1..f105487 100644 --- a/moditect.changes +++ b/moditect.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Sat Dec 23 12:32:10 UTC 2023 - Anton Shvetz + +- Update to v1.1.0 + * Changelog + = Tasks + ~ 798baa0 Releasing version 1.1.0 + ~ a5640b5 Releasing version + = Issues + ~ b0ea885 #217 Configure JReleaser for deployments to Maven + Central + ~ 736e8a5 #203 Adding version to release commit message + ~ 0f2e59d #190 Don't fail build on already modular JARs + ~ 3e2b18e #185 Add outputTimestamp property for reproducible + builds + = Dependencies + ~ d84c377 Bump jreleaser to 1.8.0 + ~ 238bdb7 Bump asm to 9.5 + ~~~ + ~ f3e629b set last access and create times + ~ defcb8a Update release version in README + ~ 322508f Fix integration test settings in undertow module + ~ db9010a Reset reproducible timestamp expression + ~ 2ef77d9 Next version 1.1.0-SNAPSHOT + ~ 36eb1ac Simplify release workflow + ~ 0c22f34 Push release to a branch due to branch protection + rules + ~ 7432c99 Apply formatting rules from ModiTect parent + ~ 712c529 Update parent pom to make build reproducible + ~ 8a29a60 Make AddModuleInfoMojo.jvmVersion non-readonly + ~ a1bd562 Update readme with latest release + ~ 5e4f1cc Next version 1.0.0-SNAPSHOT + ------------------------------------------------------------------- Mon May 22 12:05:31 UTC 2023 - Anton Shvetz diff --git a/moditect.spec b/moditect.spec index f564911..c283a35 100644 --- a/moditect.spec +++ b/moditect.spec @@ -17,7 +17,7 @@ Name: moditect -Version: 1.0.0.Final +Version: 1.1.0 Release: 0 Summary: Tooling for the Java Module System License: Apache-2.0 @@ -28,7 +28,6 @@ BuildRequires: maven-local BuildRequires: mvn(com.github.javaparser:javaparser-core) BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin) -Obsoletes: %{name} = 1.0.0.RC3 BuildArch: noarch %description