From accf27c4db3ba3c15eeb481469ef4cc740da498d Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Wed, 1 May 2024 16:48:02 -0400 Subject: [PATCH] Updated version to 1.9.1. Updated to bld 1.9.1. Updated to RIFE/core 1.8.1. --- .idea/libraries/bld.xml | 4 ++-- README.md | 2 +- core | 2 +- lib/bld/bld-wrapper.jar | Bin 27319 -> 27319 bytes lib/bld/bld-wrapper.properties | 8 ++++---- src/main/resources/BLD_VERSION | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.idea/libraries/bld.xml b/.idea/libraries/bld.xml index 59ffe59..48e8fd5 100644 --- a/.idea/libraries/bld.xml +++ b/.idea/libraries/bld.xml @@ -2,12 +2,12 @@ - + - + diff --git a/README.md b/README.md index db88178..de01f8d 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/1.9.0-FA9052?label=bld&labelColor=2392FF)](https://rife2.com/bld) +[![bld](https://img.shields.io/badge/1.9.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/core b/core index 12ac2ed..a8d2310 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 12ac2edaac08274502abc96ff573e78ec2234190 +Subproject commit a8d2310f8493200d7d776bc542fa0233a6eb4d0f diff --git a/lib/bld/bld-wrapper.jar b/lib/bld/bld-wrapper.jar index 8ceef5bfc5f15fe0f24387cfa70249e75525d0a9..2ad8d012322e3cb2dd629b8ab2b3e1442d5ea811 100644 GIT binary patch delta 166 zcmdmfm2vx3M&1B#W)=|!4h{|mr`ClNdFz;g)W$v~V-UT0vvD^QnBi!~t_Nm#r<`X5 zGi1{Y!BUe0GZYnB7y`W6IrKB%X0tOeFt7q~fHxzP2m{>U$&)jjLE0wY%VOdrXNgNSGOa{$#vfXtd)lVuG6qx&^r delta 166 zcmdmfm2vx3M&1B#W)=|!4h{~6_v<1j^42i}sf~R~#vpq0X5(%qFvHP|T@TFgPC3sA zX2_-)f~6)0W+*B$Fa&tBbL@1t7e9P b>6%PeFnuI54kDiA&jC~y0WxcHO_ntPC$c?o diff --git a/lib/bld/bld-wrapper.properties b/lib/bld/bld-wrapper.properties index 2702627..31dfcb2 100644 --- a/lib/bld/bld-wrapper.properties +++ b/lib/bld/bld-wrapper.properties @@ -1,9 +1,9 @@ bld.downloadExtensionJavadoc=false bld.downloadExtensionSources=true -bld.extension-antlr=com.uwyn.rife2:bld-antlr4:1.2.7 -bld.extension-archive=com.uwyn.rife2:bld-archive:0.4.7 -bld.extension-tests=com.uwyn.rife2:bld-tests-badge:1.4.7 +bld.extension-antlr=com.uwyn.rife2:bld-antlr4:1.2.8 +bld.extension-archive=com.uwyn.rife2:bld-archive:0.4.8 +bld.extension-tests=com.uwyn.rife2:bld-tests-badge:1.4.8 bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES bld.downloadLocation= bld.sourceDirectories=core/src/bld/java -bld.version=1.9.0 \ No newline at end of file +bld.version=1.9.1 \ No newline at end of file diff --git a/src/main/resources/BLD_VERSION b/src/main/resources/BLD_VERSION index 101083b..ee672d8 100644 --- a/src/main/resources/BLD_VERSION +++ b/src/main/resources/BLD_VERSION @@ -1 +1 @@ -1.9.1-SNAPSHOT \ No newline at end of file +1.9.1 \ No newline at end of file