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 11# Changelog
22
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+
310## [ 2.3.0] ( https://github.com/googleapis/api-common-java/compare/v2.2.2...v2.3.0 ) (2022-12-05)
411
512
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
2626group = " com.google.api"
2727archivesBaseName = " api-common"
2828
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}
3030
3131sourceCompatibility = 1.8
3232targetCompatibility = 1.8
Original file line number Diff line number Diff line change 55 <groupId >com.google.api</groupId >
66 <artifactId >api-common</artifactId >
77 <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} -->
99 <name >API Common</name >
1010 <url >https://github.com/googleapis/api-common-java</url >
1111 <description >Common utilities for Google APIs in Java</description >
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
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