@@ -48,17 +48,18 @@ This is the famous "hello world" in ``graphql-java``:
4848 :language: java
4949
5050
51- Using the latest development build
52- ----------------------------------
51+ Using a development build
52+ -------------------------
5353
54- The latest development build is also available on maven-central.
54+ Every successful build is published on maven-central with the version "<time>-<short git hash>".
55+ For example "2018-06-04T11-42-58-352f0df".
5556
5657Please look at `Latest Build <https://bintray.com/andimarek/graphql-java/graphql-java/_latestVersion >`_ for the
5758latest version value.
5859
5960
60- How to use the latest build with Gradle
61- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
61+ How to use a development build with Gradle
62+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6263
6364Make sure ``mavenCentral `` is among your repos:
6465
@@ -74,13 +75,13 @@ Dependency:
7475.. code-block :: groovy
7576
7677 dependencies {
77- compile 'com.graphql-java:graphql-java:INSERT_LATEST_VERSION_HERE '
78+ compile 'com.graphql-java:graphql-java:INSERT_VERSION_HERE '
7879 }
7980
8081
8182
82- How to use the latest build with Maven
83- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
83+ How to use a development build with Maven
84+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8485
8586
8687Dependency:
@@ -90,7 +91,7 @@ Dependency:
9091 <dependency >
9192 <groupId >com.graphql-java</groupId >
9293 <artifactId >graphql-java</artifactId >
93- <version >INSERT_LATEST_VERSION_HERE </version >
94+ <version >INSERT_VERSION_HERE </version >
9495 </dependency >
9596
9697
0 commit comments