diff --git a/README.md b/README.md
index 22f29ae4e..e887639a7 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-![latest](https://img.shields.io/badge/latest-v2024.1.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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 e288bb84e..81b4e9570 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.11'
-implementation 'systems.manifold:manifold-rt:2024.1.11'
+compileOnly 'systems.manifold:manifold:2024.1.12'
+implementation 'systems.manifold:manifold-rt:2024.1.12'
```
#### Manifold : Extensions
```groovy
-compileOnly 'systems.manifold:manifold-ext:2024.1.11'
-implementation 'systems.manifold:manifold-ext-rt:2024.1.11'
+compileOnly 'systems.manifold:manifold-ext:2024.1.12'
+implementation 'systems.manifold:manifold-ext-rt:2024.1.12'
```
#### Manifold : Props
```groovy
-compileOnly 'systems.manifold:manifold-props:2024.1.11'
-implementation 'systems.manifold:manifold-props-rt:2024.1.11'
+compileOnly 'systems.manifold:manifold-props:2024.1.12'
+implementation 'systems.manifold:manifold-props-rt:2024.1.12'
```
#### Manifold : GraphQL
```groovy
-compileOnly 'systems.manifold:manifold-graphql:2024.1.11'
-implementation 'systems.manifold:manifold-graphql-rt:2024.1.11'
+compileOnly 'systems.manifold:manifold-graphql:2024.1.12'
+implementation 'systems.manifold:manifold-graphql-rt:2024.1.12'
```
#### Manifold : JSON
```groovy
-compileOnly 'systems.manifold:manifold-json:2024.1.11'
-implementation 'systems.manifold:manifold-json-rt:2024.1.11'
+compileOnly 'systems.manifold:manifold-json:2024.1.12'
+implementation 'systems.manifold:manifold-json-rt:2024.1.12'
```
#### Manifold : XML
```groovy
-compileOnly 'systems.manifold:manifold-xml:2024.1.11'
-implementation 'systems.manifold:manifold-xml-rt:2024.1.11'
+compileOnly 'systems.manifold:manifold-xml:2024.1.12'
+implementation 'systems.manifold:manifold-xml-rt:2024.1.12'
```
#### Manifold : YAML
```groovy
-compileOnly 'systems.manifold:manifold-yaml:2024.1.11'
-implementation 'systems.manifold:manifold-yaml-rt:2024.1.11'
+compileOnly 'systems.manifold:manifold-yaml:2024.1.12'
+implementation 'systems.manifold:manifold-yaml-rt:2024.1.12'
```
#### Manifold : CSV
```groovy
-compileOnly 'systems.manifold:manifold-csv:2024.1.11'
-implementation 'systems.manifold:manifold-csb-rt:2024.1.11'
+compileOnly 'systems.manifold:manifold-csv:2024.1.12'
+implementation 'systems.manifold:manifold-csb-rt:2024.1.12'
```
#### Manifold : Properties Files
```groovy
-compileOnly 'systems.manifold:manifold-properties:2024.1.11'
+compileOnly 'systems.manifold:manifold-properties:2024.1.12'
```
#### Manifold : Image Files
```groovy
-compileOnly 'systems.manifold:manifold-image:2024.1.11'
+compileOnly 'systems.manifold:manifold-image:2024.1.12'
```
#### Manifold : JavaScript
```groovy
-compileOnly 'systems.manifold:manifold-js:2024.1.11'
-implementation 'systems.manifold:manifold-js-rt:2024.1.11'
+compileOnly 'systems.manifold:manifold-js:2024.1.12'
+implementation 'systems.manifold:manifold-js-rt:2024.1.12'
```
#### Manifold : Templates
```groovy
-compileOnly 'systems.manifold:manifold-templates:2024.1.11'
-implementation 'systems.manifold:manifold-templates-rt:2024.1.11'
+compileOnly 'systems.manifold:manifold-templates:2024.1.12'
+implementation 'systems.manifold:manifold-templates-rt:2024.1.12'
```
#### Manifold : String Interpolation
```groovy
-compileOnly 'systems.manifold:manifold-strings:2024.1.11'
+compileOnly 'systems.manifold:manifold-strings:2024.1.12'
```
#### Manifold : (Un)checked Exceptions
```groovy
-compileOnly 'systems.manifold:manifold-exceptions:2024.1.11'
+compileOnly 'systems.manifold:manifold-exceptions:2024.1.12'
```
#### Manifold : Preprocessor
```groovy
-compileOnly 'systems.manifold:manifold-preprocessor:2024.1.11'
+compileOnly 'systems.manifold:manifold-preprocessor:2024.1.12'
```
#### Manifold : Preprocessor : Android Symbols
```groovy
-compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.11'
+compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.12'
```
#### Manifold : Science
```groovy
-implementation 'systems.manifold:manifold-science:2024.1.11'
+implementation 'systems.manifold:manifold-science:2024.1.12'
```
#### Manifold : Collections Extension
```groovy
-implementation 'systems.manifold:manifold-collections:2024.1.11'
+implementation 'systems.manifold:manifold-collections:2024.1.12'
```
#### Manifold : IO Extensions
```groovy
-implementation 'systems.manifold:manifold-io:2024.1.11'
+implementation 'systems.manifold:manifold-io:2024.1.12'
```
#### Manifold : Text Extensions
```groovy
-implementation 'systems.manifold:manifold-text:2024.1.11'
+implementation 'systems.manifold:manifold-text:2024.1.12'
```
## Resources
@@ -165,7 +165,7 @@ build.gradle
```groovy
dependencies {
...
- compileOnly 'systems.manifold:manifold-preprocessor:2024.1.11'
- compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.11'
+ compileOnly 'systems.manifold:manifold-preprocessor:2024.1.12'
+ compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.12'
}
```
\ No newline at end of file
diff --git a/docs/articles/operator_overloading.md b/docs/articles/operator_overloading.md
index 387dba346..e95fd172a 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.11 adds additional operator overloading support for:
+>Release 2024.1.12 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 14f0497de..0f39b6f21 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.11'
+ compile group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.12'
// 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.11'
+ annotationProcessor group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.12'
}
tasks.withType(JavaCompile) {
diff --git a/docs/cheatsheet.md_ b/docs/cheatsheet.md_
index 89be2443a..90f7201f4 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.11
+ 2024.1.12
```
@@ -629,7 +629,7 @@ To use Checked Exception handling you must add the `manifold-exceptions` depende
systems.manifold
manifold-exceptions
- 2024.1.11
+ 2024.1.12
```
diff --git a/docs/docs.md b/docs/docs.md
index 25e27afa4..166bea4d5 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.11.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold-preprocessor&v=RELEASE)
->* [manifold-2024.1.11.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold&v=RELEASE)
->* [manifold-util-2024.1.11.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.12.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold-preprocessor&v=RELEASE)
+>* [manifold-2024.1.12.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold&v=RELEASE)
+>* [manifold-util-2024.1.12.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.11.jar;/manifold-2024.1.11.jar;/manifold-util-2024.1.11.jar
+>javac -Xplugin:Manifold -classpath /manifold-preprocessor-2024.1.12.jar;/manifold-2024.1.12.jar;/manifold-util-2024.1.12.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 752421899..ddfc57020 100644
--- a/manifold-all/pom.xml
+++ b/manifold-all/pom.xml
@@ -4,7 +4,7 @@
systems.manifold
manifold-parent
- 2024.1.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-all
diff --git a/manifold-core-parent/manifold-rt/pom.xml b/manifold-core-parent/manifold-rt/pom.xml
index 64abd118d..6e96bb2ae 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-rt
diff --git a/manifold-core-parent/manifold/README.md b/manifold-core-parent/manifold/README.md
index f2f4d776e..eaba45157 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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)
@@ -738,11 +738,11 @@ repositories {
}
dependencies {
- implementation 'systems.manifold:manifold-rt:2024.1.11'
+ implementation 'systems.manifold:manifold-rt:2024.1.12'
testImplementation 'junit:junit:4.12'
// Add manifold to -processorpath for javac
- annotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.11'
- testAnnotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.11'
+ annotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.12'
+ testAnnotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -779,7 +779,7 @@ rootProject.name = 'MyProject'
- 2024.1.11
+ 2024.1.12
@@ -832,10 +832,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.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold/2024.1.12)
`manifold-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-rt/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-rt/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-rt/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-rt/2024.1.12)
# License
diff --git a/manifold-core-parent/manifold/pom.xml b/manifold-core-parent/manifold/pom.xml
index 6063356f4..7d72ec6af 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold
diff --git a/manifold-core-parent/pom.xml b/manifold-core-parent/pom.xml
index 6e7da49b7..befac504f 100644
--- a/manifold-core-parent/pom.xml
+++ b/manifold-core-parent/pom.xml
@@ -4,7 +4,7 @@
systems.manifold
manifold-parent
- 2024.1.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-core-parent
@@ -28,7 +28,7 @@
manifold-javadoc-agent
provided
true
- 2024.1.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
diff --git a/manifold-deps-parent/manifold-collections-test/pom.xml b/manifold-deps-parent/manifold-collections-test/pom.xml
index 14e62cea5..55d3859e8 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-collections-test
diff --git a/manifold-deps-parent/manifold-collections/README.md b/manifold-deps-parent/manifold-collections/README.md
index ea740e0a6..64700bacf 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.11'
+ implementation 'systems.manifold:manifold-collections:2024.1.12'
testImplementation 'junit:junit:4.12'
// Add manifold to -processorpath for javac
- annotationProcessor group: 'systems.manifold', name: 'manifold-collections', version: '2024.1.11'
+ annotationProcessor group: 'systems.manifold', name: 'manifold-collections', version: '2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -225,7 +225,7 @@ rootProject.name = 'MyExtProject'
- 2024.1.11
+ 2024.1.12
@@ -269,7 +269,7 @@ rootProject.name = 'MyExtProject'
# Javadoc
`manifold-collections`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-collections/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-collections/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-collections/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-collections/2024.1.12)
# License
diff --git a/manifold-deps-parent/manifold-collections/pom.xml b/manifold-deps-parent/manifold-collections/pom.xml
index 24ef7bd3d..9582d8d25 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-collections
diff --git a/manifold-deps-parent/manifold-csv-rt/pom.xml b/manifold-deps-parent/manifold-csv-rt/pom.xml
index 8b1d68911..c63e8f883 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.11-SNAPSHOT
+ 2024.1.12-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 d2f730399..3c17da840 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-csv-test
diff --git a/manifold-deps-parent/manifold-csv/README.md b/manifold-deps-parent/manifold-csv/README.md
index 5456b5d59..c6cd10478 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
+ implementation 'systems.manifold:manifold-csv-rt:2024.1.12'
testCompile 'junit:junit:4.12'
// Add manifold to -processorpath for javac
- annotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.11'
- testAnnotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.11'
+ annotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.12'
+ testAnnotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -364,7 +364,7 @@ rootProject.name = 'MyProject'
- 2024.1.11
+ 2024.1.12
@@ -408,10 +408,10 @@ rootProject.name = 'MyProject'
# Javadoc
`manifold-csv`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-csv/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-csv/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-csv/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-csv/2024.1.12)
`manifold-csv-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-csv-rt/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-csv-rt/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-csv-rt/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-csv-rt/2024.1.12)
# License
diff --git a/manifold-deps-parent/manifold-csv/pom.xml b/manifold-deps-parent/manifold-csv/pom.xml
index 64806811d..517bdebbb 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-csv
diff --git a/manifold-deps-parent/manifold-darkj-test/pom.xml b/manifold-deps-parent/manifold-darkj-test/pom.xml
index a98c08788..cf58e3e4c 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-darkj-test
diff --git a/manifold-deps-parent/manifold-darkj/README.md b/manifold-deps-parent/manifold-darkj/README.md
index e44f6d6d7..d78bca5fa 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
+ implementation group: 'systems.manifold', name: 'manifold-darkj', version: '2024.1.12'
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.11'
+ annotationProcessor group: 'systems.manifold', name: 'manifold-darkj', version: '2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -215,7 +215,7 @@ rootProject.name = 'MyDarkJavaProject'
- 2024.1.11
+ 2024.1.12
@@ -283,7 +283,7 @@ rootProject.name = 'MyDarkJavaProject'
- 2024.1.11
+ 2024.1.12
diff --git a/manifold-deps-parent/manifold-darkj/pom.xml b/manifold-deps-parent/manifold-darkj/pom.xml
index e8bf37cb1..879393e96 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-darkj
diff --git a/manifold-deps-parent/manifold-delegation-rt/pom.xml b/manifold-deps-parent/manifold-delegation-rt/pom.xml
index 1684283bf..f74cc28f4 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.11-SNAPSHOT
+ 2024.1.12-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 64df8d28b..b9aab5f24 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-delegation-test
diff --git a/manifold-deps-parent/manifold-delegation/README.md b/manifold-deps-parent/manifold-delegation/README.md
index 6439f822b..ad3059467 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
+ implementation 'systems.manifold:manifold-delegation-rt:2024.1.12'
testImplementation 'junit:junit:4.12'
// Add manifold to -processorpath for javac
- annotationProcessor 'systems.manifold:manifold-delegation:2024.1.11'
- testAnnotationProcessor 'systems.manifold:manifold-delegation:2024.1.11'
+ annotationProcessor 'systems.manifold:manifold-delegation:2024.1.12'
+ testAnnotationProcessor 'systems.manifold:manifold-delegation:2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -516,7 +516,7 @@ rootProject.name = 'MyProject'
- 2024.1.11
+ 2024.1.12
@@ -560,10 +560,10 @@ rootProject.name = 'MyProject'
# Javadoc
`manifold-delegation`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-delegation/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-delegation/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-delegation/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-delegation/2024.1.12)
`manifold-delegation-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-delegation-rt/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-delegation-rt/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-delegation-rt/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-delegation-rt/2024.1.12)
# License
diff --git a/manifold-deps-parent/manifold-delegation/pom.xml b/manifold-deps-parent/manifold-delegation/pom.xml
index 1fa2f1f6e..0a28a69af 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-delegation
diff --git a/manifold-deps-parent/manifold-exceptions-test/pom.xml b/manifold-deps-parent/manifold-exceptions-test/pom.xml
index 5094823fc..d6261031c 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-exceptions-test
diff --git a/manifold-deps-parent/manifold-exceptions/README.md b/manifold-deps-parent/manifold-exceptions/README.md
index 3c44e0033..907b8d2d0 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
+ compileOnly 'systems.manifold:manifold-rt:2024.1.12'
testImplementation 'junit:junit:4.12'
// Add manifold to -processorpath for javac
- annotationProcessor group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.11'
- testAnnotationProcessor group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.11'
+ annotationProcessor group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.12'
+ testAnnotationProcessor group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -168,7 +168,7 @@ rootProject.name = 'MyProject'
- 2024.1.11
+ 2024.1.12
@@ -214,7 +214,7 @@ rootProject.name = 'MyProject'
# Javadoc
`manifold-exceptions`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-exceptions/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-exceptions/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-exceptions/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-exceptions/2024.1.12)
# License
diff --git a/manifold-deps-parent/manifold-exceptions/pom.xml b/manifold-deps-parent/manifold-exceptions/pom.xml
index 419c9a36d..6d9e62ffd 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.11-SNAPSHOT
+ 2024.1.12-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 512983a19..f206ca61c 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.11-SNAPSHOT
+ 2024.1.12-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 1e88746ad..0eff18ba2 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.11-SNAPSHOT
+ 2024.1.12-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 98e140881..7d8f66465 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.11-SNAPSHOT
+ 2024.1.12-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 aca63c0c9..d1648a43d 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.11-SNAPSHOT
+ 2024.1.12-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 96fea3b05..148f152fa 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-ext-test
diff --git a/manifold-deps-parent/manifold-ext/README.md b/manifold-deps-parent/manifold-ext/README.md
index 8b1533f98..29730a697 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
+ implementation 'systems.manifold:manifold-ext-rt:2024.1.12'
testCompile 'junit:junit:4.12'
// Add manifold to -processorpath for javac
- annotationProcessor group: 'systems.manifold', name: 'manifold-ext', version: '2024.1.11'
- testAnnotationProcessor group: 'systems.manifold', name: 'manifold-ext', version: '2024.1.11'
+ annotationProcessor group: 'systems.manifold', name: 'manifold-ext', version: '2024.1.12'
+ testAnnotationProcessor group: 'systems.manifold', name: 'manifold-ext', version: '2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -2141,7 +2141,7 @@ rootProject.name = 'MyExtProject'
- 2024.1.11
+ 2024.1.12
@@ -2191,10 +2191,10 @@ with javadoc.
# Javadoc
`manifold-ext`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-ext/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-ext/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-ext/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-ext/2024.1.12)
`manifold-ext-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-ext-rt/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-ext-rt/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-ext-rt/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-ext-rt/2024.1.12)
# License
diff --git a/manifold-deps-parent/manifold-ext/pom.xml b/manifold-deps-parent/manifold-ext/pom.xml
index 0d455698a..486207467 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-ext
diff --git a/manifold-deps-parent/manifold-graphql-rt/pom.xml b/manifold-deps-parent/manifold-graphql-rt/pom.xml
index b4eaae4de..69c3bda2f 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.11-SNAPSHOT
+ 2024.1.12-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 b99ad701c..2e9cfd4ff 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-graphql-test
diff --git a/manifold-deps-parent/manifold-graphql/README.md b/manifold-deps-parent/manifold-graphql/README.md
index ccd829a94..d733a5517 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
-> annotationProcessor 'systems.manifold:manifold-props:2024.1.11'
+> implementation 'systems.manifold:manifold-props-rt:2024.1.12'
+> annotationProcessor 'systems.manifold:manifold-props:2024.1.12'
>```
> 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.11'
+ implementation 'systems.manifold:manifold-graphql-rt:2024.1.12'
testImplementation 'junit:junit:4.12'
// Add manifold to -processorpath for javac
- annotationProcessor 'systems.manifold:manifold-graphql:2024.1.11'
- testAnnotationProcessor 'systems.manifold:manifold-graphql:2024.1.11'
+ annotationProcessor 'systems.manifold:manifold-graphql:2024.1.12'
+ testAnnotationProcessor 'systems.manifold:manifold-graphql:2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -712,7 +712,7 @@ rootProject.name = 'MyProject'
- 2024.1.11
+ 2024.1.12
@@ -756,10 +756,10 @@ rootProject.name = 'MyProject'
# Javadoc
`manifold-graphql`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-graphql/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-graphql/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-graphql/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-graphql/2024.1.12)
`manifold-graphql-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-graphql-rt/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-graphql-rt/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-graphql-rt/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-graphql-rt/2024.1.12)
# License
diff --git a/manifold-deps-parent/manifold-graphql/pom.xml b/manifold-deps-parent/manifold-graphql/pom.xml
index 2689bfa42..db568089d 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-graphql
diff --git a/manifold-deps-parent/manifold-highjump-test/pom.xml b/manifold-deps-parent/manifold-highjump-test/pom.xml
index 2fa98d025..b20df4406 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-highjump-test
diff --git a/manifold-deps-parent/manifold-highjump/pom.xml b/manifold-deps-parent/manifold-highjump/pom.xml
index 130530912..681e140fa 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-highjump
diff --git a/manifold-deps-parent/manifold-image-test/pom.xml b/manifold-deps-parent/manifold-image-test/pom.xml
index 5d68ba3cc..34f9024e0 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-image-test
diff --git a/manifold-deps-parent/manifold-image/README.md b/manifold-deps-parent/manifold-image/README.md
index 351c5b301..882d66016 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
+ compileOnly 'systems.manifold:manifold-rt:2024.1.12'
testImplementation 'junit:junit:4.12'
// Add manifold to -processorpath for javac
- annotationProcessor 'systems.manifold:manifold-image:2024.1.11'
- testAnnotationProcessor 'systems.manifold:manifold-image:2024.1.11'
+ annotationProcessor 'systems.manifold:manifold-image:2024.1.12'
+ testAnnotationProcessor 'systems.manifold:manifold-image:2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -157,7 +157,7 @@ module MyProject {
- 2024.1.11
+ 2024.1.12
@@ -211,7 +211,7 @@ module my.image.app {
# Javadoc
`manifold-image`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-image/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-image/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-image/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-image/2024.1.12)
# License
diff --git a/manifold-deps-parent/manifold-image/pom.xml b/manifold-deps-parent/manifold-image/pom.xml
index bf6048fef..e358047b7 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-image
diff --git a/manifold-deps-parent/manifold-io-test/pom.xml b/manifold-deps-parent/manifold-io-test/pom.xml
index 4db8c79c8..6cad954a4 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-io-test
diff --git a/manifold-deps-parent/manifold-io/pom.xml b/manifold-deps-parent/manifold-io/pom.xml
index e7c329750..8ec6acf80 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-io
diff --git a/manifold-deps-parent/manifold-js-rt/pom.xml b/manifold-deps-parent/manifold-js-rt/pom.xml
index 8983ffd1a..e2f6bd6cc 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.11-SNAPSHOT
+ 2024.1.12-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 db1a2545d..e889eeae1 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-js-test
diff --git a/manifold-deps-parent/manifold-js/README.md b/manifold-deps-parent/manifold-js/README.md
index 0f5ea9fba..2cf47cabe 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
+ implementation 'systems.manifold:manifold-js-rt:2024.1.12'
testImplementation 'junit:junit:4.12'
// Add manifold to -processorpath for javac
- annotationProcessor 'systems.manifold:manifold-js:2024.1.11'
- testAnnotationProcessor 'systems.manifold:manifold-js:2024.1.11'
+ annotationProcessor 'systems.manifold:manifold-js:2024.1.12'
+ testAnnotationProcessor 'systems.manifold:manifold-js:2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -232,7 +232,7 @@ rootProject.name = 'MyProject'
- 2024.1.11
+ 2024.1.12
diff --git a/manifold-deps-parent/manifold-js/pom.xml b/manifold-deps-parent/manifold-js/pom.xml
index 8a1239493..66c256675 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-js
diff --git a/manifold-deps-parent/manifold-json-rt/pom.xml b/manifold-deps-parent/manifold-json-rt/pom.xml
index 3bd20eb19..38773edea 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.11-SNAPSHOT
+ 2024.1.12-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 2c2a1b273..aed7a9b45 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-json-test
diff --git a/manifold-deps-parent/manifold-json/README.md b/manifold-deps-parent/manifold-json/README.md
index 4f7c03020..3b9f7deaa 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
+ implementation 'systems.manifold:manifold-json-rt:2024.1.12'
testImplementation 'junit:junit:4.12'
// Add manifold to -processorpath for javac
- annotationProcessor 'systems.manifold:manifold-json:2024.1.11'
- testAnnotationProcessor 'systems.manifold:manifold-json:2024.1.11'
+ annotationProcessor 'systems.manifold:manifold-json:2024.1.12'
+ testAnnotationProcessor 'systems.manifold:manifold-json:2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -619,7 +619,7 @@ rootProject.name = 'MyProject'
- 2024.1.11
+ 2024.1.12
@@ -663,10 +663,10 @@ rootProject.name = 'MyProject'
# Javadoc
`manifold-json`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-json/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-json/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-json/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-json/2024.1.12)
`manifold-json-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-json-rt/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-json-rt/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-json-rt/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-json-rt/2024.1.12)
# License
diff --git a/manifold-deps-parent/manifold-json/pom.xml b/manifold-deps-parent/manifold-json/pom.xml
index 2368c9d69..3e8ff9055 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.11-SNAPSHOT
+ 2024.1.12-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 82fd4b553..abde4eef5 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.11-SNAPSHOT
+ 2024.1.12-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 3a67581a4..468cda599 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-preprocessor-test
diff --git a/manifold-deps-parent/manifold-preprocessor/pom.xml b/manifold-deps-parent/manifold-preprocessor/pom.xml
index de245c755..37182ae6d 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-preprocessor
diff --git a/manifold-deps-parent/manifold-preprocessor/readme.md b/manifold-deps-parent/manifold-preprocessor/readme.md
index abb835cd7..3b63a9b10 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
- testAnnotationProcessor 'systems.manifold:manifold-preprocessor:2024.1.11'
+ annotationProcessor 'systems.manifold:manifold-preprocessor:2024.1.12'
+ testAnnotationProcessor 'systems.manifold:manifold-preprocessor:2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -480,7 +480,7 @@ rootProject.name = 'MyPreprocessorProject'
- 2024.1.11
+ 2024.1.12
@@ -522,7 +522,7 @@ with javadoc.
# Javadoc
`manifold-preprocessor`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-preprocessor/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-preprocessor/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-preprocessor/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-preprocessor/2024.1.12)
# License
diff --git a/manifold-deps-parent/manifold-properties-test/pom.xml b/manifold-deps-parent/manifold-properties-test/pom.xml
index b42a962a5..5b74a49be 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-properties-test
diff --git a/manifold-deps-parent/manifold-properties/README.md b/manifold-deps-parent/manifold-properties/README.md
index 70fac8bec..79d5fef8a 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
- compileOnly 'systems.manifold:manifold-rt:2024.1.11'
+ annotationProcessor 'systems.manifold:manifold-properties:2024.1.12'
+ compileOnly 'systems.manifold:manifold-rt:2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -151,7 +151,7 @@ module MyProject {
- 2024.1.11
+ 2024.1.12
@@ -203,7 +203,7 @@ module my.properties.app {
# Javadoc
`manifold-properties`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-properties/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-properties/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-properties/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-properties/2024.1.12)
# License
diff --git a/manifold-deps-parent/manifold-properties/pom.xml b/manifold-deps-parent/manifold-properties/pom.xml
index 78fe04f72..56880f5a8 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.11-SNAPSHOT
+ 2024.1.12-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 bbd492733..21ac3bdde 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.11-SNAPSHOT
+ 2024.1.12-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 f234809a7..21124eeb9 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.11-SNAPSHOT
+ 2024.1.12-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 f4eabd4d0..eada04492 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-props-test
diff --git a/manifold-deps-parent/manifold-props/README.md b/manifold-deps-parent/manifold-props/README.md
index 1ab6a9bba..f1f8d0279 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
+ implementation 'systems.manifold:manifold-props-rt:2024.1.12'
testImplementation 'junit:junit:4.12'
// Add manifold to -processorpath for javac
- annotationProcessor 'systems.manifold:manifold-props:2024.1.11'
- testAnnotationProcessor 'systems.manifold:manifold-props:2024.1.11'
+ annotationProcessor 'systems.manifold:manifold-props:2024.1.12'
+ testAnnotationProcessor 'systems.manifold:manifold-props:2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -506,7 +506,7 @@ rootProject.name = 'MyProject'
- 2024.1.11
+ 2024.1.12
@@ -555,10 +555,10 @@ with javadoc.
# Javadoc
`manifold-props`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-props/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-props/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-props/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-props/2024.1.12)
`manifold-props-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-props-rt/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-props-rt/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-props-rt/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-props-rt/2024.1.12)
# License
diff --git a/manifold-deps-parent/manifold-props/pom.xml b/manifold-deps-parent/manifold-props/pom.xml
index 188fa38fe..2799a814d 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-props
diff --git a/manifold-deps-parent/manifold-science-test/pom.xml b/manifold-deps-parent/manifold-science-test/pom.xml
index edfd68e78..2bb4d51d2 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-science-test
diff --git a/manifold-deps-parent/manifold-science/README.md b/manifold-deps-parent/manifold-science/README.md
index 1889cefaa..397cc8099 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
+ implementation 'systems.manifold:manifold-science:2024.1.12'
testImplementation 'junit:junit:4.12'
// Add manifold to -processorpath for javac
- annotationProcessor 'systems.manifold:manifold-ext:2024.1.11'
- testAnnotationProcessor 'systems.manifold:manifold-ext:2024.1.11'
+ annotationProcessor 'systems.manifold:manifold-ext:2024.1.12'
+ testAnnotationProcessor 'systems.manifold:manifold-ext:2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -370,7 +370,7 @@ rootProject.name = 'MyExtProject'
- 2024.1.11
+ 2024.1.12
@@ -414,7 +414,7 @@ rootProject.name = 'MyExtProject'
# Javadoc
`manifold-science`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-science/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-science/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-science/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-science/2024.1.12)
# License
diff --git a/manifold-deps-parent/manifold-science/pom.xml b/manifold-deps-parent/manifold-science/pom.xml
index b4bd06253..6d4409652 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.11-SNAPSHOT
+ 2024.1.12-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 21bd38c5c..6104e56fe 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.11-SNAPSHOT
+ 2024.1.12-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 136f0bbde..3af748a22 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.11-SNAPSHOT
+ 2024.1.12-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 a1a1bc41b..06e3f5cdc 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-sql-rt
diff --git a/manifold-deps-parent/manifold-sql/pom.xml b/manifold-deps-parent/manifold-sql/pom.xml
index 3e26b1671..cd565c395 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-sql
diff --git a/manifold-deps-parent/manifold-sql/readme.md b/manifold-deps-parent/manifold-sql/readme.md
index ab0992094..2022ac482 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
- annotationProcessor 'systems.manifold:manifold-sql:2024.1.11'
- testAnnotationProcessor 'systems.manifold:manifold-sql:2024.1.11'
+ implementation 'systems.manifold:manifold-sql-rt:2024.1.12'
+ annotationProcessor 'systems.manifold:manifold-sql:2024.1.12'
+ testAnnotationProcessor 'systems.manifold:manifold-sql:2024.1.12'
// 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.11
+ 2024.1.12
@@ -1315,10 +1315,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.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-sql/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-sql/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-sql/2024.1.12)
`manifold-sql-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-sql-rt/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-sql-rt/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-sql-rt/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-sql-rt/2024.1.12)
# License
diff --git a/manifold-deps-parent/manifold-strings-test-excl/pom.xml b/manifold-deps-parent/manifold-strings-test-excl/pom.xml
index 92c5e74b5..46bc13f85 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.11-SNAPSHOT
+ 2024.1.12-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 cbbacc538..51fef6869 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-strings-test
diff --git a/manifold-deps-parent/manifold-strings/README.md b/manifold-deps-parent/manifold-strings/README.md
index d50a3d7fe..7ba339f9b 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
- testAnnotationProcessor 'systems.manifold:manifold-strings:2024.1.11'
+ annotationProcessor 'systems.manifold:manifold-strings:2024.1.12'
+ testAnnotationProcessor 'systems.manifold:manifold-strings:2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -210,7 +210,7 @@ module MyProject {
- 2024.1.11
+ 2024.1.12
diff --git a/manifold-deps-parent/manifold-strings/pom.xml b/manifold-deps-parent/manifold-strings/pom.xml
index 9cfb8a1bf..45fe98f65 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-strings
diff --git a/manifold-deps-parent/manifold-templates-rt/pom.xml b/manifold-deps-parent/manifold-templates-rt/pom.xml
index 764380be7..8b8722993 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.11-SNAPSHOT
+ 2024.1.12-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 e51d64890..5ce4654f9 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-templates-test
diff --git a/manifold-deps-parent/manifold-templates/README.md b/manifold-deps-parent/manifold-templates/README.md
index 9b9260bad..a74f35527 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
+ implementation 'systems.manifold:manifold-templates-rt:2024.1.12'
testImplementation 'junit:junit:4.12'
// Add manifold to -processorpath for javac
- annotationProcessor 'systems.manifold:manifold-templates:2024.1.11'
- testAnnotationProcessor 'systems.manifold:manifold-templates:2024.1.11'
+ annotationProcessor 'systems.manifold:manifold-templates:2024.1.12'
+ testAnnotationProcessor 'systems.manifold:manifold-templates:2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -806,7 +806,7 @@ rootProject.name = 'MyProject'
- 2024.1.11
+ 2024.1.12
@@ -850,10 +850,10 @@ rootProject.name = 'MyProject'
# Javadoc
`manifold-templates`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-templates/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-templates/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-templates/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-templates/2024.1.12)
`manifold-templates-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-templates-rt/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-templates-rt/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-templates-rt/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-templates-rt/2024.1.12)
# License
diff --git a/manifold-deps-parent/manifold-templates/pom.xml b/manifold-deps-parent/manifold-templates/pom.xml
index 90d871142..2e9cc1977 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-templates
Manifold :: Templates
diff --git a/manifold-deps-parent/manifold-test/pom.xml b/manifold-deps-parent/manifold-test/pom.xml
index d3ab88be9..f7f1cf0c3 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-test
diff --git a/manifold-deps-parent/manifold-text-test/pom.xml b/manifold-deps-parent/manifold-text-test/pom.xml
index b73649a09..0ade9479d 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-text-test
diff --git a/manifold-deps-parent/manifold-text/pom.xml b/manifold-deps-parent/manifold-text/pom.xml
index 9ae0085a0..6128403ed 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-text
diff --git a/manifold-deps-parent/manifold-tuple-rt/pom.xml b/manifold-deps-parent/manifold-tuple-rt/pom.xml
index 2c2f354d0..b30ae2b9c 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.11-SNAPSHOT
+ 2024.1.12-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 e0a646508..2196c1b2f 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-tuple-test
diff --git a/manifold-deps-parent/manifold-tuple/README.md b/manifold-deps-parent/manifold-tuple/README.md
index 3497c7e6f..dfa70023d 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
+ implementation 'systems.manifold:manifold-tuple-rt:2024.1.12'
testCompile 'junit:junit:4.12'
// Add manifold to -processorpath for javac
- annotationProcessor group: 'systems.manifold', name: 'manifold-tuple', version: '2024.1.11'
- testAnnotationProcessor group: 'systems.manifold', name: 'manifold-tuple', version: '2024.1.11'
+ annotationProcessor group: 'systems.manifold', name: 'manifold-tuple', version: '2024.1.12'
+ testAnnotationProcessor group: 'systems.manifold', name: 'manifold-tuple', version: '2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -279,7 +279,7 @@ rootProject.name = 'MyProject'
- 2024.1.11
+ 2024.1.12
@@ -323,10 +323,10 @@ rootProject.name = 'MyProject'
# Javadoc
`manifold-tuple`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-tuple/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-tuple/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-tuple/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-tuple/2024.1.12)
`manifold-tuple-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-tuple-rt/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-tuple-rt/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-tuple-rt/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-tuple-rt/2024.1.12)
# License
diff --git a/manifold-deps-parent/manifold-tuple/pom.xml b/manifold-deps-parent/manifold-tuple/pom.xml
index 99a224ed7..4ce6e6070 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-tuple
diff --git a/manifold-deps-parent/manifold-xml-rt/pom.xml b/manifold-deps-parent/manifold-xml-rt/pom.xml
index 38adc0dbf..6e80541ce 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.11-SNAPSHOT
+ 2024.1.12-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 fb7f7eb0f..c1793f34d 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-xml-test
diff --git a/manifold-deps-parent/manifold-xml/README.md b/manifold-deps-parent/manifold-xml/README.md
index c29394028..0a3b0b8a6 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
+ implementation 'systems.manifold:manifold-xml-rt:2024.1.12'
testImplementation 'junit:junit:4.12'
// Add manifold to -processorpath for javac
- annotationProcessor 'systems.manifold:manifold-xml:2024.1.11'
- testAnnotationProcessor 'systems.manifold:manifold-xml:2024.1.11'
+ annotationProcessor 'systems.manifold:manifold-xml:2024.1.12'
+ testAnnotationProcessor 'systems.manifold:manifold-xml:2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -373,7 +373,7 @@ rootProject.name = 'MyProject'
- 2024.1.11
+ 2024.1.12
@@ -417,10 +417,10 @@ rootProject.name = 'MyProject'
# Javadoc
`manifold-xml`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-xml/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-xml/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-xml/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-xml/2024.1.12)
`manifold-xml-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-xml-rt/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-xml-rt/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-xml-rt/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-xml-rt/2024.1.12)
# License
diff --git a/manifold-deps-parent/manifold-xml/pom.xml b/manifold-deps-parent/manifold-xml/pom.xml
index 81108e103..330e12dc8 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-xml
diff --git a/manifold-deps-parent/manifold-yaml-rt/pom.xml b/manifold-deps-parent/manifold-yaml-rt/pom.xml
index 5abfbaeb2..8916acc7f 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.11-SNAPSHOT
+ 2024.1.12-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 429b17c9d..d743f1c94 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-yaml-test
diff --git a/manifold-deps-parent/manifold-yaml/README.md b/manifold-deps-parent/manifold-yaml/README.md
index 13ce956b9..f28cdf6fe 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.11-royalblue.svg)
+![latest](https://img.shields.io/badge/latest-v2024.1.12-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.11'
+ implementation 'systems.manifold:manifold-yaml-rt:2024.1.12'
testImplementation 'junit:junit:4.12'
// Add manifold to -processorpath for javac
- annotationProcessor 'systems.manifold:manifold-yaml:2024.1.11'
- testAnnotationProcessor 'systems.manifold:manifold-yaml:2024.1.11'
+ annotationProcessor 'systems.manifold:manifold-yaml:2024.1.12'
+ testAnnotationProcessor 'systems.manifold:manifold-yaml:2024.1.12'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -133,7 +133,7 @@ rootProject.name = 'MyProject'
- 2024.1.11
+ 2024.1.12
@@ -177,10 +177,10 @@ rootProject.name = 'MyProject'
# Javadoc
`manifold-yaml`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-yaml/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-yaml/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-yaml/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-yaml/2024.1.12)
`manifold-yaml-rt`:
-[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-yaml-rt/2024.1.11/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-yaml-rt/2024.1.11)
+[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-yaml-rt/2024.1.12/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-yaml-rt/2024.1.12)
# License
diff --git a/manifold-deps-parent/manifold-yaml/pom.xml b/manifold-deps-parent/manifold-yaml/pom.xml
index 6508efcaf..daef714b8 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.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-yaml
diff --git a/manifold-deps-parent/pom.xml b/manifold-deps-parent/pom.xml
index 30a1cafd7..a3a53ca03 100644
--- a/manifold-deps-parent/pom.xml
+++ b/manifold-deps-parent/pom.xml
@@ -4,7 +4,7 @@
systems.manifold
manifold-parent
- 2024.1.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-deps-parent
@@ -96,7 +96,7 @@
manifold-javadoc-agent
provided
true
- 2024.1.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
diff --git a/manifold-javadoc-agent/pom.xml b/manifold-javadoc-agent/pom.xml
index 22fd21520..01e17d26e 100644
--- a/manifold-javadoc-agent/pom.xml
+++ b/manifold-javadoc-agent/pom.xml
@@ -5,7 +5,7 @@
systems.manifold
manifold-parent
- 2024.1.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-javadoc-agent
diff --git a/manifold-util/pom.xml b/manifold-util/pom.xml
index 8f86d7857..8f236e30f 100644
--- a/manifold-util/pom.xml
+++ b/manifold-util/pom.xml
@@ -5,7 +5,7 @@
systems.manifold
manifold-parent
- 2024.1.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
manifold-util
diff --git a/pom.xml b/pom.xml
index edc32c708..5796104c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
systems.manifold
manifold-parent
pom
- 2024.1.11-SNAPSHOT
+ 2024.1.12-SNAPSHOT
Manifold :: Parent