From b1b5c89c78279190a72133badf2917d557eb22d9 Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Mon, 24 Feb 2025 20:29:27 -0500 Subject: [PATCH] Updated version to 2.2.1 --- .idea/libraries/bld.xml | 4 ++-- README.md | 2 +- lib/bld/bld-wrapper.jar | Bin 30440 -> 30440 bytes lib/bld/bld-wrapper.properties | 8 ++++---- src/main/resources/BLD_VERSION | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.idea/libraries/bld.xml b/.idea/libraries/bld.xml index 63c014a..a203de8 100644 --- a/.idea/libraries/bld.xml +++ b/.idea/libraries/bld.xml @@ -2,12 +2,12 @@ - + - + diff --git a/README.md b/README.md index 86c7ca2..a603afc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Java](https://img.shields.io/badge/java-17%2B-blue)](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) -[![bld](https://img.shields.io/badge/2.2.0-FA9052?label=bld&labelColor=2392FF)](https://rife2.com/bld) +[![bld](https://img.shields.io/badge/2.2.1-FA9052?label=bld&labelColor=2392FF)](https://rife2.com/bld) [![Release](https://img.shields.io/github/release/rife2/bld.svg)](https://github.com/rife2/bld/releases/latest) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.uwyn.rife2/bld/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/com.uwyn.rife2/bld) [![Nexus Snapshot](https://img.shields.io/nexus/s/com.uwyn.rife2/bld?server=https%3A%2F%2Fs01.oss.sonatype.org%2F)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/uwyn/rife2/bld/) diff --git a/lib/bld/bld-wrapper.jar b/lib/bld/bld-wrapper.jar index 332ca55b29574ddadb055653e3084d6fe1a718ae..f7ccd28d58b00e553e78a9d6de228765a9b19d15 100644 GIT binary patch delta 187 zcmaFymhr_~M&1B#W)=|!4h{~6zQqv}dFz;g)W$wj8xTFY*Isk;dz;xzAkOAq`)&wB z+KF8cETUR)o)OIWUT6rGnyg)-sK~+);LXk<_eVm3oq>UY6^H}88JR>F;I>T8EpY}L ozq!N{O#d$l0n=fn5PEH?E13VaG!7zO=Fb6iK@`Z$$!p830b%SxkpKVy delta 187 zcmaFymhr_~M&1B#W)=|!4h{~6b&=W=dFz;g)W$wj8xTFY*Isk;dz;xzAkOAq`)&wB z+KF8cETUR)o)OIWUT6rGnyg)-sK~$&;LXm_aYjCzoq>UY6^H}88JR>F;I>T8EpY}L ozq!N{O#d$l0n=fn5PEH?E13VaG!7zO=Fb6iK@`Z$$!p830kaf64FCWD diff --git a/lib/bld/bld-wrapper.properties b/lib/bld/bld-wrapper.properties index 322e315..657bddf 100644 --- a/lib/bld/bld-wrapper.properties +++ b/lib/bld/bld-wrapper.properties @@ -1,11 +1,11 @@ bld.downloadExtensionJavadoc=false bld.downloadExtensionSources=true bld.downloadLocation= -bld.extension-antlr=com.uwyn.rife2:bld-antlr4:1.4.1 -bld.extension-archive=com.uwyn.rife2:bld-archive:0.6.1 -bld.extension-tests=com.uwyn.rife2:bld-tests-badge:1.6.1 +bld.extension-antlr=com.uwyn.rife2:bld-antlr4:1.4.2 +bld.extension-archive=com.uwyn.rife2:bld-archive:0.6.2 +bld.extension-tests=com.uwyn.rife2:bld-tests-badge:1.6.2 bld.javaOptions= bld.javacOptions= bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES bld.sourceDirectories=core/src/bld/java -bld.version=2.2.0 \ No newline at end of file +bld.version=2.2.1 \ No newline at end of file diff --git a/src/main/resources/BLD_VERSION b/src/main/resources/BLD_VERSION index bd13463..fae692e 100644 --- a/src/main/resources/BLD_VERSION +++ b/src/main/resources/BLD_VERSION @@ -1 +1 @@ -2.2.1-SNAPSHOT \ No newline at end of file +2.2.1 \ No newline at end of file