[ARVADOS] updated: 2.1.0-1557-g59d3e00f4

Git user git at public.arvados.org
Fri Oct 29 14:54:36 UTC 2021


Summary of changes:
 doc/sdk/java-v2/index.html.textile.liquid | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

       via  59d3e00f4b7459a8c94185cda6cf163ef05bd2fa (commit)
      from  e230982830132e278122f873d5f7434a63533362 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 59d3e00f4b7459a8c94185cda6cf163ef05bd2fa
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Oct 29 10:54:19 2021 -0400

    18273: Tweak java sdk example
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/doc/sdk/java-v2/index.html.textile.liquid b/doc/sdk/java-v2/index.html.textile.liquid
index b3336d51d..ad9f0e1a9 100644
--- a/doc/sdk/java-v2/index.html.textile.liquid
+++ b/doc/sdk/java-v2/index.html.textile.liquid
@@ -32,7 +32,7 @@ application {
 }
 
 dependencies {
-    api 'org.arvados:arvados-java-sdk:0.1.0'
+    api 'org.arvados:arvados-java-sdk:0.1.1'
 }
 </pre>
 
@@ -140,7 +140,7 @@ Dependencies:
 $ <code class="userinput">git clone https://github.com/arvados/arvados.git</code>
 $ <code class="userinput">cd arvados/sdk/java-v2</code>
 $ <code class="userinput">gradle test</code>
-$ <code class="userinput">gradle jar</code>
+$ <code class="userinput">gradle jar -Pversion=0.1.1</code>
 </pre>
-This will build the SDK and run all unit tests, then generate an Arvados Java sdk jar file in build/libs/arvados-java-2.0.0.jar
+This will build the SDK and run all unit tests, then generate an Arvados Java sdk jar file in build/libs/arvados-java-0.1.1.jar
 </notextile>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list