Skip to content

Commit 21a91a3

Browse files
authored
Release v1.26.0 (#1193)
* Release v1.26.0 * Actually use the nexus-staging-maven-plugin * Fix leftover snapshot versions in assembly * Fix snapshot version in assembly
1 parent fd14d33 commit 21a91a3

File tree

51 files changed

+1921
-1917
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1921
-1917
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ To use Maven, add the following lines to your pom.xml file:
198198
<dependency>
199199
<groupId>com.google.api-client</groupId>
200200
<artifactId>google-api-client</artifactId>
201-
<version>1.25.0</version>
201+
<version>1.26.0</version>
202202
</dependency>
203203
</dependencies>
204204
</project>
@@ -211,7 +211,7 @@ repositories {
211211
mavenCentral()
212212
}
213213
dependencies {
214-
compile 'com.google.api-client:google-api-client:1.25.0'
214+
compile 'com.google.api-client:google-api-client:1.26.0'
215215
}
216216
```
217217
[//]: # ({x-version-update-end})

google-api-client-android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.api-client</groupId>
66
<artifactId>google-api-client-parent</artifactId>
7-
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
7+
<version>1.26.0</version><!-- {x-version-update:google-api-client:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-api-client-android</artifactId>

google-api-client-appengine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.api-client</groupId>
66
<artifactId>google-api-client-parent</artifactId>
7-
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
7+
<version>1.26.0</version><!-- {x-version-update:google-api-client:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>google-api-client-appengine</artifactId>

google-api-client-assembly/android-properties/google-api-client-1.26.0-SNAPSHOT.jar.properties renamed to google-api-client-assembly/android-properties/google-api-client-1.26.0.jar.properties

File renamed without changes.

google-api-client-assembly/android-properties/google-api-client-android-1.26.0-SNAPSHOT.jar.properties renamed to google-api-client-assembly/android-properties/google-api-client-android-1.26.0.jar.properties

File renamed without changes.

google-api-client-assembly/android-properties/google-api-client-gson-1.26.0-SNAPSHOT.jar.properties renamed to google-api-client-assembly/android-properties/google-api-client-gson-1.26.0.jar.properties

File renamed without changes.

google-api-client-assembly/android-properties/google-api-client-jackson2-1.26.0-SNAPSHOT.jar.properties renamed to google-api-client-assembly/android-properties/google-api-client-jackson2-1.26.0.jar.properties

File renamed without changes.

google-api-client-assembly/android-properties/google-api-client-protobuf-1.26.0-SNAPSHOT.jar.properties renamed to google-api-client-assembly/android-properties/google-api-client-protobuf-1.26.0.jar.properties

File renamed without changes.

google-api-client-assembly/android-properties/google-api-client-xml-1.26.0-SNAPSHOT.jar.properties renamed to google-api-client-assembly/android-properties/google-api-client-xml-1.26.0.jar.properties

File renamed without changes.

google-api-client-assembly/android-properties/google-http-client-1.26.0-SNAPSHOT.jar.properties renamed to google-api-client-assembly/android-properties/google-http-client-1.26.0.jar.properties

File renamed without changes.

0 commit comments

Comments
 (0)