Skip to content

Commit 82855ee

Browse files
chore(main): release 2.8.5 (#1057)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 2ad9903 commit 82855ee

File tree

7 files changed

+18
-10
lines changed

7 files changed

+18
-10
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.8.4"
2+
".": "2.8.5"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.8.5](https://github.com/GoogleCloudPlatform/appengine-plugins/compare/v2.8.4...v2.8.5) (2025-11-14)
4+
5+
6+
### Dependencies
7+
8+
* ensure commons-lang3 v3.18.0 used for gradle ([#1058](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/1058)) ([2ad9903](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/2ad99037f0cb1be576ff906996ed819b84883aec))
9+
* upgrade commons-io to 2.20.0 ([#1056](https://github.com/GoogleCloudPlatform/appengine-plugins/issues/1056)) ([40b5cfa](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/40b5cfab7391c1a09a5bb70dc73d821d47fd0e13))
10+
311
## [2.8.4](https://github.com/GoogleCloudPlatform/appengine-plugins/compare/v2.8.3...v2.8.4) (2025-10-20)
412

513

app-gradle-plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
2020
*/
2121

2222
group = "com.google.cloud.tools"
23-
version = "2.8.5-SNAPSHOT" // {x-version-update:app-gradle-plugin:current}
23+
version = "2.8.5" // {x-version-update:app-gradle-plugin:current}
2424

2525
plugins {
2626
id("java")
@@ -49,7 +49,7 @@ java {
4949
dependencies {
5050
implementation(localGroovy())
5151
implementation(gradleApi())
52-
api("com.google.cloud.tools:appengine-plugins-core:0.13.5-SNAPSHOT") // {x-version-update:appengine-plugins-core:current}
52+
api("com.google.cloud.tools:appengine-plugins-core:0.13.5") // {x-version-update:appengine-plugins-core:current}
5353

5454
implementation("org.apache.commons:commons-lang3:3.18.0")
5555
implementation("commons-io:commons-io:2.20.0")

app-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.cloud.tools</groupId>
66
<artifactId>appengine-maven-plugin</artifactId>
7-
<version>2.8.5-SNAPSHOT</version><!-- {x-version-update:app-maven-plugin:current} -->
7+
<version>2.8.5</version><!-- {x-version-update:app-maven-plugin:current} -->
88
<packaging>maven-plugin</packaging>
99

1010
<name>App Engine Maven Plugin</name>
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>com.google.cloud.tools</groupId>
9494
<artifactId>appengine-plugins-core</artifactId>
95-
<version>0.13.5-SNAPSHOT</version><!-- {x-version-update:appengine-plugins-core:current} -->
95+
<version>0.13.5</version><!-- {x-version-update:appengine-plugins-core:current} -->
9696
</dependency>
9797

9898
<dependency>

appengine-plugins-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.cloud.tools</groupId>
66
<artifactId>appengine-plugins-core</artifactId>
7-
<version>0.13.5-SNAPSHOT</version><!-- {x-version-update:appengine-plugins-core:current} -->
7+
<version>0.13.5</version><!-- {x-version-update:appengine-plugins-core:current} -->
88

99
<name>App Engine Plugins Core Library</name>
1010
<description>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.google.cloud.tools</groupId>
2727
<artifactId>appengine-plugins-core</artifactId>
28-
<version>0.13.5-SNAPSHOT</version><!-- {x-version-update:appengine-plugins-core:current} -->
28+
<version>0.13.5</version><!-- {x-version-update:appengine-plugins-core:current} -->
2929
</dependency>
3030
</dependencies>
3131
<!-- Do not deploy the aggregator POM -->

versions.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Format:
22
# module:released-version:current-version
33

4-
app-maven-plugin:2.8.4:2.8.5-SNAPSHOT
5-
app-gradle-plugin:2.8.4:2.8.5-SNAPSHOT
6-
appengine-plugins-core:0.13.4:0.13.5-SNAPSHOT
4+
app-maven-plugin:2.8.5:2.8.5
5+
app-gradle-plugin:2.8.5:2.8.5
6+
appengine-plugins-core:0.13.5:0.13.5

0 commit comments

Comments
 (0)