File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.2.3] ( https://github.com/GoogleCloudPlatform/java-repo-tools/compare/v1.2.2...v1.2.3 ) (2024-08-29)
4+
5+
6+ ### Bug Fixes
7+
8+ * add configuration for release-trigger bot ([ 1fb6304] ( https://github.com/GoogleCloudPlatform/java-repo-tools/commit/1fb6304a1c9a8f5c82a3a82c5aa7cf5d1ab96092 ) )
9+
310### [ 1.2.1] ( https://github.com/GoogleCloudPlatform/java-repo-tools/compare/v1.2.0...v1.2.1 ) (2022-05-10)
411
512
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ limitations under the License.
1818
1919 <groupId >com.google.cloud.samples</groupId >
2020 <artifactId >checkstyle-configuration</artifactId >
21- <version >1.2.2-SNAPSHOT </version ><!-- {x-version-update:checkstyle-configuration:current} -->
21+ <version >1.2.2</version ><!-- {x-version-update:checkstyle-configuration:current} -->
2222 <packaging >jar</packaging >
2323
2424 <properties >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ limitations under the License.
3333
3434 <groupId >com.google.cloud.samples</groupId >
3535 <artifactId >shared-configuration</artifactId >
36- <version >1.2.2-SNAPSHOT </version ><!-- {x-version-update:shared-configuration:current} -->
36+ <version >1.2.2</version ><!-- {x-version-update:shared-configuration:current} -->
3737 <packaging >pom</packaging >
3838
3939 <name >${project.groupId} :${project.artifactId} </name >
@@ -215,7 +215,7 @@ limitations under the License.
215215 <dependency >
216216 <groupId >com.google.cloud.samples</groupId >
217217 <artifactId >checkstyle-configuration</artifactId >
218- <version >1.2.2-SNAPSHOT </version ><!-- {x-version-update:checkstyle-configuration:current} -->
218+ <version >1.2.2</version ><!-- {x-version-update:checkstyle-configuration:current} -->
219219 </dependency >
220220 </dependencies >
221221 <configuration >
@@ -305,7 +305,7 @@ limitations under the License.
305305 <dependency >
306306 <groupId >com.google.cloud.samples</groupId >
307307 <artifactId >checkstyle-configuration</artifactId >
308- <version >1.2.2-SNAPSHOT </version ><!-- {x-version-update:checkstyle-configuration:current} -->
308+ <version >1.2.2</version ><!-- {x-version-update:checkstyle-configuration:current} -->
309309 </dependency >
310310 <dependency >
311311 <groupId >com.puppycrawl.tools</groupId >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ limitations under the License.
2626 <parent >
2727 <artifactId >shared-configuration</artifactId >
2828 <groupId >com.google.cloud.samples</groupId >
29- <version >1.2.2-SNAPSHOT </version ><!-- {x-version-update:shared-configuration:current} -->
29+ <version >1.2.2</version ><!-- {x-version-update:shared-configuration:current} -->
3030 <relativePath >..</relativePath >
3131 </parent >
3232
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
4- shared-configuration:1.2.1 :1.2.2-SNAPSHOT
5- checkstyle-configuration:1.2.1 :1.2.2-SNAPSHOT
4+ shared-configuration:1.2.2 :1.2.2
5+ checkstyle-configuration:1.2.2 :1.2.2
You can’t perform that action at this time.
0 commit comments