Skip to content

Commit 07354d9

Browse files
committed
[Java] Update version and readme for release.
1 parent 45c039b commit 07354d9

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Example for Maven:
3434
<dependency>
3535
    <groupId>uk.co.real-logic</groupId>
3636
    <artifactId>sbe-all</artifactId>
37-
    <version>1.19.0</version>
37+
    <version>1.20.0</version>
3838
</dependency>
3939
```
4040

4141
Build
4242
-----
4343

44-
The project is built with [Gradle](http://gradle.org/) using this [build.gradle](https://github.com/real-logic/simple-binary-encoding/blob/master/build.gradle) file.
44+
Build the project with [Gradle](http://gradle.org/) using this [build.gradle](https://github.com/real-logic/simple-binary-encoding/blob/master/build.gradle) file.
4545

4646
Full clean build:
4747

@@ -70,7 +70,7 @@ NOTE: Linux, Mac OS, and Windows only for the moment. See
7070
[FAQ](https://github.com/real-logic/simple-binary-encoding/wiki/Frequently-Asked-Questions).
7171
Windows builds have been tested with Visual Studio Express 12.
7272

73-
For convenience, a script is provided that does a full clean, build, and test of all targets as a Release build.
73+
For convenience, the `cppbuild` script does a full clean, build, and test of all targets as a Release build.
7474

7575
$ ./cppbuild/cppbuild
7676

@@ -82,20 +82,17 @@ If you are comfortable using CMake, then a full clean, build, and test looks lik
8282
$ cmake --build . --clean-first
8383
$ ctest
8484

85-
__Note__: A C generator is included with the C++ build, and is built with the C++ build. Currently, the C generator is
86-
a work in progress.
85+
__Note__: The C++ build includes the C generator. Currently, the C generator is a work in progress.
8786

8887
Golang Build
8988
------------
9089

91-
First build using Gradle to generate the SBE jar and then use it to
92-
generate the golang code for testing
90+
First build using Gradle to generate the SBE jar and then use it to generate the golang code for testing.
9391

9492
$ ./gradlew
9593
$ ./gradlew generateGolangCodecs
9694

97-
For convenience on Linux, a gnu Makefile is provided that runs some
98-
tests and contains some examples
95+
For convenience on Linux, a gnu Makefile is provided that runs some tests and contains some examples.
9996

10097
$ cd gocode
10198
# make # test, examples, bench

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.19.1-SNAPSHOT
1+
1.20.0-SNAPSHOT

0 commit comments

Comments
 (0)