Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmckinney committed Jun 17, 2024
1 parent 44679f9 commit 0dd2142
Show file tree
Hide file tree
Showing 100 changed files with 229 additions and 229 deletions.
64 changes: 32 additions & 32 deletions docs/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.18'
implementation 'systems.manifold:manifold-rt:2024.1.18'
compileOnly 'systems.manifold:manifold:2024.1.19'
implementation 'systems.manifold:manifold-rt:2024.1.19'
```
#### Manifold : Extensions
```groovy
compileOnly 'systems.manifold:manifold-ext:2024.1.18'
implementation 'systems.manifold:manifold-ext-rt:2024.1.18'
compileOnly 'systems.manifold:manifold-ext:2024.1.19'
implementation 'systems.manifold:manifold-ext-rt:2024.1.19'
```
#### Manifold : Props
```groovy
compileOnly 'systems.manifold:manifold-props:2024.1.18'
implementation 'systems.manifold:manifold-props-rt:2024.1.18'
compileOnly 'systems.manifold:manifold-props:2024.1.19'
implementation 'systems.manifold:manifold-props-rt:2024.1.19'
```
#### Manifold : GraphQL
```groovy
compileOnly 'systems.manifold:manifold-graphql:2024.1.18'
implementation 'systems.manifold:manifold-graphql-rt:2024.1.18'
compileOnly 'systems.manifold:manifold-graphql:2024.1.19'
implementation 'systems.manifold:manifold-graphql-rt:2024.1.19'
```
#### Manifold : JSON
```groovy
compileOnly 'systems.manifold:manifold-json:2024.1.18'
implementation 'systems.manifold:manifold-json-rt:2024.1.18'
compileOnly 'systems.manifold:manifold-json:2024.1.19'
implementation 'systems.manifold:manifold-json-rt:2024.1.19'
```
#### Manifold : XML
```groovy
compileOnly 'systems.manifold:manifold-xml:2024.1.18'
implementation 'systems.manifold:manifold-xml-rt:2024.1.18'
compileOnly 'systems.manifold:manifold-xml:2024.1.19'
implementation 'systems.manifold:manifold-xml-rt:2024.1.19'
```
#### Manifold : YAML
```groovy
compileOnly 'systems.manifold:manifold-yaml:2024.1.18'
implementation 'systems.manifold:manifold-yaml-rt:2024.1.18'
compileOnly 'systems.manifold:manifold-yaml:2024.1.19'
implementation 'systems.manifold:manifold-yaml-rt:2024.1.19'
```
#### Manifold : CSV
```groovy
compileOnly 'systems.manifold:manifold-csv:2024.1.18'
implementation 'systems.manifold:manifold-csb-rt:2024.1.18'
compileOnly 'systems.manifold:manifold-csv:2024.1.19'
implementation 'systems.manifold:manifold-csb-rt:2024.1.19'
```
#### Manifold : Properties Files
```groovy
compileOnly 'systems.manifold:manifold-properties:2024.1.18'
compileOnly 'systems.manifold:manifold-properties:2024.1.19'
```
#### Manifold : Image Files
```groovy
compileOnly 'systems.manifold:manifold-image:2024.1.18'
compileOnly 'systems.manifold:manifold-image:2024.1.19'
```
#### Manifold : JavaScript
```groovy
compileOnly 'systems.manifold:manifold-js:2024.1.18'
implementation 'systems.manifold:manifold-js-rt:2024.1.18'
compileOnly 'systems.manifold:manifold-js:2024.1.19'
implementation 'systems.manifold:manifold-js-rt:2024.1.19'
```
#### Manifold : Templates
```groovy
compileOnly 'systems.manifold:manifold-templates:2024.1.18'
implementation 'systems.manifold:manifold-templates-rt:2024.1.18'
compileOnly 'systems.manifold:manifold-templates:2024.1.19'
implementation 'systems.manifold:manifold-templates-rt:2024.1.19'
```
#### Manifold : String Interpolation
```groovy
compileOnly 'systems.manifold:manifold-strings:2024.1.18'
compileOnly 'systems.manifold:manifold-strings:2024.1.19'
```
#### Manifold : (Un)checked Exceptions
```groovy
compileOnly 'systems.manifold:manifold-exceptions:2024.1.18'
compileOnly 'systems.manifold:manifold-exceptions:2024.1.19'
```
#### Manifold : Preprocessor
```groovy
compileOnly 'systems.manifold:manifold-preprocessor:2024.1.18'
compileOnly 'systems.manifold:manifold-preprocessor:2024.1.19'
```
#### Manifold : Preprocessor : Android Symbols
```groovy
compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.18'
compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.19'
```
#### Manifold : Science
```groovy
implementation 'systems.manifold:manifold-science:2024.1.18'
implementation 'systems.manifold:manifold-science:2024.1.19'
```
#### Manifold : Collections Extension
```groovy
implementation 'systems.manifold:manifold-collections:2024.1.18'
implementation 'systems.manifold:manifold-collections:2024.1.19'
```
#### Manifold : IO Extensions
```groovy
implementation 'systems.manifold:manifold-io:2024.1.18'
implementation 'systems.manifold:manifold-io:2024.1.19'
```
#### Manifold : Text Extensions
```groovy
implementation 'systems.manifold:manifold-text:2024.1.18'
implementation 'systems.manifold:manifold-text:2024.1.19'
```

## Resources
Expand Down Expand Up @@ -165,7 +165,7 @@ build.gradle
```groovy
dependencies {
...
compileOnly 'systems.manifold:manifold-preprocessor:2024.1.18'
compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.18'
compileOnly 'systems.manifold:manifold-preprocessor:2024.1.19'
compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.19'
}
```
2 changes: 1 addition & 1 deletion docs/articles/operator_overloading.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ modules use operator overloading and unit expressions extensively.

##Update: _2020/11/13_
>
>Release 2024.1.18 adds additional operator overloading support for:
>Release 2024.1.19 adds additional operator overloading support for:
>
>* infix/postfix increment/decrement operators `++` and `--`
>* compound assignment: operators `+=`, `-=`, `*=`, `/=`, `%=`,
Expand Down
4 changes: 2 additions & 2 deletions docs/articles/unchecked.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.18'
compile group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.19'
// 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.18'
annotationProcessor group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.19'
}
tasks.withType(JavaCompile) {
Expand Down
4 changes: 2 additions & 2 deletions docs/cheatsheet.md_
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ Enable the feature with the `manifold-strings` dependency:
<groupId>systems.manifold</groupId>
<artifactId>manifold-strings</artifactId>
<!-- it is best to use the latest release -->
<version>2024.1.18</version>
<version>2024.1.19</version>
</dependency>
```

