-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: release appengine-plugins-core 0.10.1 (#972)
* fix(chore): setting next release version This commit was made via apply_current_versions.sh after updating versions.txt: $ vim versions.txt $ ~/google-cloud-java/generation/apply_current_versions.sh * log message * Using the current appengine-plugins-core in app-gradle-plugin The Release Please annotation syntax is from old gax-java: https://github.com/googleapis/gax-java/blob/9eb24ba32819587e8179be0482017439cd889c4d/gax-httpjson/build.gradle * add developer, license, and project url --------- Co-authored-by: Joe Wang <[email protected]>
- Loading branch information
1 parent
f81670d
commit 6b7c42a
Showing
5 changed files
with
65 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,50 @@ | |
|
||
<groupId>com.google.cloud.tools</groupId> | ||
<artifactId>appengine-maven-plugin</artifactId> | ||
<version>2.5.1-SNAPSHOT</version><!-- {x-version-update:app-maven-plugin:current} --> | ||
<version>2.5.1</version><!-- {x-version-update:app-maven-plugin:current} --> | ||
<packaging>maven-plugin</packaging> | ||
|
||
<name>App Engine Maven Plugin</name> | ||
<description> | ||
This Maven plugin provides goals to build and deploy Google App Engine applications. | ||
</description> | ||
<url>https://github.com/GoogleCloudPlatform/appengine-plugins/tree/main/app-maven-plugin</url> | ||
|
||
<organization> | ||
<name>Google LLC</name> | ||
<url>https://www.google.com</url> | ||
</organization> | ||
|
||
<licenses> | ||
<license> | ||
<name>The Apache License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
</license> | ||
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<id>joaomartins</id> | ||
<name>João Martins</name> | ||
<email>[email protected]</email> | ||
<organization>Google</organization> | ||
<organizationUrl>http://www.google.com</organizationUrl> | ||
</developer> | ||
<developer> | ||
<id>appu</id> | ||
<name>Appu Goundan</name> | ||
<email>[email protected]</email> | ||
<organization>Google</organization> | ||
<organizationUrl>http://www.google.com</organizationUrl> | ||
</developer> | ||
<developer> | ||
<id>meltsufin</id> | ||
<name>Mike Eltsufin</name> | ||
<email>[email protected]</email> | ||
<organization>Google</organization> | ||
<organizationUrl>http://www.google.com</organizationUrl> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
<connection>scm:git:https://github.com/GoogleCloudPlatform/app-maven-plugin.git | ||
|
@@ -55,7 +92,7 @@ | |
<dependency> | ||
<groupId>com.google.cloud.tools</groupId> | ||
<artifactId>appengine-plugins-core</artifactId> | ||
<version>0.10.1-SNAPSHOT</version><!-- {x-version-update:appengine-plugins-core:current} --> | ||
<version>0.10.1</version><!-- {x-version-update:appengine-plugins-core:current} --> | ||
</dependency> | ||
|
||
<dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Format: | ||
# module:released-version:current-version | ||
|
||
appengine-plugins-core:0.10.0:0.10.1-SNAPSHOT | ||
app-maven-plugin:2.5.0:2.5.1-SNAPSHOT | ||
appengine-plugins-core:0.10.0:0.10.1 | ||
app-maven-plugin:2.5.0:2.5.1 |