diff --git a/README.md b/README.md index ee83d268a..6abba5ae3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) diff --git a/docs/android.md b/docs/android.md index 5797356cb..5ec708e30 100644 --- a/docs/android.md +++ b/docs/android.md @@ -51,93 +51,93 @@ Java compiler are only accessible from the processor path, therefore they have n #### Manifold Core ```groovy -compileOnly 'systems.manifold:manifold:2024.1.14' -implementation 'systems.manifold:manifold-rt:2024.1.14' +compileOnly 'systems.manifold:manifold:2024.1.15' +implementation 'systems.manifold:manifold-rt:2024.1.15' ``` #### Manifold : Extensions ```groovy -compileOnly 'systems.manifold:manifold-ext:2024.1.14' -implementation 'systems.manifold:manifold-ext-rt:2024.1.14' +compileOnly 'systems.manifold:manifold-ext:2024.1.15' +implementation 'systems.manifold:manifold-ext-rt:2024.1.15' ``` #### Manifold : Props ```groovy -compileOnly 'systems.manifold:manifold-props:2024.1.14' -implementation 'systems.manifold:manifold-props-rt:2024.1.14' +compileOnly 'systems.manifold:manifold-props:2024.1.15' +implementation 'systems.manifold:manifold-props-rt:2024.1.15' ``` #### Manifold : GraphQL ```groovy -compileOnly 'systems.manifold:manifold-graphql:2024.1.14' -implementation 'systems.manifold:manifold-graphql-rt:2024.1.14' +compileOnly 'systems.manifold:manifold-graphql:2024.1.15' +implementation 'systems.manifold:manifold-graphql-rt:2024.1.15' ``` #### Manifold : JSON ```groovy -compileOnly 'systems.manifold:manifold-json:2024.1.14' -implementation 'systems.manifold:manifold-json-rt:2024.1.14' +compileOnly 'systems.manifold:manifold-json:2024.1.15' +implementation 'systems.manifold:manifold-json-rt:2024.1.15' ``` #### Manifold : XML ```groovy -compileOnly 'systems.manifold:manifold-xml:2024.1.14' -implementation 'systems.manifold:manifold-xml-rt:2024.1.14' +compileOnly 'systems.manifold:manifold-xml:2024.1.15' +implementation 'systems.manifold:manifold-xml-rt:2024.1.15' ``` #### Manifold : YAML ```groovy -compileOnly 'systems.manifold:manifold-yaml:2024.1.14' -implementation 'systems.manifold:manifold-yaml-rt:2024.1.14' +compileOnly 'systems.manifold:manifold-yaml:2024.1.15' +implementation 'systems.manifold:manifold-yaml-rt:2024.1.15' ``` #### Manifold : CSV ```groovy -compileOnly 'systems.manifold:manifold-csv:2024.1.14' -implementation 'systems.manifold:manifold-csb-rt:2024.1.14' +compileOnly 'systems.manifold:manifold-csv:2024.1.15' +implementation 'systems.manifold:manifold-csb-rt:2024.1.15' ``` #### Manifold : Properties Files ```groovy -compileOnly 'systems.manifold:manifold-properties:2024.1.14' +compileOnly 'systems.manifold:manifold-properties:2024.1.15' ``` #### Manifold : Image Files ```groovy -compileOnly 'systems.manifold:manifold-image:2024.1.14' +compileOnly 'systems.manifold:manifold-image:2024.1.15' ``` #### Manifold : JavaScript ```groovy -compileOnly 'systems.manifold:manifold-js:2024.1.14' -implementation 'systems.manifold:manifold-js-rt:2024.1.14' +compileOnly 'systems.manifold:manifold-js:2024.1.15' +implementation 'systems.manifold:manifold-js-rt:2024.1.15' ``` #### Manifold : Templates ```groovy -compileOnly 'systems.manifold:manifold-templates:2024.1.14' -implementation 'systems.manifold:manifold-templates-rt:2024.1.14' +compileOnly 'systems.manifold:manifold-templates:2024.1.15' +implementation 'systems.manifold:manifold-templates-rt:2024.1.15' ``` #### Manifold : String Interpolation ```groovy -compileOnly 'systems.manifold:manifold-strings:2024.1.14' +compileOnly 'systems.manifold:manifold-strings:2024.1.15' ``` #### Manifold : (Un)checked Exceptions ```groovy -compileOnly 'systems.manifold:manifold-exceptions:2024.1.14' +compileOnly 'systems.manifold:manifold-exceptions:2024.1.15' ``` #### Manifold : Preprocessor ```groovy -compileOnly 'systems.manifold:manifold-preprocessor:2024.1.14' +compileOnly 'systems.manifold:manifold-preprocessor:2024.1.15' ``` #### Manifold : Preprocessor : Android Symbols ```groovy -compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.14' +compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.15' ``` #### Manifold : Science ```groovy -implementation 'systems.manifold:manifold-science:2024.1.14' +implementation 'systems.manifold:manifold-science:2024.1.15' ``` #### Manifold : Collections Extension ```groovy -implementation 'systems.manifold:manifold-collections:2024.1.14' +implementation 'systems.manifold:manifold-collections:2024.1.15' ``` #### Manifold : IO Extensions ```groovy -implementation 'systems.manifold:manifold-io:2024.1.14' +implementation 'systems.manifold:manifold-io:2024.1.15' ``` #### Manifold : Text Extensions ```groovy -implementation 'systems.manifold:manifold-text:2024.1.14' +implementation 'systems.manifold:manifold-text:2024.1.15' ``` ## Resources @@ -165,7 +165,7 @@ build.gradle ```groovy dependencies { ... - compileOnly 'systems.manifold:manifold-preprocessor:2024.1.14' - compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.14' + compileOnly 'systems.manifold:manifold-preprocessor:2024.1.15' + compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.15' } ``` \ No newline at end of file diff --git a/docs/articles/operator_overloading.md b/docs/articles/operator_overloading.md index fdbd0deaa..2e1909d1c 100644 --- a/docs/articles/operator_overloading.md +++ b/docs/articles/operator_overloading.md @@ -272,7 +272,7 @@ modules use operator overloading and unit expressions extensively. ##Update: _2020/11/13_ > ->Release 2024.1.14 adds additional operator overloading support for: +>Release 2024.1.15 adds additional operator overloading support for: > >* infix/postfix increment/decrement operators `++` and `--` >* compound assignment: operators `+=`, `-=`, `*=`, `/=`, `%=`, diff --git a/docs/articles/unchecked.md b/docs/articles/unchecked.md index 1151f4c51..06b563fdd 100644 --- a/docs/articles/unchecked.md +++ b/docs/articles/unchecked.md @@ -59,10 +59,10 @@ existing project: ```groovy dependencies { // Add manifold-exceptions to neutralize checked exceptions - compile group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.14' + compile group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.15' // Add manifold-exceptions to -processorpath for javac (for Java 9+, not needed for Java 8) - annotationProcessor group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.14' + annotationProcessor group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.15' } tasks.withType(JavaCompile) { diff --git a/docs/cheatsheet.md_ b/docs/cheatsheet.md_ index 368d90492..e680a19f6 100644 --- a/docs/cheatsheet.md_ +++ b/docs/cheatsheet.md_ @@ -320,7 +320,7 @@ Enable the feature with the `manifold-strings` dependency: systems.manifold manifold-strings - 2024.1.14 + 2024.1.15 ``` @@ -629,7 +629,7 @@ To use Checked Exception handling you must add the `manifold-exceptions` depende systems.manifold manifold-exceptions - 2024.1.14 + 2024.1.15 ``` diff --git a/docs/docs.md b/docs/docs.md index eae8f0b72..621413ed6 100644 --- a/docs/docs.md +++ b/docs/docs.md @@ -346,13 +346,13 @@ For the convenience of non-maven/non-gradle users you can directly download late >from the list above. > >For instance, to use the *manifold-preprocessor* jar using **Ant** your project needs: ->* [manifold-preprocessor-2024.1.14.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold-preprocessor&v=RELEASE) ->* [manifold-2024.1.14.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold&v=RELEASE) ->* [manifold-util-2024.1.14.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold-util&v=RELEASE) +>* [manifold-preprocessor-2024.1.15.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold-preprocessor&v=RELEASE) +>* [manifold-2024.1.15.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold&v=RELEASE) +>* [manifold-util-2024.1.15.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold-util&v=RELEASE) > >As such your *javac* command line should include: >```text ->javac -Xplugin:Manifold -classpath /manifold-preprocessor-2024.1.14.jar;/manifold-2024.1.14.jar;/manifold-util-2024.1.14.jar +>javac -Xplugin:Manifold -classpath /manifold-preprocessor-2024.1.15.jar;/manifold-2024.1.15.jar;/manifold-util-2024.1.15.jar >``` * Download [Manifold : _Core_](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold&v=RELEASE) diff --git a/manifold-all/pom.xml b/manifold-all/pom.xml index 32833bfc1..a0fd33c85 100644 --- a/manifold-all/pom.xml +++ b/manifold-all/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-all diff --git a/manifold-core-parent/manifold-rt/pom.xml b/manifold-core-parent/manifold-rt/pom.xml index ed260df3f..5b059a290 100644 --- a/manifold-core-parent/manifold-rt/pom.xml +++ b/manifold-core-parent/manifold-rt/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-core-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-rt diff --git a/manifold-core-parent/manifold/README.md b/manifold-core-parent/manifold/README.md index eadc6c245..2c56a90f7 100644 --- a/manifold-core-parent/manifold/README.md +++ b/manifold-core-parent/manifold/README.md @@ -1,6 +1,6 @@ # Manifold : Core -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -741,11 +741,11 @@ repositories { } dependencies { - implementation 'systems.manifold:manifold-rt:2024.1.14' + implementation 'systems.manifold:manifold-rt:2024.1.15' testImplementation 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.14' - testAnnotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.14' + annotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.15' + testAnnotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -782,7 +782,7 @@ rootProject.name = 'MyProject' - 2024.1.14 + 2024.1.15 @@ -835,10 +835,10 @@ Comprehensive IDE support is also available for IntelliJ IDEA and Android Studio # Javadoc `manifold`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold/2024.1.15) `manifold-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-rt/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-rt/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-rt/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-rt/2024.1.15) # License diff --git a/manifold-core-parent/manifold/pom.xml b/manifold-core-parent/manifold/pom.xml index 479cdf949..c5a2f07b2 100644 --- a/manifold-core-parent/manifold/pom.xml +++ b/manifold-core-parent/manifold/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-core-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold diff --git a/manifold-core-parent/pom.xml b/manifold-core-parent/pom.xml index ffb39e87c..3c78c5bda 100644 --- a/manifold-core-parent/pom.xml +++ b/manifold-core-parent/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-core-parent @@ -28,7 +28,7 @@ manifold-javadoc-agent provided true - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT
diff --git a/manifold-deps-parent/manifold-collections-test/pom.xml b/manifold-deps-parent/manifold-collections-test/pom.xml index 1b10efb37..b8931fe39 100644 --- a/manifold-deps-parent/manifold-collections-test/pom.xml +++ b/manifold-deps-parent/manifold-collections-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-collections-test diff --git a/manifold-deps-parent/manifold-collections/README.md b/manifold-deps-parent/manifold-collections/README.md index 3dde2a5a0..06c48edbf 100644 --- a/manifold-deps-parent/manifold-collections/README.md +++ b/manifold-deps-parent/manifold-collections/README.md @@ -177,10 +177,10 @@ repositories { } dependencies { - implementation 'systems.manifold:manifold-collections:2024.1.14' + implementation 'systems.manifold:manifold-collections:2024.1.15' testImplementation 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor group: 'systems.manifold', name: 'manifold-collections', version: '2024.1.14' + annotationProcessor group: 'systems.manifold', name: 'manifold-collections', version: '2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -225,7 +225,7 @@ rootProject.name = 'MyExtProject' - 2024.1.14 + 2024.1.15 @@ -269,7 +269,7 @@ rootProject.name = 'MyExtProject' # Javadoc `manifold-collections`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-collections/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-collections/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-collections/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-collections/2024.1.15) # License diff --git a/manifold-deps-parent/manifold-collections/pom.xml b/manifold-deps-parent/manifold-collections/pom.xml index 90840bf28..bb1e937a6 100644 --- a/manifold-deps-parent/manifold-collections/pom.xml +++ b/manifold-deps-parent/manifold-collections/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-collections diff --git a/manifold-deps-parent/manifold-csv-rt/pom.xml b/manifold-deps-parent/manifold-csv-rt/pom.xml index 5f355d430..3f6c59fce 100644 --- a/manifold-deps-parent/manifold-csv-rt/pom.xml +++ b/manifold-deps-parent/manifold-csv-rt/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-csv-rt diff --git a/manifold-deps-parent/manifold-csv-test/pom.xml b/manifold-deps-parent/manifold-csv-test/pom.xml index de0f4dd33..e1cfe4ba2 100644 --- a/manifold-deps-parent/manifold-csv-test/pom.xml +++ b/manifold-deps-parent/manifold-csv-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-csv-test diff --git a/manifold-deps-parent/manifold-csv/README.md b/manifold-deps-parent/manifold-csv/README.md index 2fcdb45e6..27c8e6bc3 100644 --- a/manifold-deps-parent/manifold-csv/README.md +++ b/manifold-deps-parent/manifold-csv/README.md @@ -1,6 +1,6 @@ # Manifold : CSV (comma-separated values) -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -324,11 +324,11 @@ repositories { } dependencies { - implementation 'systems.manifold:manifold-csv-rt:2024.1.14' + implementation 'systems.manifold:manifold-csv-rt:2024.1.15' testCompile 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.14' - testAnnotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.14' + annotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.15' + testAnnotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -364,7 +364,7 @@ rootProject.name = 'MyProject' - 2024.1.14 + 2024.1.15 @@ -408,10 +408,10 @@ rootProject.name = 'MyProject' # Javadoc `manifold-csv`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-csv/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-csv/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-csv/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-csv/2024.1.15) `manifold-csv-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-csv-rt/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-csv-rt/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-csv-rt/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-csv-rt/2024.1.15) # License diff --git a/manifold-deps-parent/manifold-csv/pom.xml b/manifold-deps-parent/manifold-csv/pom.xml index 8164aa6cc..3278a994c 100644 --- a/manifold-deps-parent/manifold-csv/pom.xml +++ b/manifold-deps-parent/manifold-csv/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-csv diff --git a/manifold-deps-parent/manifold-darkj-test/pom.xml b/manifold-deps-parent/manifold-darkj-test/pom.xml index 11d4cfff7..753289530 100644 --- a/manifold-deps-parent/manifold-darkj-test/pom.xml +++ b/manifold-deps-parent/manifold-darkj-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-darkj-test diff --git a/manifold-deps-parent/manifold-darkj/README.md b/manifold-deps-parent/manifold-darkj/README.md index 1e9b801f0..91cde4f19 100644 --- a/manifold-deps-parent/manifold-darkj/README.md +++ b/manifold-deps-parent/manifold-darkj/README.md @@ -1,6 +1,6 @@ # Manifold : Dark Java -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -159,7 +159,7 @@ repositories { } dependencies { - implementation group: 'systems.manifold', name: 'manifold-darkj', version: '2024.1.14' + implementation group: 'systems.manifold', name: 'manifold-darkj', version: '2024.1.15' testCompile group: 'junit', name: 'junit', version: '4.12' if (JavaVersion.current() == JavaVersion.VERSION_1_8) { @@ -168,7 +168,7 @@ dependencies { compile files( "${System.properties['java.home']}/../lib/tools.jar" ) } // Add manifold to -processorpath for javac - annotationProcessor group: 'systems.manifold', name: 'manifold-darkj', version: '2024.1.14' + annotationProcessor group: 'systems.manifold', name: 'manifold-darkj', version: '2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -215,7 +215,7 @@ rootProject.name = 'MyDarkJavaProject' - 2024.1.14 + 2024.1.15 @@ -283,7 +283,7 @@ rootProject.name = 'MyDarkJavaProject' - 2024.1.14 + 2024.1.15 diff --git a/manifold-deps-parent/manifold-darkj/pom.xml b/manifold-deps-parent/manifold-darkj/pom.xml index 63587870d..9627cb229 100644 --- a/manifold-deps-parent/manifold-darkj/pom.xml +++ b/manifold-deps-parent/manifold-darkj/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-darkj diff --git a/manifold-deps-parent/manifold-delegation-rt/pom.xml b/manifold-deps-parent/manifold-delegation-rt/pom.xml index 84a4a73ea..429e13376 100644 --- a/manifold-deps-parent/manifold-delegation-rt/pom.xml +++ b/manifold-deps-parent/manifold-delegation-rt/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-delegation-rt diff --git a/manifold-deps-parent/manifold-delegation-test/pom.xml b/manifold-deps-parent/manifold-delegation-test/pom.xml index 43d806b8d..8838da43c 100644 --- a/manifold-deps-parent/manifold-delegation-test/pom.xml +++ b/manifold-deps-parent/manifold-delegation-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-delegation-test diff --git a/manifold-deps-parent/manifold-delegation/README.md b/manifold-deps-parent/manifold-delegation/README.md index e5ce0c123..6f1ac4947 100644 --- a/manifold-deps-parent/manifold-delegation/README.md +++ b/manifold-deps-parent/manifold-delegation/README.md @@ -2,7 +2,7 @@ # Delegation with links & parts -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -476,11 +476,11 @@ repositories { } dependencies { - implementation 'systems.manifold:manifold-delegation-rt:2024.1.14' + implementation 'systems.manifold:manifold-delegation-rt:2024.1.15' testImplementation 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor 'systems.manifold:manifold-delegation:2024.1.14' - testAnnotationProcessor 'systems.manifold:manifold-delegation:2024.1.14' + annotationProcessor 'systems.manifold:manifold-delegation:2024.1.15' + testAnnotationProcessor 'systems.manifold:manifold-delegation:2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -516,7 +516,7 @@ rootProject.name = 'MyProject' - 2024.1.14 + 2024.1.15 @@ -560,10 +560,10 @@ rootProject.name = 'MyProject' # Javadoc `manifold-delegation`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-delegation/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-delegation/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-delegation/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-delegation/2024.1.15) `manifold-delegation-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-delegation-rt/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-delegation-rt/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-delegation-rt/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-delegation-rt/2024.1.15) # License diff --git a/manifold-deps-parent/manifold-delegation/pom.xml b/manifold-deps-parent/manifold-delegation/pom.xml index 71e754f62..99ce36249 100644 --- a/manifold-deps-parent/manifold-delegation/pom.xml +++ b/manifold-deps-parent/manifold-delegation/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-delegation diff --git a/manifold-deps-parent/manifold-exceptions-test/pom.xml b/manifold-deps-parent/manifold-exceptions-test/pom.xml index b68160f9d..1f5bcc5ae 100644 --- a/manifold-deps-parent/manifold-exceptions-test/pom.xml +++ b/manifold-deps-parent/manifold-exceptions-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-exceptions-test diff --git a/manifold-deps-parent/manifold-exceptions/README.md b/manifold-deps-parent/manifold-exceptions/README.md index e33c3545d..4733e0e9e 100644 --- a/manifold-deps-parent/manifold-exceptions/README.md +++ b/manifold-deps-parent/manifold-exceptions/README.md @@ -1,6 +1,6 @@ # Manifold : Exceptions -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -128,11 +128,11 @@ repositories { } dependencies { - compileOnly 'systems.manifold:manifold-rt:2024.1.14' + compileOnly 'systems.manifold:manifold-rt:2024.1.15' testImplementation 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.14' - testAnnotationProcessor group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.14' + annotationProcessor group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.15' + testAnnotationProcessor group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -168,7 +168,7 @@ rootProject.name = 'MyProject' - 2024.1.14 + 2024.1.15 @@ -214,7 +214,7 @@ rootProject.name = 'MyProject' # Javadoc `manifold-exceptions`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-exceptions/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-exceptions/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-exceptions/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-exceptions/2024.1.15) # License diff --git a/manifold-deps-parent/manifold-exceptions/pom.xml b/manifold-deps-parent/manifold-exceptions/pom.xml index 916546037..2331f07ee 100644 --- a/manifold-deps-parent/manifold-exceptions/pom.xml +++ b/manifold-deps-parent/manifold-exceptions/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-exceptions diff --git a/manifold-deps-parent/manifold-ext-middle-test/pom.xml b/manifold-deps-parent/manifold-ext-middle-test/pom.xml index e6d070cc0..d218fec46 100644 --- a/manifold-deps-parent/manifold-ext-middle-test/pom.xml +++ b/manifold-deps-parent/manifold-ext-middle-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-ext-middle-test diff --git a/manifold-deps-parent/manifold-ext-producer-sample-test/pom.xml b/manifold-deps-parent/manifold-ext-producer-sample-test/pom.xml index f9f1f6558..6feb7f00f 100644 --- a/manifold-deps-parent/manifold-ext-producer-sample-test/pom.xml +++ b/manifold-deps-parent/manifold-ext-producer-sample-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-ext-producer-sample-test diff --git a/manifold-deps-parent/manifold-ext-producer-sample/pom.xml b/manifold-deps-parent/manifold-ext-producer-sample/pom.xml index 9c11ca982..e335f4e85 100644 --- a/manifold-deps-parent/manifold-ext-producer-sample/pom.xml +++ b/manifold-deps-parent/manifold-ext-producer-sample/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-ext-producer-sample diff --git a/manifold-deps-parent/manifold-ext-rt/pom.xml b/manifold-deps-parent/manifold-ext-rt/pom.xml index bfafec6ee..1b1bb16f3 100644 --- a/manifold-deps-parent/manifold-ext-rt/pom.xml +++ b/manifold-deps-parent/manifold-ext-rt/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-ext-rt diff --git a/manifold-deps-parent/manifold-ext-test/pom.xml b/manifold-deps-parent/manifold-ext-test/pom.xml index bb256f0d4..34ae5b629 100644 --- a/manifold-deps-parent/manifold-ext-test/pom.xml +++ b/manifold-deps-parent/manifold-ext-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-ext-test diff --git a/manifold-deps-parent/manifold-ext/README.md b/manifold-deps-parent/manifold-ext/README.md index a72a569e3..6af293d62 100644 --- a/manifold-deps-parent/manifold-ext/README.md +++ b/manifold-deps-parent/manifold-ext/README.md @@ -1,6 +1,6 @@ # Manifold : Java Extensions -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -2100,12 +2100,12 @@ repositories { } dependencies { - implementation 'systems.manifold:manifold-ext-rt:2024.1.14' + implementation 'systems.manifold:manifold-ext-rt:2024.1.15' testCompile 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor group: 'systems.manifold', name: 'manifold-ext', version: '2024.1.14' - testAnnotationProcessor group: 'systems.manifold', name: 'manifold-ext', version: '2024.1.14' + annotationProcessor group: 'systems.manifold', name: 'manifold-ext', version: '2024.1.15' + testAnnotationProcessor group: 'systems.manifold', name: 'manifold-ext', version: '2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -2141,7 +2141,7 @@ rootProject.name = 'MyExtProject' - 2024.1.14 + 2024.1.15 @@ -2191,10 +2191,10 @@ with javadoc. # Javadoc `manifold-ext`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-ext/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-ext/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-ext/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-ext/2024.1.15) `manifold-ext-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-ext-rt/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-ext-rt/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-ext-rt/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-ext-rt/2024.1.15) # License diff --git a/manifold-deps-parent/manifold-ext/pom.xml b/manifold-deps-parent/manifold-ext/pom.xml index 3a829834c..dfa8af3d0 100644 --- a/manifold-deps-parent/manifold-ext/pom.xml +++ b/manifold-deps-parent/manifold-ext/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-ext diff --git a/manifold-deps-parent/manifold-graphql-rt/pom.xml b/manifold-deps-parent/manifold-graphql-rt/pom.xml index 6427e906f..018da0c3b 100644 --- a/manifold-deps-parent/manifold-graphql-rt/pom.xml +++ b/manifold-deps-parent/manifold-graphql-rt/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-graphql-rt diff --git a/manifold-deps-parent/manifold-graphql-test/pom.xml b/manifold-deps-parent/manifold-graphql-test/pom.xml index 962b17e17..ccf12087c 100644 --- a/manifold-deps-parent/manifold-graphql-test/pom.xml +++ b/manifold-deps-parent/manifold-graphql-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-graphql-test diff --git a/manifold-deps-parent/manifold-graphql/README.md b/manifold-deps-parent/manifold-graphql/README.md index 610d42b15..2de78b618 100644 --- a/manifold-deps-parent/manifold-graphql/README.md +++ b/manifold-deps-parent/manifold-graphql/README.md @@ -1,6 +1,6 @@ # The GraphQL Manifold -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -212,8 +212,8 @@ for (var movie : actionMovies) { >``` > Configure dependencies like this: > ```groovy -> implementation 'systems.manifold:manifold-props-rt:2024.1.14' -> annotationProcessor 'systems.manifold:manifold-props:2024.1.14' +> implementation 'systems.manifold:manifold-props-rt:2024.1.15' +> annotationProcessor 'systems.manifold:manifold-props:2024.1.15' >``` > See complete [setup docs](https://github.com/manifold-systems/manifold/tree/master/manifold-deps-parent/manifold-props#maven) for details. @@ -672,11 +672,11 @@ repositories { } dependencies { - implementation 'systems.manifold:manifold-graphql-rt:2024.1.14' + implementation 'systems.manifold:manifold-graphql-rt:2024.1.15' testImplementation 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor 'systems.manifold:manifold-graphql:2024.1.14' - testAnnotationProcessor 'systems.manifold:manifold-graphql:2024.1.14' + annotationProcessor 'systems.manifold:manifold-graphql:2024.1.15' + testAnnotationProcessor 'systems.manifold:manifold-graphql:2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -712,7 +712,7 @@ rootProject.name = 'MyProject' - 2024.1.14 + 2024.1.15 @@ -756,10 +756,10 @@ rootProject.name = 'MyProject' # Javadoc `manifold-graphql`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-graphql/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-graphql/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-graphql/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-graphql/2024.1.15) `manifold-graphql-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-graphql-rt/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-graphql-rt/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-graphql-rt/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-graphql-rt/2024.1.15) # License diff --git a/manifold-deps-parent/manifold-graphql/pom.xml b/manifold-deps-parent/manifold-graphql/pom.xml index 25b72c559..b9260e6fb 100644 --- a/manifold-deps-parent/manifold-graphql/pom.xml +++ b/manifold-deps-parent/manifold-graphql/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-graphql diff --git a/manifold-deps-parent/manifold-highjump-test/pom.xml b/manifold-deps-parent/manifold-highjump-test/pom.xml index 7d87258c7..59a14679c 100644 --- a/manifold-deps-parent/manifold-highjump-test/pom.xml +++ b/manifold-deps-parent/manifold-highjump-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-highjump-test diff --git a/manifold-deps-parent/manifold-highjump/pom.xml b/manifold-deps-parent/manifold-highjump/pom.xml index 3c37e61a0..8f0c6b780 100644 --- a/manifold-deps-parent/manifold-highjump/pom.xml +++ b/manifold-deps-parent/manifold-highjump/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-highjump diff --git a/manifold-deps-parent/manifold-image-test/pom.xml b/manifold-deps-parent/manifold-image-test/pom.xml index ee98bf17c..cf22978ff 100644 --- a/manifold-deps-parent/manifold-image-test/pom.xml +++ b/manifold-deps-parent/manifold-image-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-image-test diff --git a/manifold-deps-parent/manifold-image/README.md b/manifold-deps-parent/manifold-image/README.md index 38484ebfc..5adcf9ca6 100644 --- a/manifold-deps-parent/manifold-image/README.md +++ b/manifold-deps-parent/manifold-image/README.md @@ -1,6 +1,6 @@ # Manifold : Image -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -109,11 +109,11 @@ repositories { } dependencies { - compileOnly 'systems.manifold:manifold-rt:2024.1.14' + compileOnly 'systems.manifold:manifold-rt:2024.1.15' testImplementation 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor 'systems.manifold:manifold-image:2024.1.14' - testAnnotationProcessor 'systems.manifold:manifold-image:2024.1.14' + annotationProcessor 'systems.manifold:manifold-image:2024.1.15' + testAnnotationProcessor 'systems.manifold:manifold-image:2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -157,7 +157,7 @@ module MyProject { - 2024.1.14 + 2024.1.15 @@ -211,7 +211,7 @@ module my.image.app { # Javadoc `manifold-image`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-image/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-image/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-image/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-image/2024.1.15) # License diff --git a/manifold-deps-parent/manifold-image/pom.xml b/manifold-deps-parent/manifold-image/pom.xml index 6a3664b73..e206e8f3c 100644 --- a/manifold-deps-parent/manifold-image/pom.xml +++ b/manifold-deps-parent/manifold-image/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-image diff --git a/manifold-deps-parent/manifold-io-test/pom.xml b/manifold-deps-parent/manifold-io-test/pom.xml index 9da5f4d17..36277a246 100644 --- a/manifold-deps-parent/manifold-io-test/pom.xml +++ b/manifold-deps-parent/manifold-io-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-io-test diff --git a/manifold-deps-parent/manifold-io/pom.xml b/manifold-deps-parent/manifold-io/pom.xml index 71470599b..30e66e771 100644 --- a/manifold-deps-parent/manifold-io/pom.xml +++ b/manifold-deps-parent/manifold-io/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-io diff --git a/manifold-deps-parent/manifold-js-rt/pom.xml b/manifold-deps-parent/manifold-js-rt/pom.xml index b2ff1c18c..0f83010f9 100644 --- a/manifold-deps-parent/manifold-js-rt/pom.xml +++ b/manifold-deps-parent/manifold-js-rt/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-js-rt diff --git a/manifold-deps-parent/manifold-js-test/pom.xml b/manifold-deps-parent/manifold-js-test/pom.xml index bf80d059f..f058d29c5 100644 --- a/manifold-deps-parent/manifold-js-test/pom.xml +++ b/manifold-deps-parent/manifold-js-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-js-test diff --git a/manifold-deps-parent/manifold-js/README.md b/manifold-deps-parent/manifold-js/README.md index 91aac2e49..219a69294 100644 --- a/manifold-deps-parent/manifold-js/README.md +++ b/manifold-deps-parent/manifold-js/README.md @@ -1,6 +1,6 @@ # Manifold : Javascript -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -192,11 +192,11 @@ repositories { } dependencies { - implementation 'systems.manifold:manifold-js-rt:2024.1.14' + implementation 'systems.manifold:manifold-js-rt:2024.1.15' testImplementation 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor 'systems.manifold:manifold-js:2024.1.14' - testAnnotationProcessor 'systems.manifold:manifold-js:2024.1.14' + annotationProcessor 'systems.manifold:manifold-js:2024.1.15' + testAnnotationProcessor 'systems.manifold:manifold-js:2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -232,7 +232,7 @@ rootProject.name = 'MyProject' - 2024.1.14 + 2024.1.15 diff --git a/manifold-deps-parent/manifold-js/pom.xml b/manifold-deps-parent/manifold-js/pom.xml index 8212b071e..fb6ba3d00 100644 --- a/manifold-deps-parent/manifold-js/pom.xml +++ b/manifold-deps-parent/manifold-js/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-js diff --git a/manifold-deps-parent/manifold-json-rt/pom.xml b/manifold-deps-parent/manifold-json-rt/pom.xml index cfb9bc9fb..c163f4d64 100644 --- a/manifold-deps-parent/manifold-json-rt/pom.xml +++ b/manifold-deps-parent/manifold-json-rt/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-json-rt diff --git a/manifold-deps-parent/manifold-json-test/pom.xml b/manifold-deps-parent/manifold-json-test/pom.xml index a49921a73..890c34a72 100644 --- a/manifold-deps-parent/manifold-json-test/pom.xml +++ b/manifold-deps-parent/manifold-json-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-json-test diff --git a/manifold-deps-parent/manifold-json/README.md b/manifold-deps-parent/manifold-json/README.md index e0e506177..789bb2fa3 100644 --- a/manifold-deps-parent/manifold-json/README.md +++ b/manifold-deps-parent/manifold-json/README.md @@ -1,6 +1,6 @@ # Manifold : JSON and JSON Schema -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -579,11 +579,11 @@ repositories { } dependencies { - implementation 'systems.manifold:manifold-json-rt:2024.1.14' + implementation 'systems.manifold:manifold-json-rt:2024.1.15' testImplementation 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor 'systems.manifold:manifold-json:2024.1.14' - testAnnotationProcessor 'systems.manifold:manifold-json:2024.1.14' + annotationProcessor 'systems.manifold:manifold-json:2024.1.15' + testAnnotationProcessor 'systems.manifold:manifold-json:2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -619,7 +619,7 @@ rootProject.name = 'MyProject' - 2024.1.14 + 2024.1.15 @@ -663,10 +663,10 @@ rootProject.name = 'MyProject' # Javadoc `manifold-json`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-json/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-json/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-json/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-json/2024.1.15) `manifold-json-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-json-rt/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-json-rt/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-json-rt/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-json-rt/2024.1.15) # License diff --git a/manifold-deps-parent/manifold-json/pom.xml b/manifold-deps-parent/manifold-json/pom.xml index 854565796..cf05f149f 100644 --- a/manifold-deps-parent/manifold-json/pom.xml +++ b/manifold-deps-parent/manifold-json/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-json diff --git a/manifold-deps-parent/manifold-preprocessor-android-syms/pom.xml b/manifold-deps-parent/manifold-preprocessor-android-syms/pom.xml index 7f5d7aecc..b6e408d2a 100644 --- a/manifold-deps-parent/manifold-preprocessor-android-syms/pom.xml +++ b/manifold-deps-parent/manifold-preprocessor-android-syms/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-preprocessor-android-syms diff --git a/manifold-deps-parent/manifold-preprocessor-test/pom.xml b/manifold-deps-parent/manifold-preprocessor-test/pom.xml index c7d9cbec5..590843240 100644 --- a/manifold-deps-parent/manifold-preprocessor-test/pom.xml +++ b/manifold-deps-parent/manifold-preprocessor-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-preprocessor-test diff --git a/manifold-deps-parent/manifold-preprocessor/pom.xml b/manifold-deps-parent/manifold-preprocessor/pom.xml index 36fc6d717..e9b631082 100644 --- a/manifold-deps-parent/manifold-preprocessor/pom.xml +++ b/manifold-deps-parent/manifold-preprocessor/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-preprocessor diff --git a/manifold-deps-parent/manifold-preprocessor/readme.md b/manifold-deps-parent/manifold-preprocessor/readme.md index b4b3702cc..ab0a18d05 100644 --- a/manifold-deps-parent/manifold-preprocessor/readme.md +++ b/manifold-deps-parent/manifold-preprocessor/readme.md @@ -1,6 +1,6 @@ # Java Preprocessor -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -443,8 +443,8 @@ repositories { dependencies { testCompile 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor 'systems.manifold:manifold-preprocessor:2024.1.14' - testAnnotationProcessor 'systems.manifold:manifold-preprocessor:2024.1.14' + annotationProcessor 'systems.manifold:manifold-preprocessor:2024.1.15' + testAnnotationProcessor 'systems.manifold:manifold-preprocessor:2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -480,7 +480,7 @@ rootProject.name = 'MyPreprocessorProject' - 2024.1.14 + 2024.1.15 @@ -522,7 +522,7 @@ with javadoc. # Javadoc `manifold-preprocessor`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-preprocessor/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-preprocessor/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-preprocessor/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-preprocessor/2024.1.15) # License diff --git a/manifold-deps-parent/manifold-properties-test/pom.xml b/manifold-deps-parent/manifold-properties-test/pom.xml index 15d33c559..0aae9a19d 100644 --- a/manifold-deps-parent/manifold-properties-test/pom.xml +++ b/manifold-deps-parent/manifold-properties-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-properties-test diff --git a/manifold-deps-parent/manifold-properties/README.md b/manifold-deps-parent/manifold-properties/README.md index 85605abb0..c40697cd5 100644 --- a/manifold-deps-parent/manifold-properties/README.md +++ b/manifold-deps-parent/manifold-properties/README.md @@ -1,6 +1,6 @@ # Manifold : Properties -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -108,8 +108,8 @@ repositories { dependencies { testImplementation 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor 'systems.manifold:manifold-properties:2024.1.14' - compileOnly 'systems.manifold:manifold-rt:2024.1.14' + annotationProcessor 'systems.manifold:manifold-properties:2024.1.15' + compileOnly 'systems.manifold:manifold-rt:2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -151,7 +151,7 @@ module MyProject { - 2024.1.14 + 2024.1.15 @@ -203,7 +203,7 @@ module my.properties.app { # Javadoc `manifold-properties`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-properties/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-properties/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-properties/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-properties/2024.1.15) # License diff --git a/manifold-deps-parent/manifold-properties/pom.xml b/manifold-deps-parent/manifold-properties/pom.xml index 755323c2b..6c7fbc98e 100644 --- a/manifold-deps-parent/manifold-properties/pom.xml +++ b/manifold-deps-parent/manifold-properties/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-properties diff --git a/manifold-deps-parent/manifold-props-middle-test/pom.xml b/manifold-deps-parent/manifold-props-middle-test/pom.xml index cc2f04fb4..be1eeb4ec 100644 --- a/manifold-deps-parent/manifold-props-middle-test/pom.xml +++ b/manifold-deps-parent/manifold-props-middle-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-props-middle-test diff --git a/manifold-deps-parent/manifold-props-rt/pom.xml b/manifold-deps-parent/manifold-props-rt/pom.xml index cc7f0369f..d9507eae8 100644 --- a/manifold-deps-parent/manifold-props-rt/pom.xml +++ b/manifold-deps-parent/manifold-props-rt/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-props-rt diff --git a/manifold-deps-parent/manifold-props-test/pom.xml b/manifold-deps-parent/manifold-props-test/pom.xml index 96ec3f74a..5fcf25463 100644 --- a/manifold-deps-parent/manifold-props-test/pom.xml +++ b/manifold-deps-parent/manifold-props-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-props-test diff --git a/manifold-deps-parent/manifold-props/README.md b/manifold-deps-parent/manifold-props/README.md index e7dd651b7..209b47882 100644 --- a/manifold-deps-parent/manifold-props/README.md +++ b/manifold-deps-parent/manifold-props/README.md @@ -2,7 +2,7 @@ # Properties for Java -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -466,11 +466,11 @@ repositories { } dependencies { - implementation 'systems.manifold:manifold-props-rt:2024.1.14' + implementation 'systems.manifold:manifold-props-rt:2024.1.15' testImplementation 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor 'systems.manifold:manifold-props:2024.1.14' - testAnnotationProcessor 'systems.manifold:manifold-props:2024.1.14' + annotationProcessor 'systems.manifold:manifold-props:2024.1.15' + testAnnotationProcessor 'systems.manifold:manifold-props:2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -506,7 +506,7 @@ rootProject.name = 'MyProject' - 2024.1.14 + 2024.1.15 @@ -555,10 +555,10 @@ with javadoc. # Javadoc `manifold-props`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-props/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-props/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-props/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-props/2024.1.15) `manifold-props-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-props-rt/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-props-rt/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-props-rt/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-props-rt/2024.1.15) # License diff --git a/manifold-deps-parent/manifold-props/pom.xml b/manifold-deps-parent/manifold-props/pom.xml index 49f32d526..fd8752a6c 100644 --- a/manifold-deps-parent/manifold-props/pom.xml +++ b/manifold-deps-parent/manifold-props/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-props diff --git a/manifold-deps-parent/manifold-science-test/pom.xml b/manifold-deps-parent/manifold-science-test/pom.xml index add21874f..4d32ad2e6 100644 --- a/manifold-deps-parent/manifold-science-test/pom.xml +++ b/manifold-deps-parent/manifold-science-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-science-test diff --git a/manifold-deps-parent/manifold-science/README.md b/manifold-deps-parent/manifold-science/README.md index e52f3e2b5..660310c75 100644 --- a/manifold-deps-parent/manifold-science/README.md +++ b/manifold-deps-parent/manifold-science/README.md @@ -2,7 +2,7 @@ # Manifold : Science -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -330,11 +330,11 @@ repositories { } dependencies { - implementation 'systems.manifold:manifold-science:2024.1.14' + implementation 'systems.manifold:manifold-science:2024.1.15' testImplementation 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor 'systems.manifold:manifold-ext:2024.1.14' - testAnnotationProcessor 'systems.manifold:manifold-ext:2024.1.14' + annotationProcessor 'systems.manifold:manifold-ext:2024.1.15' + testAnnotationProcessor 'systems.manifold:manifold-ext:2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -370,7 +370,7 @@ rootProject.name = 'MyExtProject' - 2024.1.14 + 2024.1.15 @@ -414,7 +414,7 @@ rootProject.name = 'MyExtProject' # Javadoc `manifold-science`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-science/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-science/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-science/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-science/2024.1.15) # License diff --git a/manifold-deps-parent/manifold-science/pom.xml b/manifold-deps-parent/manifold-science/pom.xml index 499c1092f..86115e40e 100644 --- a/manifold-deps-parent/manifold-science/pom.xml +++ b/manifold-deps-parent/manifold-science/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-science diff --git a/manifold-deps-parent/manifold-sql-inproc-test/pom.xml b/manifold-deps-parent/manifold-sql-inproc-test/pom.xml index 822943201..141fc6c8e 100644 --- a/manifold-deps-parent/manifold-sql-inproc-test/pom.xml +++ b/manifold-deps-parent/manifold-sql-inproc-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-sql-inproc-test diff --git a/manifold-deps-parent/manifold-sql-outproc-test/pom.xml b/manifold-deps-parent/manifold-sql-outproc-test/pom.xml index 6e989efb9..c40eba155 100644 --- a/manifold-deps-parent/manifold-sql-outproc-test/pom.xml +++ b/manifold-deps-parent/manifold-sql-outproc-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-sql-outproc-test diff --git a/manifold-deps-parent/manifold-sql-rt/pom.xml b/manifold-deps-parent/manifold-sql-rt/pom.xml index 70d79d886..19979e1a0 100644 --- a/manifold-deps-parent/manifold-sql-rt/pom.xml +++ b/manifold-deps-parent/manifold-sql-rt/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-sql-rt diff --git a/manifold-deps-parent/manifold-sql/pom.xml b/manifold-deps-parent/manifold-sql/pom.xml index 557a52bd7..b0a63c4d4 100644 --- a/manifold-deps-parent/manifold-sql/pom.xml +++ b/manifold-deps-parent/manifold-sql/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-sql diff --git a/manifold-deps-parent/manifold-sql/readme.md b/manifold-deps-parent/manifold-sql/readme.md index a8880e62f..c3e4e170e 100644 --- a/manifold-deps-parent/manifold-sql/readme.md +++ b/manifold-deps-parent/manifold-sql/readme.md @@ -4,7 +4,7 @@ # Manifold SQL -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -207,9 +207,9 @@ repositories { dependencies { // Manifold dependencies - implementation 'systems.manifold:manifold-sql-rt:2024.1.14' - annotationProcessor 'systems.manifold:manifold-sql:2024.1.14' - testAnnotationProcessor 'systems.manifold:manifold-sql:2024.1.14' + implementation 'systems.manifold:manifold-sql-rt:2024.1.15' + annotationProcessor 'systems.manifold:manifold-sql:2024.1.15' + testAnnotationProcessor 'systems.manifold:manifold-sql:2024.1.15' // Add your JDBC driver here, this is just an example using postgres implementation 'org.postgresql:postgresql:42.6.0' @@ -250,7 +250,7 @@ rootProject.name = 'MyProject' - 2024.1.14 + 2024.1.15 11 @@ -1322,10 +1322,10 @@ commands. You'll know instantly whether your SQL is valid and, if not, what is w # Javadoc `manifold-sql`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-sql/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-sql/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-sql/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-sql/2024.1.15) `manifold-sql-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-sql-rt/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-sql-rt/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-sql-rt/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-sql-rt/2024.1.15) # License diff --git a/manifold-deps-parent/manifold-strings-test-excl/pom.xml b/manifold-deps-parent/manifold-strings-test-excl/pom.xml index 4d24153ce..ce66b7e01 100644 --- a/manifold-deps-parent/manifold-strings-test-excl/pom.xml +++ b/manifold-deps-parent/manifold-strings-test-excl/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-strings-test-excl diff --git a/manifold-deps-parent/manifold-strings-test/pom.xml b/manifold-deps-parent/manifold-strings-test/pom.xml index 652b0fc85..e5f24fac4 100644 --- a/manifold-deps-parent/manifold-strings-test/pom.xml +++ b/manifold-deps-parent/manifold-strings-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-strings-test diff --git a/manifold-deps-parent/manifold-strings/README.md b/manifold-deps-parent/manifold-strings/README.md index 87e853172..942831440 100644 --- a/manifold-deps-parent/manifold-strings/README.md +++ b/manifold-deps-parent/manifold-strings/README.md @@ -1,6 +1,6 @@ # Manifold : String Templates (aka String Interpolation) -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -167,8 +167,8 @@ repositories { dependencies { testImplementation 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor 'systems.manifold:manifold-strings:2024.1.14' - testAnnotationProcessor 'systems.manifold:manifold-strings:2024.1.14' + annotationProcessor 'systems.manifold:manifold-strings:2024.1.15' + testAnnotationProcessor 'systems.manifold:manifold-strings:2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -210,7 +210,7 @@ module MyProject { - 2024.1.14 + 2024.1.15 diff --git a/manifold-deps-parent/manifold-strings/pom.xml b/manifold-deps-parent/manifold-strings/pom.xml index 0b0870bbf..a109f581d 100644 --- a/manifold-deps-parent/manifold-strings/pom.xml +++ b/manifold-deps-parent/manifold-strings/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-strings diff --git a/manifold-deps-parent/manifold-templates-rt/pom.xml b/manifold-deps-parent/manifold-templates-rt/pom.xml index 01781b0f5..d8834f322 100644 --- a/manifold-deps-parent/manifold-templates-rt/pom.xml +++ b/manifold-deps-parent/manifold-templates-rt/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-templates-rt Manifold :: Templates Runtime diff --git a/manifold-deps-parent/manifold-templates-test/pom.xml b/manifold-deps-parent/manifold-templates-test/pom.xml index 9f5d01166..d155cc6d2 100644 --- a/manifold-deps-parent/manifold-templates-test/pom.xml +++ b/manifold-deps-parent/manifold-templates-test/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-templates-test diff --git a/manifold-deps-parent/manifold-templates/README.md b/manifold-deps-parent/manifold-templates/README.md index 77da875f5..d952ef0ca 100644 --- a/manifold-deps-parent/manifold-templates/README.md +++ b/manifold-deps-parent/manifold-templates/README.md @@ -1,6 +1,6 @@ # ManTL (Manifold Template Language) -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -766,11 +766,11 @@ repositories { } dependencies { - implementation 'systems.manifold:manifold-templates-rt:2024.1.14' + implementation 'systems.manifold:manifold-templates-rt:2024.1.15' testImplementation 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor 'systems.manifold:manifold-templates:2024.1.14' - testAnnotationProcessor 'systems.manifold:manifold-templates:2024.1.14' + annotationProcessor 'systems.manifold:manifold-templates:2024.1.15' + testAnnotationProcessor 'systems.manifold:manifold-templates:2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -806,7 +806,7 @@ rootProject.name = 'MyProject' - 2024.1.14 + 2024.1.15 @@ -850,10 +850,10 @@ rootProject.name = 'MyProject' # Javadoc `manifold-templates`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-templates/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-templates/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-templates/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-templates/2024.1.15) `manifold-templates-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-templates-rt/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-templates-rt/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-templates-rt/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-templates-rt/2024.1.15) # License diff --git a/manifold-deps-parent/manifold-templates/pom.xml b/manifold-deps-parent/manifold-templates/pom.xml index 860cf0b35..01da121e6 100644 --- a/manifold-deps-parent/manifold-templates/pom.xml +++ b/manifold-deps-parent/manifold-templates/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-templates Manifold :: Templates diff --git a/manifold-deps-parent/manifold-test/pom.xml b/manifold-deps-parent/manifold-test/pom.xml index a5160d71e..2265e04fb 100644 --- a/manifold-deps-parent/manifold-test/pom.xml +++ b/manifold-deps-parent/manifold-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-test diff --git a/manifold-deps-parent/manifold-text-test/pom.xml b/manifold-deps-parent/manifold-text-test/pom.xml index 6b1f41c86..f7bb09b44 100644 --- a/manifold-deps-parent/manifold-text-test/pom.xml +++ b/manifold-deps-parent/manifold-text-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-text-test diff --git a/manifold-deps-parent/manifold-text/pom.xml b/manifold-deps-parent/manifold-text/pom.xml index 96e0609d1..c4ff68d9b 100644 --- a/manifold-deps-parent/manifold-text/pom.xml +++ b/manifold-deps-parent/manifold-text/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-text diff --git a/manifold-deps-parent/manifold-tuple-rt/pom.xml b/manifold-deps-parent/manifold-tuple-rt/pom.xml index ad71efa0b..89bac0a6b 100644 --- a/manifold-deps-parent/manifold-tuple-rt/pom.xml +++ b/manifold-deps-parent/manifold-tuple-rt/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-tuple-rt diff --git a/manifold-deps-parent/manifold-tuple-test/pom.xml b/manifold-deps-parent/manifold-tuple-test/pom.xml index 6c831452e..ee0e5dfe6 100644 --- a/manifold-deps-parent/manifold-tuple-test/pom.xml +++ b/manifold-deps-parent/manifold-tuple-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-tuple-test diff --git a/manifold-deps-parent/manifold-tuple/README.md b/manifold-deps-parent/manifold-tuple/README.md index 88d488ad3..7fdbe5e3e 100644 --- a/manifold-deps-parent/manifold-tuple/README.md +++ b/manifold-deps-parent/manifold-tuple/README.md @@ -2,7 +2,7 @@ # Manifold : Tuples -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -239,11 +239,11 @@ repositories { } dependencies { - implementation 'systems.manifold:manifold-tuple-rt:2024.1.14' + implementation 'systems.manifold:manifold-tuple-rt:2024.1.15' testCompile 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor group: 'systems.manifold', name: 'manifold-tuple', version: '2024.1.14' - testAnnotationProcessor group: 'systems.manifold', name: 'manifold-tuple', version: '2024.1.14' + annotationProcessor group: 'systems.manifold', name: 'manifold-tuple', version: '2024.1.15' + testAnnotationProcessor group: 'systems.manifold', name: 'manifold-tuple', version: '2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -279,7 +279,7 @@ rootProject.name = 'MyProject' - 2024.1.14 + 2024.1.15 @@ -323,10 +323,10 @@ rootProject.name = 'MyProject' # Javadoc `manifold-tuple`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-tuple/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-tuple/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-tuple/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-tuple/2024.1.15) `manifold-tuple-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-tuple-rt/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-tuple-rt/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-tuple-rt/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-tuple-rt/2024.1.15) # License diff --git a/manifold-deps-parent/manifold-tuple/pom.xml b/manifold-deps-parent/manifold-tuple/pom.xml index 2b6249cc7..5e7cfdfeb 100644 --- a/manifold-deps-parent/manifold-tuple/pom.xml +++ b/manifold-deps-parent/manifold-tuple/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-tuple diff --git a/manifold-deps-parent/manifold-xml-rt/pom.xml b/manifold-deps-parent/manifold-xml-rt/pom.xml index 030c05242..f54af26ac 100644 --- a/manifold-deps-parent/manifold-xml-rt/pom.xml +++ b/manifold-deps-parent/manifold-xml-rt/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-xml-rt diff --git a/manifold-deps-parent/manifold-xml-test/pom.xml b/manifold-deps-parent/manifold-xml-test/pom.xml index 16df10aa1..bf8191e4d 100644 --- a/manifold-deps-parent/manifold-xml-test/pom.xml +++ b/manifold-deps-parent/manifold-xml-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-xml-test diff --git a/manifold-deps-parent/manifold-xml/README.md b/manifold-deps-parent/manifold-xml/README.md index d506cdd1f..9ab0ed6e7 100644 --- a/manifold-deps-parent/manifold-xml/README.md +++ b/manifold-deps-parent/manifold-xml/README.md @@ -2,7 +2,7 @@ # Manifold : XML -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -333,11 +333,11 @@ repositories { } dependencies { - implementation 'systems.manifold:manifold-xml-rt:2024.1.14' + implementation 'systems.manifold:manifold-xml-rt:2024.1.15' testImplementation 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor 'systems.manifold:manifold-xml:2024.1.14' - testAnnotationProcessor 'systems.manifold:manifold-xml:2024.1.14' + annotationProcessor 'systems.manifold:manifold-xml:2024.1.15' + testAnnotationProcessor 'systems.manifold:manifold-xml:2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -373,7 +373,7 @@ rootProject.name = 'MyProject' - 2024.1.14 + 2024.1.15 @@ -417,10 +417,10 @@ rootProject.name = 'MyProject' # Javadoc `manifold-xml`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-xml/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-xml/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-xml/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-xml/2024.1.15) `manifold-xml-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-xml-rt/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-xml-rt/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-xml-rt/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-xml-rt/2024.1.15) # License diff --git a/manifold-deps-parent/manifold-xml/pom.xml b/manifold-deps-parent/manifold-xml/pom.xml index b772dd842..d2285f190 100644 --- a/manifold-deps-parent/manifold-xml/pom.xml +++ b/manifold-deps-parent/manifold-xml/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-xml diff --git a/manifold-deps-parent/manifold-yaml-rt/pom.xml b/manifold-deps-parent/manifold-yaml-rt/pom.xml index f21b98cad..31d0f0a85 100644 --- a/manifold-deps-parent/manifold-yaml-rt/pom.xml +++ b/manifold-deps-parent/manifold-yaml-rt/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-yaml-rt diff --git a/manifold-deps-parent/manifold-yaml-test/pom.xml b/manifold-deps-parent/manifold-yaml-test/pom.xml index 064e7c354..6e41fcb31 100644 --- a/manifold-deps-parent/manifold-yaml-test/pom.xml +++ b/manifold-deps-parent/manifold-yaml-test/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-yaml-test diff --git a/manifold-deps-parent/manifold-yaml/README.md b/manifold-deps-parent/manifold-yaml/README.md index 029b1d636..53975214b 100644 --- a/manifold-deps-parent/manifold-yaml/README.md +++ b/manifold-deps-parent/manifold-yaml/README.md @@ -1,6 +1,6 @@ # Manifold : YAML -![latest](https://img.shields.io/badge/latest-v2024.1.14-royalblue.svg) +![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg) [![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg) [![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold) @@ -93,11 +93,11 @@ repositories { } dependencies { - implementation 'systems.manifold:manifold-yaml-rt:2024.1.14' + implementation 'systems.manifold:manifold-yaml-rt:2024.1.15' testImplementation 'junit:junit:4.12' // Add manifold to -processorpath for javac - annotationProcessor 'systems.manifold:manifold-yaml:2024.1.14' - testAnnotationProcessor 'systems.manifold:manifold-yaml:2024.1.14' + annotationProcessor 'systems.manifold:manifold-yaml:2024.1.15' + testAnnotationProcessor 'systems.manifold:manifold-yaml:2024.1.15' } if (JavaVersion.current() != JavaVersion.VERSION_1_8 && @@ -133,7 +133,7 @@ rootProject.name = 'MyProject' - 2024.1.14 + 2024.1.15 @@ -177,10 +177,10 @@ rootProject.name = 'MyProject' # Javadoc `manifold-yaml`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-yaml/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-yaml/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-yaml/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-yaml/2024.1.15) `manifold-yaml-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-yaml-rt/2024.1.14/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-yaml-rt/2024.1.14) +[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-yaml-rt/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-yaml-rt/2024.1.15) # License diff --git a/manifold-deps-parent/manifold-yaml/pom.xml b/manifold-deps-parent/manifold-yaml/pom.xml index d82fd0b65..9e5c6fbb9 100644 --- a/manifold-deps-parent/manifold-yaml/pom.xml +++ b/manifold-deps-parent/manifold-yaml/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-deps-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-yaml diff --git a/manifold-deps-parent/pom.xml b/manifold-deps-parent/pom.xml index 8436aa282..eaaa49b23 100644 --- a/manifold-deps-parent/pom.xml +++ b/manifold-deps-parent/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-deps-parent @@ -96,7 +96,7 @@ manifold-javadoc-agent provided true - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT
diff --git a/manifold-javadoc-agent/pom.xml b/manifold-javadoc-agent/pom.xml index beeac5ead..8314864f4 100644 --- a/manifold-javadoc-agent/pom.xml +++ b/manifold-javadoc-agent/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-javadoc-agent diff --git a/manifold-util/pom.xml b/manifold-util/pom.xml index 3420e157e..30b63d540 100644 --- a/manifold-util/pom.xml +++ b/manifold-util/pom.xml @@ -5,7 +5,7 @@ systems.manifold manifold-parent - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT manifold-util diff --git a/pom.xml b/pom.xml index 5414ea52f..f3e580e1f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ systems.manifold manifold-parent pom - 2024.1.14-SNAPSHOT + 2024.1.15-SNAPSHOT Manifold :: Parent