File tree Expand file tree Collapse file tree 6 files changed +13
-11
lines changed
Expand file tree Collapse file tree 6 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2.8.2 "
2+ "." : " 2.8.3 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.8.3] ( https://github.com/GoogleCloudPlatform/appengine-plugins/compare/v2.8.2...v2.8.3 ) (2024-12-08)
4+
5+ * Minor changes in the release infrastructure
6+
37## [ 2.8.2] ( https://github.com/GoogleCloudPlatform/appengine-plugins/compare/v2.8.1...v2.8.2 ) (2024-10-17)
48
59
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
2020 */
2121
2222group = " com.google.cloud.tools"
23- version = " 2.8.2 " // {x-version-update:app-gradle-plugin:current}
23+ version = " 2.8.3 " // {x-version-update:app-gradle-plugin:current}
2424
2525plugins {
2626 id(" java" )
4949dependencies {
5050 implementation(localGroovy())
5151 implementation(gradleApi())
52- api(" com.google.cloud.tools:appengine-plugins-core:0.13.2 " ) // {x-version-update:appengine-plugins-core:current}
52+ api(" com.google.cloud.tools:appengine-plugins-core:0.13.3 " ) // {x-version-update:appengine-plugins-core:current}
5353
5454 testImplementation(" commons-io:commons-io:2.11.0" )
5555 testImplementation(" junit:junit:4.13.2" )
Original file line number Diff line number Diff line change 44
55 <groupId >com.google.cloud.tools</groupId >
66 <artifactId >appengine-maven-plugin</artifactId >
7- <version >2.8.2 </version ><!-- {x-version-update:app-maven-plugin:current} -->
7+ <version >2.8.3 </version ><!-- {x-version-update:app-maven-plugin:current} -->
88 <packaging >maven-plugin</packaging >
99
1010 <name >App Engine Maven Plugin</name >
9292 <dependency >
9393 <groupId >com.google.cloud.tools</groupId >
9494 <artifactId >appengine-plugins-core</artifactId >
95- <version >0.13.2 </version ><!-- {x-version-update:appengine-plugins-core:current} -->
95+ <version >0.13.3 </version ><!-- {x-version-update:appengine-plugins-core:current} -->
9696 </dependency >
9797
9898 <dependency >
510510 </releases >
511511 <snapshots >
512512 <enabled >true</enabled >
513- suztomo marked this conversation as resolved.
514513 </snapshots >
515514 </repository >
516515 <repository >
Original file line number Diff line number Diff line change 44
55 <groupId >com.google.cloud.tools</groupId >
66 <artifactId >appengine-plugins-core</artifactId >
7- <version >0.13.2 </version ><!-- {x-version-update:appengine-plugins-core:current} -->
7+ <version >0.13.3 </version ><!-- {x-version-update:appengine-plugins-core:current} -->
88
99 <name >App Engine Plugins Core Library</name >
1010 <description >
626626 </releases >
627627 <snapshots >
628628 <enabled >true</enabled >
629- suztomo marked this conversation as resolved.
630629 </snapshots >
631630 </repository >
632631 <repository >
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
4- app-maven-plugin:2.8.2 :2.8.2
5- app-gradle-plugin:2.8.2 :2.8.2
6- appengine-plugins-core:0.13.2 :0.13.2
4+ app-maven-plugin:2.8.3 :2.8.3
5+ app-gradle-plugin:2.8.3 :2.8.3
6+ appengine-plugins-core:0.13.3 :0.13.3
You can’t perform that action at this time.
0 commit comments