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.1] ( https://github.com/GoogleCloudPlatform/java-repo-tools/compare/v1.2.0...v1.2.1 ) (2022-05-10)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** deps:** update dependency com.github.spotbugs: spotbugs-annotations to v4.6.0 ([ 054ebb3] ( https://github.com/GoogleCloudPlatform/java-repo-tools/commit/054ebb3aa05d17bfd9ffc0523c60ae6490bdc245 ) )
9+
310## [ 1.1.0] ( https://www.github.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.23...v1.1.0 ) (2021-06-24)
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.1-SNAPSHOT </version ><!-- {x-version-update:checkstyle-configuration:current} -->
21+ <version >1.2.1</version ><!-- {x-version-update:checkstyle-configuration:current} -->
2222 <packaging >jar</packaging >
2323
2424 <properties >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ limitations under the License.
3434
3535 <groupId >com.google.cloud.samples</groupId >
3636 <artifactId >shared-configuration</artifactId >
37- <version >1.2.1-SNAPSHOT </version ><!-- {x-version-update:shared-configuration:current} -->
37+ <version >1.2.1</version ><!-- {x-version-update:shared-configuration:current} -->
3838 <packaging >pom</packaging >
3939
4040 <name >${project.groupId} :${project.artifactId} </name >
@@ -216,7 +216,7 @@ limitations under the License.
216216 <dependency >
217217 <groupId >com.google.cloud.samples</groupId >
218218 <artifactId >checkstyle-configuration</artifactId >
219- <version >1.2.1-SNAPSHOT </version ><!-- {x-version-update:checkstyle-configuration:current} -->
219+ <version >1.2.1</version ><!-- {x-version-update:checkstyle-configuration:current} -->
220220 </dependency >
221221 </dependencies >
222222 <configuration >
@@ -306,7 +306,7 @@ limitations under the License.
306306 <dependency >
307307 <groupId >com.google.cloud.samples</groupId >
308308 <artifactId >checkstyle-configuration</artifactId >
309- <version >1.2.1-SNAPSHOT </version ><!-- {x-version-update:checkstyle-configuration:current} -->
309+ <version >1.2.1</version ><!-- {x-version-update:checkstyle-configuration:current} -->
310310 </dependency >
311311 <dependency >
312312 <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.1-SNAPSHOT </version ><!-- {x-version-update:shared-configuration:current} -->
29+ <version >1.2.1</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.0 :1.2.1-SNAPSHOT
5- checkstyle-configuration:1.2.0 :1.2.1-SNAPSHOT
4+ shared-configuration:1.2.1 :1.2.1
5+ checkstyle-configuration:1.2.1 :1.2.1
You can’t perform that action at this time.
0 commit comments