Expand Down Expand Up @@ -629,7 +629,7 @@ To use Checked Exception handling you must add the `manifold-exceptions` depende
<groupId>systems.manifold</groupId>
<artifactId>manifold-exceptions</artifactId>
<!-- it is best to use the latest release -->
<version>2024.1.18</version>
<version>2024.1.19</version>
</dependency>
```

Expand Down
8 changes: 4 additions & 4 deletions docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold-preprocessor&v=RELEASE)
>* [manifold-2024.1.18.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold&v=RELEASE)
>* [manifold-util-2024.1.18.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.19.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold-preprocessor&v=RELEASE)
>* [manifold-2024.1.19.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold&v=RELEASE)
>* [manifold-util-2024.1.19.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 <jar-path>/manifold-preprocessor-2024.1.18.jar;<jar-path>/manifold-2024.1.18.jar;<jar-path>/manifold-util-2024.1.18.jar
>javac -Xplugin:Manifold -classpath <jar-path>/manifold-preprocessor-2024.1.19.jar;<jar-path>/manifold-2024.1.19.jar;<jar-path>/manifold-util-2024.1.19.jar
>```
* Download [Manifold : _Core_](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold&v=RELEASE)
Expand Down
2 changes: 1 addition & 1 deletion manifold-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-parent</artifactId>
<version>2024.1.18-SNAPSHOT</version>
<version>2024.1.19-SNAPSHOT</version>
</parent>

<artifactId>manifold-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion manifold-core-parent/manifold-rt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-core-parent</artifactId>
<version>2024.1.18-SNAPSHOT</version>
<version>2024.1.19-SNAPSHOT</version>
</parent>

<artifactId>manifold-rt</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions manifold-core-parent/manifold/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,11 +741,11 @@ repositories {
}

dependencies {
implementation 'systems.manifold:manifold-rt:2024.1.18'
implementation 'systems.manifold:manifold-rt:2024.1.19'
testImplementation 'junit:junit:4.12'
// Add manifold to -processorpath for javac
annotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.18'
testAnnotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.18'
annotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.19'
testAnnotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.19'
}

if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
Expand Down Expand Up @@ -782,7 +782,7 @@ rootProject.name = 'MyProject'

<properties>
<!-- set latest manifold version here -->
<manifold.version>2024.1.18</manifold.version>
<manifold.version>2024.1.19</manifold.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -835,10 +835,10 @@ Comprehensive IDE support is also available for IntelliJ IDEA and Android Studio
# Javadoc

