From 1ece990f2832585f966c1ecb6acf48de4609134b Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Thu, 14 May 2020 09:18:55 +0900 Subject: [PATCH] Update versions to latest --- Using-S3Proxy-in-Java-projects.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Using-S3Proxy-in-Java-projects.md b/Using-S3Proxy-in-Java-projects.md index 80faee5..f0cd467 100644 --- a/Using-S3Proxy-in-Java-projects.md +++ b/Using-S3Proxy-in-Java-projects.md @@ -6,7 +6,7 @@ Java projects can include the latest S3Proxy release via Maven artifacts: org.gaul s3proxy - 1.6.1 + 1.7.1 ``` @@ -35,7 +35,7 @@ Sonatype also provides pre-release snapshots: org.gaul s3proxy - 1.6.2-SNAPSHOT + 1.7.2-SNAPSHOT ```