Skip to content

Commit fe61e07

Browse files
committed
1.1.2 release
1 parent 4fefc64 commit fe61e07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To enable the wagon, add the following configuration to the `pom.xml` in your pr
2424
<extension>
2525
<groupId>com.google.cloud.buildartifacts</groupId>
2626
<artifactId>buildartifacts-maven-wagon</artifactId>
27-
<version>1.1.0</version>
27+
<version>1.1.2</version>
2828
</extension>
2929
</extensions>
3030
```
@@ -58,7 +58,7 @@ To use Cloud Build Artifacts repositories with gradle, add the following configu
5858

5959
```gradle
6060
plugins {
61-
id "com.google.cloud.buildartifacts.gradle-plugin" version "1.1.0"
61+
id "com.google.cloud.buildartifacts.gradle-plugin" version "1.1.2"
6262
}
6363
6464
repositories {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ allprojects {
2525
apply plugin: 'java'
2626
apply plugin: 'maven'
2727
group = 'com.google.cloud.buildartifacts'
28-
version = '1.1.2-SNAPSHOT'
28+
version = '1.1.2'
2929
sourceCompatibility = 1.8
3030
targetCompatibility = 1.8
3131
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)