Skip to content

Commit 1401794

Browse files
chore(main): release 2.8.0 (#986)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8850c5c commit 1401794

File tree

6 files changed

+16
-9
lines changed

6 files changed

+16
-9
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.7.0"
2+
".": "2.8.0"
33
}

CHANGELOG.md

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

3+
## [2.8.0](https://github.com/GoogleCloudPlatform/appengine-plugins/compare/v2.7.0...v2.8.0) (2024-01-26)
4+
5+
6+
### Features
7+
8+
* remove duplicate uploads ([8850c5c](https://github.com/GoogleCloudPlatform/appengine-plugins/commit/8850c5c33064fc7a5a55a091ad3cc981877743b5))
9+
310
## [2.7.0](https://github.com/GoogleCloudPlatform/appengine-plugins/compare/v2.6.0...v2.7.0) (2024-01-18)
411

512

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.7.1-SNAPSHOT" // {x-version-update:app-gradle-plugin:current}
23+
version = "2.8.0" // {x-version-update:app-gradle-plugin:current}
2424

2525
plugins {
2626
id("java")
@@ -48,7 +48,7 @@ java {
4848
dependencies {
4949
implementation(localGroovy())
5050
implementation(gradleApi())
51-
api("com.google.cloud.tools:appengine-plugins-core:0.12.1-SNAPSHOT") // {x-version-update:appengine-plugins-core:current}
51+
api("com.google.cloud.tools:appengine-plugins-core:0.13.0") // {x-version-update:appengine-plugins-core:current}
5252

5353
testImplementation("commons-io:commons-io:2.11.0")
5454
testImplementation("junit:junit:4.13.2")

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.7.1-SNAPSHOT</version><!-- {x-version-update:app-maven-plugin:current} -->
7+
<version>2.8.0</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.12.1-SNAPSHOT</version><!-- {x-version-update:appengine-plugins-core:current} -->
95+
<version>0.13.0</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.12.1-SNAPSHOT</version><!-- {x-version-update:appengine-plugins-core:current} -->
7+
<version>0.13.0</version><!-- {x-version-update:appengine-plugins-core:current} -->
88

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

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.7.0:2.7.1-SNAPSHOT
5-
app-gradle-plugin:2.7.0:2.7.1-SNAPSHOT
6-
appengine-plugins-core:0.12.0:0.12.1-SNAPSHOT
4+
app-maven-plugin:2.8.0:2.8.0
5+
app-gradle-plugin:2.8.0:2.8.0
6+
appengine-plugins-core:0.13.0:0.13.0

0 commit comments

Comments
 (0)