Skip to content

Commit 94c8d73

Browse files
ludochgae-java-bot
authored andcommitted
Upgrade GAE Java version from 3.0.2 to 3.0.3 and prepare next version 3.0.4-SNAPSHOT
PiperOrigin-RevId: 843549761 Change-Id: Ifd8cf7b5144acd4adae48dc318c406416275f073
1 parent 70b5e84 commit 94c8d73

128 files changed

Lines changed: 142 additions & 142 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The packages `com.google.appengine.api.blobstore.ee10` and `com.google.appengine
7474
<dependency>
7575
<groupId>com.google.appengine</groupId>
7676
<artifactId>appengine-api-1.0-sdk</artifactId>
77-
<version>3.0.2</version><!-- or later-->
77+
<version>3.0.3</version><!-- or later-->
7878
</dependency>
7979
<dependency>
8080
<groupId>javax.servlet</groupId>
@@ -94,7 +94,7 @@ The packages `com.google.appengine.api.blobstore.ee10` and `com.google.appengine
9494
<dependency>
9595
<groupId>com.google.appengine</groupId>
9696
<artifactId>appengine-api-1.0-sdk</artifactId>
97-
<version>3.0.2</version><!-- or later-->
97+
<version>3.0.3</version><!-- or later-->
9898
</dependency>
9999
<dependency>
100100
<groupId>jakarta.servlet</groupId>
@@ -114,7 +114,7 @@ The packages `com.google.appengine.api.blobstore.ee10` and `com.google.appengine
114114
<dependency>
115115
<groupId>com.google.appengine</groupId>
116116
<artifactId>appengine-api-1.0-sdk</artifactId>
117-
<version>3.0.2</version><!-- or later-->
117+
<version>3.0.3</version><!-- or later-->
118118
</dependency>
119119
<dependency>
120120
<groupId>jakarta.servlet</groupId>
@@ -224,7 +224,7 @@ Source code for remote APIs for App Engine.
224224
<dependency>
225225
<groupId>com.google.appengine</groupId>
226226
<artifactId>appengine-remote-api</artifactId>
227-
<version>3.0.2</version><!-- or later-->
227+
<version>3.0.3</version><!-- or later-->
228228
</dependency>
229229
```
230230
@@ -247,7 +247,7 @@ We moved `com.google.appengine.api.memcache.stdimpl` and its old dependency
247247
<dependency>
248248
<groupId>com.google.appengine</groupId>
249249
<artifactId>appengine-api-legacy.jar/artifactId>
250-
<version>3.0.2</version><!-- Or later-->
250+
<version>3.0.3</version><!-- Or later-->
251251
</dependency>
252252
```
253253
@@ -262,19 +262,19 @@ We moved `com.google.appengine.api.memcache.stdimpl` and its old dependency
262262
<dependency>
263263
<groupId>com.google.appengine</groupId>
264264
<artifactId>appengine-testing</artifactId>
265-
<version>3.0.2</version><!-- or later-->
265+
<version>3.0.3</version><!-- or later-->
266266
<scope>test</scope>
267267
</dependency>
268268
<dependency>
269269
<groupId>com.google.appengine</groupId>
270270
<artifactId>appengine-api-stubs</artifactId>
271-
<version>3.0.2</version><!-- or later-->
271+
<version>3.0.3</version><!-- or later-->
272272
<scope>test</scope>
273273
</dependency>
274274
<dependency>
275275
<groupId>com.google.appengine</groupId>
276276
<artifactId>appengine-tools-sdk</artifactId>
277-
<version>3.0.2</version><!-- or later-->
277+
<version>3.0.3</version><!-- or later-->
278278
<scope>test</scope>
279279
</dependency>
280280
```

TRYLATESTBITSINPROD.md

Lines changed: 2 additions & 2 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 `3.0.3-SNAPSHOT`.
52+
Let's assume the current build version is `3.0.4-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>3.0.3-SNAPSHOT</appengine.runtime.version>
73+
<appengine.runtime.version>3.0.4-SNAPSHOT</appengine.runtime.version>
7474
<appengine.runtime.location>target/${project.artifactId}-${project.version}</appengine.runtime.location>
7575
<properties>
7676
...

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>3.0.3-SNAPSHOT</version>
24+
<version>3.0.4-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>3.0.3-SNAPSHOT</version>
26+
<version>3.0.4-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>3.0.3-SNAPSHOT</version>
25+
<version>3.0.4-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>3.0.3-SNAPSHOT</version>
23+
<version>3.0.4-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>3.0.3-SNAPSHOT</version>
26+
<version>3.0.4-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>3.0.3-SNAPSHOT</version>
26+
<version>3.0.4-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>3.0.3-SNAPSHOT</version>
29+
<version>3.0.4-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>3.0.3-SNAPSHOT</version>
24+
<version>3.0.4-SNAPSHOT</version>
2525
</parent>
2626
<packaging>jar</packaging>
2727
<name>AppEngine :: appengine-resources</name>

0 commit comments

Comments
 (0)