Skip to content

Commit be28385

Browse files
committed
2.0.1 release
1 parent e6dd7b2 commit be28385

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To enable the wagon, add the following configuration to the `pom.xml` in your pr
2323
<extension>
2424
<groupId>com.google.cloud.artifactregistry</groupId>
2525
<artifactId>artifactregistry-maven-wagon</artifactId>
26-
<version>2.0.0</version>
26+
<version>2.0.1</version>
2727
</extension>
2828
</extensions>
2929
```
@@ -60,7 +60,7 @@ you should use the correct location for your repository.
6060

6161
```gradle
6262
plugins {
63-
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.0.0"
63+
id "com.google.cloud.artifactregistry.gradle-plugin" version "2.0.1"
6464
}
6565
6666
repositories {
@@ -96,7 +96,7 @@ initscript {
9696
}
9797
}
9898
dependencies {
99-
classpath "gradle.plugin.com.google.cloud.artifactregistry:artifactregistry-gradle-plugin:2.0.0"
99+
classpath "gradle.plugin.com.google.cloud.artifactregistry:artifactregistry-gradle-plugin:2.0.1"
100100
}
101101
}
102102
@@ -113,7 +113,7 @@ buildscript {
113113
}
114114
}
115115
dependencies {
116-
classpath "gradle.plugin.com.google.cloud.artifactregistry:artifactregistry-gradle-plugin:1.2.1"
116+
classpath "gradle.plugin.com.google.cloud.artifactregistry:artifactregistry-gradle-plugin:2.0.1"
117117
}
118118
}
119119

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
}
2121

2222
description = 'Artifact Registry Maven Tools'
23-
ext.project_version = '2.0.1-SNAPSHOT'
23+
ext.project_version = '2.0.1'
2424
ext.isReleaseVersion = !project_version.endsWith("SNAPSHOT")
2525

2626
allprojects {

0 commit comments

Comments
 (0)