From 8f770afb5b94a39ce70fd5a5b125cf443ee4c0dc Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 1 Aug 2024 10:34:05 -0700 Subject: [PATCH] Bump release for Aug 2024 java mass rebuild Signed-off-by: Troy Dawson --- moditect.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/moditect.spec b/moditect.spec index 54c5bdc..6ac8bbe 100644 --- a/moditect.spec +++ b/moditect.spec @@ -1,8 +1,8 @@ -%bcond_with bootstrap +%bcond_without bootstrap Name: moditect Version: 1.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tooling for the Java Module System License: Apache-2.0 URL: https://github.com/moditect/moditect @@ -78,6 +78,9 @@ rm core/src/test/java/org/moditect/test/AddModuleInfoTest.java %license LICENSE.txt %changelog +* Thu Aug 01 2024 Troy Dawson - 1.1.0-3 +- Bump release for Aug 2024 java mass rebuild + * Mon Jun 24 2024 Troy Dawson - 1.1.0-2 - Bump release for June 2024 mass rebuild