This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.3.1] ( https://github.com/googleapis/api-common-java/compare/v2.3.0...v2.3.1 ) (2022-12-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Build with JDK11 and target JDK8 ([ 1862611] ( https://github.com/googleapis/api-common-java/commit/1862611d8b5cff69288380fe567e6ce033148c55 ) )
9
+
3
10
## [ 2.3.0] ( https://github.com/googleapis/api-common-java/compare/v2.2.2...v2.3.0 ) (2022-12-05)
4
11
5
12
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
26
26
group = " com.google.api"
27
27
archivesBaseName = " api-common"
28
28
29
- project. version = " 2.3.1-SNAPSHOT " // {x-version-update:api-common:current}
29
+ project. version = " 2.3.1" // {x-version-update:api-common:current}
30
30
31
31
sourceCompatibility = 1.8
32
32
targetCompatibility = 1.8
Original file line number Diff line number Diff line change 5
5
<groupId >com.google.api</groupId >
6
6
<artifactId >api-common</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >2.3.1-SNAPSHOT </version ><!-- {x-version-update:api-common:current} -->
8
+ <version >2.3.1</version ><!-- {x-version-update:api-common:current} -->
9
9
<name >API Common</name >
10
10
<url >https://github.com/googleapis/api-common-java</url >
11
11
<description >Common utilities for Google APIs in Java</description >
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- api-common:2.3.0 :2.3.1-SNAPSHOT
4
+ api-common:2.3.1 :2.3.1
You can’t perform that action at this time.
0 commit comments