diff --git a/.idea/bld.xml b/.idea/bld.xml new file mode 100644 index 0000000..9e98ad2 --- /dev/null +++ b/.idea/bld.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file 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 eaa972e..51b030e 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) [![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 c627ba9..882d083 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit c627ba98f33f86c724d03f4cde946fca5872b7c5 +Subproject commit 882d083d77a86d23a7bd27f63f1d01af09ce93c5 diff --git a/lib/bld/bld-wrapper.jar b/lib/bld/bld-wrapper.jar index 592f4ad..300f6ae 100644 Binary files a/lib/bld/bld-wrapper.jar and b/lib/bld/bld-wrapper.jar differ diff --git a/lib/bld/bld-wrapper.properties b/lib/bld/bld-wrapper.properties index 798472e..d8160e2 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.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.extension-antlr=com.uwyn.rife2:bld-antlr4:1.3.0 +bld.extension-archive=com.uwyn.rife2:bld-archive:0.5.0 +bld.extension-tests=com.uwyn.rife2:bld-tests-badge:1.5.0 bld.javaOptions= bld.javacOptions= bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES bld.sourceDirectories=core/src/bld/java -bld.version=2.0.0-SNAPSHOT \ No newline at end of file +bld.version=2.0.0 \ No newline at end of file diff --git a/src/main/resources/BLD_VERSION b/src/main/resources/BLD_VERSION index 155b9cb..359a5b9 100644 --- a/src/main/resources/BLD_VERSION +++ b/src/main/resources/BLD_VERSION @@ -1 +1 @@ -2.0.0-SNAPSHOT \ No newline at end of file +2.0.0 \ No newline at end of file