From 882d083d77a86d23a7bd27f63f1d01af09ce93c5 Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Sun, 28 Jul 2024 19:56:36 -0400 Subject: [PATCH] Updated version to 1.8.3. Upgraded to bld 2.0.0. --- .idea/libraries/bld.xml | 4 ++-- README.md | 2 +- lib/bld/bld-wrapper.jar | Bin 29585 -> 29576 bytes lib/bld/bld-wrapper.properties | 10 ++++++---- src/main/resources/CORE_VERSION | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.idea/libraries/bld.xml b/.idea/libraries/bld.xml index 0a7a3e9..edc11fc 100644 --- a/.idea/libraries/bld.xml +++ b/.idea/libraries/bld.xml @@ -2,12 +2,12 @@ - + - + diff --git a/README.md b/README.md index f884fa2..a3f3c2c 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.1-FA9052?label=bld&labelColor=2392FF)](https://rife2.com/bld) +[![bld](https://img.shields.io/badge/2.0.0-FA9052?label=bld&labelColor=2392FF)](https://rife2.com/bld) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.uwyn.rife2/rife2-core/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/com.uwyn.rife2/rife2-core) [![Nexus Snapshot](https://img.shields.io/nexus/s/com.uwyn.rife2/rife2-core?server=https%3A%2F%2Fs01.oss.sonatype.org%2F)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/uwyn/rife2/rife2-core/) [![gradle-ci](https://github.com/rife2/rife2-core/actions/workflows/bld.yml/badge.svg)](https://github.com/rife2/rife2-core/actions/workflows/bld.yml) diff --git a/lib/bld/bld-wrapper.jar b/lib/bld/bld-wrapper.jar index a08585791e118f3e1db8441d3c46a4a506518bdc..aeb11b4f4dd0106b871450ee7c72483849cc003b 100644 GIT binary patch delta 199 zcmbREoU!9MBX58=Gm8iV2L}hkwRwLg^42i}sf~SCEkN{ST^r5K{g$(tK%C9GHr)`$ zZaa28u*lJz^Ne7|^gKhb)a26zii!*j0p9E!&m?Aturn|)umW*_HzSh>1KgI$Vuj9N u<6{av!Sss45HS58N{1D>g8B1`;vnKh{=7gJM8M6Q99?X{_OAeFGy?zulTrTw delta 208 zcmeBp&N%ToBX58=Gm8iV2L}hkvMs+S^42i}sf~SCEkN{ST^r5K{g$(tK%C9GHr)`$ zZaa28u*lJz^Ne7|^gKhb)a26zidq+VzZLUveEY!9$PnPo&M|4OXPW>60|Orr2Y53w zi7>#eo6KA247Mk@&=XA0FAM?G-=MT_kt>)#wI~iEUgXaUbV>x=%*jE;25jtwK%*G| DsRmQ9 diff --git a/lib/bld/bld-wrapper.properties b/lib/bld/bld-wrapper.properties index 743389a..c4b2664 100644 --- a/lib/bld/bld-wrapper.properties +++ b/lib/bld/bld-wrapper.properties @@ -1,7 +1,9 @@ bld.downloadExtensionJavadoc=false bld.downloadExtensionSources=true -bld.extension-antlr=com.uwyn.rife2:bld-antlr4:1.2.8 -bld.extension-tests=com.uwyn.rife2:bld-tests-badge:1.4.8 -bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES bld.downloadLocation= -bld.version=2.0.0-SNAPSHOT +bld.extension-antlr=com.uwyn.rife2:bld-antlr4:1.3.0 +bld.extension-tests=com.uwyn.rife2:bld-tests-badge:1.5.0 +bld.javaOptions= +bld.javacOptions= +bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES +bld.version=2.0.0 diff --git a/src/main/resources/CORE_VERSION b/src/main/resources/CORE_VERSION index 74bde66..fe4e75f 100644 --- a/src/main/resources/CORE_VERSION +++ b/src/main/resources/CORE_VERSION @@ -1 +1 @@ -1.8.3-SNAPSHOT \ No newline at end of file +1.8.3 \ No newline at end of file