Skip to content

Commit 8b3b32c

Browse files
1 parent 3356ebc commit 8b3b32c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

clients/google-api-services-blogger/v2/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Blogger API v3 Client Library for Java
1+
# Blogger API Client Library for Java
22

33
The Blogger API provides access to posts, comments and pages of a Blogger blog.
44

5-
This page contains information about getting started with the Blogger API v3
5+
This page contains information about getting started with the Blogger API
66
using the Google API Client Library for Java. In addition, you may be interested
77
in the following documentation:
88

9-
* Browse the [Javadoc reference for the Blogger API v3][javadoc]
9+
* Browse the [Javadoc reference for the Blogger API][javadoc]
1010
* Read the [Developer's Guide for the Google API Client Library for Java][google-api-client].
11-
* Interact with this API in your browser using the [APIs Explorer for the Blogger API v3][api-explorer]
11+
* Interact with this API in your browser using the [APIs Explorer for the Blogger API][api-explorer]
1212

1313
## Installation
1414

@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-blogger</artifactId>
25-
<version>v2-rev20200801-1.32.1</version>
25+
<version>v2-rev20220727-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
compile 'com.google.apis:google-api-services-blogger:v2-rev20200801-1.32.1'
38+
implementation 'com.google.apis:google-api-services-blogger:v2-rev20220727-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-blogger/v3/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Blogger API v3 Client Library for Java
1+
# Blogger API Client Library for Java
22

33
The Blogger API provides access to posts, comments and pages of a Blogger blog.
44

5-
This page contains information about getting started with the Blogger API v3
5+
This page contains information about getting started with the Blogger API
66
using the Google API Client Library for Java. In addition, you may be interested
77
in the following documentation:
88

9-
* Browse the [Javadoc reference for the Blogger API v3][javadoc]
9+
* Browse the [Javadoc reference for the Blogger API][javadoc]
1010
* Read the [Developer's Guide for the Google API Client Library for Java][google-api-client].
11-
* Interact with this API in your browser using the [APIs Explorer for the Blogger API v3][api-explorer]
11+
* Interact with this API in your browser using the [APIs Explorer for the Blogger API][api-explorer]
1212

1313
## Installation
1414

@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-blogger</artifactId>
25-
<version>v3-rev20210227-1.32.1</version>
25+
<version>v3-rev20221220-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
compile 'com.google.apis:google-api-services-blogger:v3-rev20210227-1.32.1'
38+
implementation 'com.google.apis:google-api-services-blogger:v3-rev20221220-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)