Skip to content

Commit 2d9211a

Browse files
maigovannongae-java-bot
authored andcommitted
Upgrade GAE Java version from 4.0.2 to 5.0.0 and prepare next version 5.0.0-SNAPSHOT
PiperOrigin-RevId: 876420344 Change-Id: Iea4d91e0cf15f90e3ea29ac5007cff72341368f3
1 parent b889969 commit 2d9211a

File tree

117 files changed

+127
-127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+127
-127
lines changed

TRYLATESTBITSINPROD.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ top of your web application and change the entrypoint to boot with these jars in
4949
./mvnw clean install
5050
```
5151

52-
Let's assume the current build version is `4.0.3-SNAPSHOT`.
52+
Let's assume the current build version is `5.0.0-SNAPSHOT`.
5353

5454
See the output of the runtime deployment module which contains all the jars needed by the runtime:
5555

@@ -70,7 +70,7 @@ Add the dependency for the GAE runtime jars in your application pom.xml file:
7070

7171
```
7272
<properties>
73-
<appengine.runtime.version>4.0.3-SNAPSHOT</appengine.runtime.version>
73+
<appengine.runtime.version>5.0.0-SNAPSHOT</appengine.runtime.version>
7474
<appengine.runtime.location>target/${project.artifactId}-${project.version}</appengine.runtime.location>
7575
<properties>
7676
...
@@ -196,13 +196,13 @@ fi
196196
if grep -q "<properties>" "$POM_FILE"; then
197197
# Inserts the properties before the closing </properties> tag
198198
sed -i '/<\/properties>/i \
199-
<appengine.runtime.version>4.0.3-SNAPSHOT<\/appengine.runtime.version>\
199+
<appengine.runtime.version>5.0.0-SNAPSHOT<\/appengine.runtime.version>\
200200
<appengine.runtime.location>target/${project.artifactId}-${project.version}<\/appengine.runtime.location>' "$POM_FILE"
201201
else
202202
# If no properties tag exists, insert it before dependencies
203203
sed -i '/<dependencies>/i \
204204
<properties>\
205-
<appengine.runtime.version>4.0.3-SNAPSHOT<\/appengine.runtime.version>\
205+
<appengine.runtime.version>5.0.0-SNAPSHOT<\/appengine.runtime.version>\
206206
<appengine.runtime.location>target/${project.artifactId}-${project.version}<\/appengine.runtime.location>\
207207
<\/properties>' "$POM_FILE"
208208
fi

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.google.appengine</groupId>
2323
<artifactId>parent</artifactId>
24-
<version>4.0.3-SNAPSHOT</version>
24+
<version>5.0.0-SNAPSHOT</version>
2525
</parent>
2626
<properties>
2727
<maven.deploy.skip>true</maven.deploy.skip>

api_dev/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.google.appengine</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>4.0.3-SNAPSHOT</version>
26+
<version>5.0.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<packaging>jar</packaging>

api_legacy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.google.appengine</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>4.0.3-SNAPSHOT</version>
25+
<version>5.0.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<packaging>jar</packaging>

appengine-api-1.0-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.google.appengine</groupId>
2222
<artifactId>parent</artifactId>
23-
<version>4.0.3-SNAPSHOT</version>
23+
<version>5.0.0-SNAPSHOT</version>
2424
</parent>
2525
<packaging>jar</packaging>
2626
<name>AppEngine :: appengine-api-1.0-sdk</name>

appengine-api-stubs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.google.appengine</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>4.0.3-SNAPSHOT</version>
26+
<version>5.0.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<packaging>jar</packaging>

appengine_init/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.google.appengine</groupId>
2525
<artifactId>parent</artifactId>
26-
<version>4.0.3-SNAPSHOT</version>
26+
<version>5.0.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<packaging>jar</packaging>

appengine_jsr107/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.google.appengine</groupId>
2828
<artifactId>parent</artifactId>
29-
<version>4.0.3-SNAPSHOT</version>
29+
<version>5.0.0-SNAPSHOT</version>
3030
</parent>
3131

3232
<dependencies>

appengine_resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.google.appengine</groupId>
2323
<artifactId>parent</artifactId>
24-
<version>4.0.3-SNAPSHOT</version>
24+
<version>5.0.0-SNAPSHOT</version>
2525
</parent>
2626
<packaging>jar</packaging>
2727
<name>AppEngine :: appengine-resources</name>

appengine_setup/apiserver_local/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.google.appengine</groupId>
2222
<artifactId>appengine_setup</artifactId>
23-
<version>4.0.3-SNAPSHOT</version>
23+
<version>5.0.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)