Skip to content

Commit

Permalink
v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
molian6 committed Sep 26, 2019
1 parent 6d7a426 commit 576af91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.1.3</version>
<version>1.2.0</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.1.3"
id "com.google.cloud.buildartifacts.gradle-plugin" version "1.2.0"
}
repositories {
Expand Down Expand Up @@ -89,7 +89,7 @@ initscript {
gradlePluginPortal()
}
dependencies {
classpath "gradle.plugin.com.google.cloud.buildartifacts:buildartifacts-gradle-plugin:1.1.4"
classpath "gradle.plugin.com.google.cloud.buildartifacts:buildartifacts-gradle-plugin:1.2.0"
}
}
apply plugin: com.google.cloud.buildartifacts.gradle.plugin.BuildArtifactsGradlePlugin
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.1.4-SNAPSHOT'
version = '1.2.0'
sourceCompatibility = 1.8
targetCompatibility = 1.8
tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 576af91

Please sign in to comment.