`manifold`:<br>
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold/2024.1.18/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold/2024.1.18)
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold/2024.1.19/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold/2024.1.19)

`manifold-rt`:<br>
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-rt/2024.1.18/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-rt/2024.1.18)
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-rt/2024.1.19/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-rt/2024.1.19)

# License

Expand Down
2 changes: 1 addition & 1 deletion manifold-core-parent/manifold/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-core-parent</artifactId>
<version>2024.1.18-SNAPSHOT</version>
<version>2024.1.19-SNAPSHOT</version>
</parent>

<artifactId>manifold</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions manifold-core-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-parent</artifactId>
<version>2024.1.18-SNAPSHOT</version>
<version>2024.1.19-SNAPSHOT</version>
</parent>

<artifactId>manifold-core-parent</artifactId>
Expand All @@ -28,7 +28,7 @@
<artifactId>manifold-javadoc-agent</artifactId>
<scope>provided</scope>
<optional>true</optional>
<version>2024.1.18-SNAPSHOT</version>
<version>2024.1.19-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-collections-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-deps-parent</artifactId>
<version>2024.1.18-SNAPSHOT</version>
<version>2024.1.19-SNAPSHOT</version>
</parent>

<artifactId>manifold-collections-test</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions manifold-deps-parent/manifold-collections/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ repositories {
}
dependencies {
implementation 'systems.manifold:manifold-collections:2024.1.18'
implementation 'systems.manifold:manifold-collections:2024.1.19'
testImplementation 'junit:junit:4.12'
// Add manifold to -processorpath for javac
annotationProcessor group: 'systems.manifold', name: 'manifold-collections', version: '2024.1.18'
annotationProcessor group: 'systems.manifold', name: 'manifold-collections', version: '2024.1.19'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
Expand Down Expand Up @@ -225,7 +225,7 @@ rootProject.name = 'MyExtProject'

<properties>
<!-- set latest manifold version here -->
<manifold.version>2024.1.18</manifold.version>
<manifold.version>2024.1.19</manifold.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -269,7 +269,7 @@ rootProject.name = 'MyExtProject'
# Javadoc

`manifold-collections`:<br>
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-collections/2024.1.18/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-collections/2024.1.18)
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-collections/2024.1.19/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-collections/2024.1.19)

# License

Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-collections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-deps-parent</artifactId>
<version>2024.1.18-SNAPSHOT</version>
<version>2024.1.19-SNAPSHOT</version>
</parent>

<artifactId>manifold-collections</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-csv-rt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-deps-parent</artifactId>
<version>2024.1.18-SNAPSHOT</version>
<version>2024.1.19-SNAPSHOT</version>
</parent>

<artifactId>manifold-csv-rt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-csv-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-deps-parent</artifactId>
<version>2024.1.18-SNAPSHOT</version>
<version>2024.1.19-SNAPSHOT</version>
</parent>

<artifactId>manifold-csv-test</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions manifold-deps-parent/manifold-csv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,11 +324,11 @@ repositories {
}
dependencies {
implementation 'systems.manifold:manifold-csv-rt:2024.1.18'
implementation 'systems.manifold:manifold-csv-rt:2024.1.19'
testCompile 'junit:junit:4.12'
// Add manifold to -processorpath for javac
annotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.18'
testAnnotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.18'
annotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.19'
testAnnotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.19'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
Expand Down Expand Up @@ -364,7 +364,7 @@ rootProject.name = 'MyProject'

<properties>
<!-- set latest manifold version here -->
<manifold.version>2024.1.18</manifold.version>
<manifold.version>2024.1.19</manifold.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -408,10 +408,10 @@ rootProject.name = 'MyProject'
# Javadoc

`manifold-csv`:<br>
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-csv/2024.1.18/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-csv/2024.1.18)
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-csv/2024.1.19/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-csv/2024.1.19)

`manifold-csv-rt`:<br>
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-csv-rt/2024.1.18/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-csv-rt/2024.1.18)
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-csv-rt/2024.1.19/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-csv-rt/2024.1.19)

# License

Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-deps-parent</artifactId>
<version>2024.1.18-SNAPSHOT</version>
<version>2024.1.19-SNAPSHOT</version>
</parent>

<artifactId>manifold-csv</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-darkj-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-deps-parent</artifactId>
<version>2024.1.18-SNAPSHOT</version>
<version>2024.1.19-SNAPSHOT</version>
</parent>

<artifactId>manifold-darkj-test</artifactId>
Expand Down
Loading

0 comments on commit 0dd2142

Please sign in to comment.