Skip to content

Commit

Permalink
1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmdavis committed Nov 7, 2019
1 parent f2e21c8 commit 05cf84e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To enable the wagon, add the following configuration to the `pom.xml` in your pr
<extension>
<groupId>com.google.cloud.buildartifacts</groupId>
<artifactId>buildartifacts-maven-wagon</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</extension>
</extensions>
```
Expand Down Expand Up @@ -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.2.0"
id "com.google.cloud.buildartifacts.gradle-plugin" version "1.2.1"
}
repositories {
Expand Down Expand Up @@ -94,7 +94,7 @@ initscript {
}
}
dependencies {
classpath "gradle.plugin.com.google.cloud.buildartifacts:buildartifacts-gradle-plugin:1.2.0"
classpath "gradle.plugin.com.google.cloud.buildartifacts:buildartifacts-gradle-plugin:1.2.1"
}
}
Expand All @@ -111,7 +111,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.com.google.cloud.buildartifacts:buildartifacts-gradle-plugin:1.2.0"
classpath "gradle.plugin.com.google.cloud.buildartifacts:buildartifacts-gradle-plugin:1.2.1"
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {
apply plugin: 'java'
apply plugin: 'maven'
group = 'com.google.cloud.buildartifacts'
version = '1.2.1-SNAPSHOT'
version = '1.2.1'
sourceCompatibility = 1.8
targetCompatibility = 1.8
tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 05cf84e

Please sign in to comment.