From c1ce3fbdc0ef8af2941e04de6a998c6cc5707d06 Mon Sep 17 00:00:00 2001 From: Lian Mo Date: Tue, 3 Sep 2019 10:32:00 -0700 Subject: [PATCH] 1.1.3 release --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da05177..ecc4b6f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To enable the wagon, add the following configuration to the `pom.xml` in your pr com.google.cloud.buildartifacts buildartifacts-maven-wagon - 1.1.2 + 1.1.3 ``` @@ -58,7 +58,7 @@ To use Cloud Build Artifacts repositories with gradle, add the following configu ```gradle plugins { - id "com.google.cloud.buildartifacts.gradle-plugin" version "1.1.2" + id "com.google.cloud.buildartifacts.gradle-plugin" version "1.1.3" } repositories { diff --git a/build.gradle b/build.gradle index 330bc85..5ee0a92 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ allprojects { apply plugin: 'java' apply plugin: 'maven' group = 'com.google.cloud.buildartifacts' - version = '1.1.3-SNAPSHOT' + version = '1.1.3' sourceCompatibility = 1.8 targetCompatibility = 1.8 tasks.withType(JavaCompile) {