Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudnativedata committed Apr 16, 2023
1 parent d6b53f5 commit 3b3e294
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,12 @@ Rows : 13
"/tmp/io/input/e-receipt4.pdf" | 1680878671420
"/tmp/io/input/heat/test2.txt" | 1680871579502
"/tmp/io/input/e-receipt.pdf" | 1680878671420
```
```

# Building

This project using GemFire commercial edition.
See the following to

[Obtain GemFire libraries from a Maven Repository](https://docs.vmware.com/en/VMware-GemFire/9.15/gf/getting_started-installation-obtain_gemfire_maven.html).

2 changes: 1 addition & 1 deletion applications/file-consumer-sink/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'io.spring'
version = '0.0.1-SNAPSHOT'
version = '0.0.1'
sourceCompatibility = '17'

configurations {
Expand Down
2 changes: 1 addition & 1 deletion applications/file-send-source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'io.spring'
version = '0.0.1-SNAPSHOT'
version = '0.0.1'
sourceCompatibility = '17'

configurations {
Expand Down
2 changes: 1 addition & 1 deletion components/file-domains/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'io.spring'
version = '0.0.1-SNAPSHOT'
version = '0.0.1'
sourceCompatibility = '17'

configurations {
Expand Down

0 comments on commit 3b3e294

Please sign in to comment.