File tree 35 files changed +57
-57
lines changed
firebase-event-proxy/gae-firebase-event-proxy
serviceaccount-appengine-sample
35 files changed +57
-57
lines changed Original file line number Diff line number Diff line change 28
28
</parent >
29
29
30
30
<properties >
31
- <gcloud-maven-plugin-version >2.0.9.101.v20160316 </gcloud-maven-plugin-version >
31
+ <gcloud-maven-plugin-version >2.0.9.121.v20160815 </gcloud-maven-plugin-version >
32
32
</properties >
33
33
34
34
<dependencies >
Original file line number Diff line number Diff line change 26
26
<relativePath >../..</relativePath >
27
27
</parent >
28
28
<properties >
29
- <objectify .version>5.1.5 </objectify .version>
29
+ <objectify .version>5.1.13 </objectify .version>
30
30
</properties >
31
31
<!-- [START set_versions] -->
32
32
<prerequisites >
Original file line number Diff line number Diff line change 36
36
<dependency >
37
37
<groupId >com.google.auto.value</groupId >
38
38
<artifactId >auto-value</artifactId >
39
- <version >1.2 </version >
39
+ <version >1.3 </version >
40
40
<scope >provided</scope >
41
41
</dependency >
42
42
<dependency >
Original file line number Diff line number Diff line change 62
62
<dependency >
63
63
<groupId >com.fasterxml.jackson.core</groupId >
64
64
<artifactId >jackson-core</artifactId >
65
- <version >2.8.1 </version >
65
+ <version >2.8.2 </version >
66
66
</dependency >
67
67
<dependency >
68
68
<groupId >com.fasterxml.jackson.core</groupId >
69
69
<artifactId >jackson-databind</artifactId >
70
- <version >2.8.1 </version >
70
+ <version >2.8.2 </version >
71
71
</dependency >
72
72
73
73
<!-- Test Dependencies -->
Original file line number Diff line number Diff line change 8
8
<groupId >com.example.appengine</groupId >
9
9
<artifactId >appengine-guestbook-objectify</artifactId >
10
10
<properties >
11
- <objectify .version>5.1.5 </objectify .version>
12
- <guava .version>18 .0</guava .version>
11
+ <objectify .version>5.1.13 </objectify .version>
12
+ <guava .version>19 .0</guava .version>
13
13
</properties >
14
14
<parent >
15
15
<groupId >com.google.cloud</groupId >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Copyright 2015 Google Inc. All Rights Reserved.
21
21
<artifactId >appengine-images</artifactId >
22
22
23
23
<properties >
24
- <appengine .sdk.version>1.9.24 </appengine .sdk.version>
24
+ <appengine .sdk.version>1.9.42 </appengine .sdk.version>
25
25
</properties >
26
26
27
27
<parent >
Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >com.sun.jersey</groupId >
39
39
<artifactId >jersey-core</artifactId >
40
- <version >1.19.1 </version >
40
+ <version >1.19.2 </version >
41
41
</dependency >
42
42
<dependency >
43
43
<groupId >com.sun.jersey</groupId >
44
44
<artifactId >jersey-client</artifactId >
45
- <version >1.19.1 </version >
45
+ <version >1.19.2 </version >
46
46
</dependency >
47
47
<dependency >
48
48
<groupId >com.sun.jersey.contribs</groupId >
49
49
<artifactId >jersey-multipart</artifactId >
50
- <version >1.19.1 </version >
50
+ <version >1.19.2 </version >
51
51
</dependency >
52
52
<!-- [END dependencies] -->
53
53
</dependencies >
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >com.sun.jersey</groupId >
46
46
<artifactId >jersey-core</artifactId >
47
- <version >1.19.1 </version >
47
+ <version >1.19.2 </version >
48
48
</dependency >
49
49
<dependency >
50
50
<groupId >com.sun.jersey</groupId >
51
51
<artifactId >jersey-client</artifactId >
52
- <version >1.19.1 </version >
52
+ <version >1.19.2 </version >
53
53
</dependency >
54
54
<dependency >
55
55
<groupId >com.sun.jersey.contribs</groupId >
56
56
<artifactId >jersey-multipart</artifactId >
57
- <version >1.19.1 </version >
57
+ <version >1.19.2 </version >
58
58
</dependency >
59
59
<!-- [END dependencies] -->
60
60
</dependencies >
Original file line number Diff line number Diff line change 9
9
<artifactId >appengine-multitenancy</artifactId >
10
10
11
11
<properties >
12
- <objectify .version>5.1.5 </objectify .version>
13
- <guava .version>18 .0</guava .version>
12
+ <objectify .version>5.1.13 </objectify .version>
13
+ <guava .version>19 .0</guava .version>
14
14
</properties >
15
15
<parent >
16
16
<groupId >com.google.cloud</groupId >
Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >com.google.apis</groupId >
25
25
<artifactId >google-api-services-bigquery</artifactId >
26
- <version >v2-rev317 -1.22.0</version >
26
+ <version >v2-rev319 -1.22.0</version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >com.google.oauth-client</groupId >
30
30
<artifactId >google-oauth-client</artifactId >
31
- <version >1.21 .0</version >
31
+ <version >1.22 .0</version >
32
32
</dependency >
33
33
<dependency >
34
34
<groupId >com.google.http-client</groupId >
35
35
<artifactId >google-http-client-jackson2</artifactId >
36
- <version >1.21 .0</version >
36
+ <version >1.22 .0</version >
37
37
</dependency >
38
38
<dependency >
39
39
<groupId >com.google.oauth-client</groupId >
40
40
<artifactId >google-oauth-client-jetty</artifactId >
41
- <version >1.21 .0</version >
41
+ <version >1.22 .0</version >
42
42
</dependency >
43
43
<dependency >
44
44
<groupId >com.google.code.gson</groupId >
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ limitations under the License.
89
89
</dependency >
90
90
</dependencies >
91
91
<properties >
92
- <project .compute.version>v1-rev105 -1.21 .0</project .compute.version>
92
+ <project .compute.version>v1-rev122 -1.22 .0</project .compute.version>
93
93
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
94
94
</properties >
95
95
</project >
Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >com.google.cloud</groupId >
25
25
<artifactId >gcloud-java-datastore</artifactId >
26
- <version >0.2.7 </version >
26
+ <version >0.2.8 </version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >junit</groupId >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ limitations under the License.
25
25
<dependency >
26
26
<groupId >com.google.apis</groupId >
27
27
<artifactId >google-api-services-language</artifactId >
28
- <version >v1beta1-rev5 -1.22.0</version >
28
+ <version >v1beta1-rev7 -1.22.0</version >
29
29
</dependency >
30
30
<dependency >
31
31
<groupId >com.google.api-client</groupId >
Original file line number Diff line number Diff line change 31
31
<maven .compiler.target>1.8</maven .compiler.target>
32
32
<maven .compiler.source>1.8</maven .compiler.source>
33
33
<maven-war-plugin-version >2.6</maven-war-plugin-version >
34
- <gcloud-maven-plugin-version >2.0.9.106.v20160420 </gcloud-maven-plugin-version >
34
+ <gcloud-maven-plugin-version >2.0.9.121.v20160815 </gcloud-maven-plugin-version >
35
35
<jetty-maven-plugin-version >9.3.7.v20160115</jetty-maven-plugin-version >
36
36
</properties >
37
37
Original file line number Diff line number Diff line change 31
31
<maven .compiler.target>1.8</maven .compiler.target>
32
32
<maven .compiler.source>1.8</maven .compiler.source>
33
33
<maven-war-plugin-version >2.6</maven-war-plugin-version >
34
- <gcloud-maven-plugin-version >2.0.9.106.v20160420 </gcloud-maven-plugin-version >
34
+ <gcloud-maven-plugin-version >2.0.9.121.v20160815 </gcloud-maven-plugin-version >
35
35
<jetty-maven-plugin-version >9.3.7.v20160115</jetty-maven-plugin-version >
36
36
</properties >
37
37
Original file line number Diff line number Diff line change 31
31
<maven .compiler.target>1.8</maven .compiler.target>
32
32
<maven .compiler.source>1.8</maven .compiler.source>
33
33
<maven-war-plugin-version >2.6</maven-war-plugin-version >
34
- <gcloud-maven-plugin-version >2.0.9.106.v20160420 </gcloud-maven-plugin-version >
34
+ <gcloud-maven-plugin-version >2.0.9.121.v20160815 </gcloud-maven-plugin-version >
35
35
<jetty-maven-plugin-version >9.3.7.v20160115</jetty-maven-plugin-version >
36
36
</properties >
37
37
47
47
<dependency >
48
48
<groupId >com.google.cloud</groupId >
49
49
<artifactId >gcloud-java-storage</artifactId >
50
- <version >0.2.7 </version >
50
+ <version >0.2.8 </version >
51
51
</dependency >
52
52
<!-- [END dependencies] -->
53
53
</dependencies >
Original file line number Diff line number Diff line change 31
31
<maven .compiler.target>1.8</maven .compiler.target>
32
32
<maven .compiler.source>1.8</maven .compiler.source>
33
33
<maven-war-plugin-version >2.6</maven-war-plugin-version >
34
- <gcloud-maven-plugin-version >2.0.9.106.v20160420 </gcloud-maven-plugin-version >
34
+ <gcloud-maven-plugin-version >2.0.9.121.v20160815 </gcloud-maven-plugin-version >
35
35
<jetty-maven-plugin-version >9.3.7.v20160115</jetty-maven-plugin-version >
36
36
</properties >
37
37
Original file line number Diff line number Diff line change 31
31
<maven .compiler.target>1.8</maven .compiler.target>
32
32
<maven .compiler.source>1.8</maven .compiler.source>
33
33
<maven-war-plugin-version >2.6</maven-war-plugin-version >
34
- <gcloud-maven-plugin-version >2.0.9.106.v20160420 </gcloud-maven-plugin-version >
34
+ <gcloud-maven-plugin-version >2.0.9.121.v20160815 </gcloud-maven-plugin-version >
35
35
<jetty-maven-plugin-version >9.3.7.v20160115</jetty-maven-plugin-version >
36
36
</properties >
37
37
47
47
<dependency >
48
48
<groupId >com.google.cloud</groupId >
49
49
<artifactId >gcloud-java-datastore</artifactId >
50
- <version >0.2.7 </version >
50
+ <version >0.2.8 </version >
51
51
</dependency >
52
52
<!-- [END dependencies] -->
53
53
</dependencies >
Original file line number Diff line number Diff line change 31
31
<maven .compiler.target>1.8</maven .compiler.target>
32
32
<maven .compiler.source>1.8</maven .compiler.source>
33
33
<maven-war-plugin-version >2.6</maven-war-plugin-version >
34
- <gcloud-maven-plugin-version >2.0.9.106.v20160420 </gcloud-maven-plugin-version >
34
+ <gcloud-maven-plugin-version >2.0.9.121.v20160815 </gcloud-maven-plugin-version >
35
35
<jetty-maven-plugin-version >9.3.7.v20160115</jetty-maven-plugin-version >
36
36
</properties >
37
37
Original file line number Diff line number Diff line change 31
31
<maven .compiler.target>1.8</maven .compiler.target>
32
32
<maven .compiler.source>1.8</maven .compiler.source>
33
33
<maven-war-plugin-version >2.6</maven-war-plugin-version >
34
- <gcloud-maven-plugin-version >2.0.9.106.v20160420 </gcloud-maven-plugin-version >
34
+ <gcloud-maven-plugin-version >2.0.9.121.v20160815 </gcloud-maven-plugin-version >
35
35
<jetty-maven-plugin-version >9.3.7.v20160115</jetty-maven-plugin-version >
36
36
</properties >
37
37
Original file line number Diff line number Diff line change 31
31
<maven .compiler.target>1.8</maven .compiler.target>
32
32
<maven .compiler.source>1.8</maven .compiler.source>
33
33
<maven-war-plugin-version >2.6</maven-war-plugin-version >
34
- <gcloud-maven-plugin-version >2.0.9.106.v20160420 </gcloud-maven-plugin-version >
34
+ <gcloud-maven-plugin-version >2.0.9.121.v20160815 </gcloud-maven-plugin-version >
35
35
<jetty-maven-plugin-version >9.3.7.v20160115</jetty-maven-plugin-version >
36
36
</properties >
37
37
47
47
<dependency >
48
48
<groupId >com.sun.jersey</groupId >
49
49
<artifactId >jersey-core</artifactId >
50
- <version >1.19.1 </version >
50
+ <version >1.19.2 </version >
51
51
</dependency >
52
52
<dependency >
53
53
<groupId >com.sun.jersey</groupId >
54
54
<artifactId >jersey-client</artifactId >
55
- <version >1.19.1 </version >
55
+ <version >1.19.2 </version >
56
56
</dependency >
57
57
<dependency >
58
58
<groupId >com.sun.jersey.contribs</groupId >
59
59
<artifactId >jersey-multipart</artifactId >
60
- <version >1.19.1 </version >
60
+ <version >1.19.2 </version >
61
61
</dependency >
62
62
<!-- [END dependencies] -->
63
63
</dependencies >
Original file line number Diff line number Diff line change 31
31
<maven .compiler.target>1.8</maven .compiler.target>
32
32
<maven .compiler.source>1.8</maven .compiler.source>
33
33
<maven-war-plugin-version >2.6</maven-war-plugin-version >
34
- <gcloud-maven-plugin-version >2.0.9.106.v20160420 </gcloud-maven-plugin-version >
34
+ <gcloud-maven-plugin-version >2.0.9.121.v20160815 </gcloud-maven-plugin-version >
35
35
<jetty-maven-plugin-version >9.3.7.v20160115</jetty-maven-plugin-version >
36
36
</properties >
37
37
Original file line number Diff line number Diff line change 31
31
<maven .compiler.target>1.8</maven .compiler.target>
32
32
<maven .compiler.source>1.8</maven .compiler.source>
33
33
<maven-war-plugin-version >2.6</maven-war-plugin-version >
34
- <gcloud-maven-plugin-version >2.0.9.106.v20160420 </gcloud-maven-plugin-version >
34
+ <gcloud-maven-plugin-version >2.0.9.121.v20160815 </gcloud-maven-plugin-version >
35
35
<jetty-maven-plugin-version >9.3.7.v20160115</jetty-maven-plugin-version >
36
36
</properties >
37
37
Original file line number Diff line number Diff line change 31
31
<maven .compiler.target>1.8</maven .compiler.target>
32
32
<maven .compiler.source>1.8</maven .compiler.source>
33
33
<maven-war-plugin-version >2.6</maven-war-plugin-version >
34
- <gcloud-maven-plugin-version >2.0.9.106.v20160420 </gcloud-maven-plugin-version >
34
+ <gcloud-maven-plugin-version >2.0.9.121.v20160815 </gcloud-maven-plugin-version >
35
35
<jetty-maven-plugin-version >9.3.7.v20160115</jetty-maven-plugin-version >
36
36
</properties >
37
37
Original file line number Diff line number Diff line change 31
31
<maven .compiler.target>1.8</maven .compiler.target>
32
32
<maven .compiler.source>1.8</maven .compiler.source>
33
33
<maven-war-plugin-version >2.6</maven-war-plugin-version >
34
- <gcloud-maven-plugin-version >2.0.9.106.v20160420 </gcloud-maven-plugin-version >
34
+ <gcloud-maven-plugin-version >2.0.9.121.v20160815 </gcloud-maven-plugin-version >
35
35
<jetty-maven-plugin-version >9.3.7.v20160115</jetty-maven-plugin-version >
36
36
</properties >
37
37
Original file line number Diff line number Diff line change 30
30
<properties >
31
31
<maven .compiler.target>1.8</maven .compiler.target>
32
32
<maven .compiler.source>1.8</maven .compiler.source>
33
- <gcloud-maven-plugin-version >2.0.9.106.v20160420 </gcloud-maven-plugin-version >
33
+ <gcloud-maven-plugin-version >2.0.9.121.v20160815 </gcloud-maven-plugin-version >
34
34
<jetty-maven-plugin-version >9.3.7.v20160115</jetty-maven-plugin-version >
35
35
<maven-war-plugin-version >2.6</maven-war-plugin-version >
36
36
<maven-surefire-plugin-version >2.19.1</maven-surefire-plugin-version >
Original file line number Diff line number Diff line change 30
30
<properties >
31
31
<maven .compiler.target>1.7</maven .compiler.target>
32
32
<maven .compiler.source>1.7</maven .compiler.source>
33
- <project .http.version>1.19 .0</project .http.version>
34
- <project .oauth.version>1.19 .0</project .oauth.version>
33
+ <project .http.version>1.22 .0</project .http.version>
34
+ <project .oauth.version>1.22 .0</project .oauth.version>
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
36
<skipTests >true</skipTests >
37
37
</properties >
Original file line number Diff line number Diff line change 30
30
</parent >
31
31
32
32
<properties >
33
- <appengine .sdk.version>1.9.38 </appengine .sdk.version>
33
+ <appengine .sdk.version>1.9.42 </appengine .sdk.version>
34
34
<appengine .app.version>1</appengine .app.version>
35
35
<project .http.version>1.19.0</project .http.version>
36
36
<project .oauth.version>1.19.0</project .oauth.version>
Original file line number Diff line number Diff line change 27
27
</parent >
28
28
29
29
<properties >
30
- <project .http.version>1.20 .0</project .http.version>
30
+ <project .http.version>1.22 .0</project .http.version>
31
31
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
32
- <codehaus-exec-maven-plugin >1.1 </codehaus-exec-maven-plugin >
33
- <maven-compiler-plugin-version >3.2 </maven-compiler-plugin-version >
32
+ <codehaus-exec-maven-plugin >1.5.0 </codehaus-exec-maven-plugin >
33
+ <maven-compiler-plugin-version >3.5.1 </maven-compiler-plugin-version >
34
34
</properties >
35
35
36
36
<build >
Original file line number Diff line number Diff line change 33
33
<properties >
34
34
<maven .compiler.target>1.7</maven .compiler.target>
35
35
<maven .compiler.source>1.7</maven .compiler.source>
36
- <google-api-client .version>1.21 .0</google-api-client .version>
36
+ <google-api-client .version>1.22 .0</google-api-client .version>
37
37
<webappDirectory >${project.build.directory}/${project.build.finalName}
38
38
</webappDirectory >
39
39
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
40
40
<codehaus-exec-maven-plugin-version >1.1</codehaus-exec-maven-plugin-version >
41
- <codehaus-findbugs-maven-plugin-version >2.3.2 </codehaus-findbugs-maven-plugin-version >
42
- <maven-war-plugin-version >2.1.1 </maven-war-plugin-version >
41
+ <codehaus-findbugs-maven-plugin-version >3.0.4 </codehaus-findbugs-maven-plugin-version >
42
+ <maven-war-plugin-version >2.6 </maven-war-plugin-version >
43
43
</properties >
44
44
45
45
<build >
Original file line number Diff line number Diff line change 31
31
<properties >
32
32
<maven .compiler.target>1.7</maven .compiler.target>
33
33
<maven .compiler.source>1.7</maven .compiler.source>
34
- <codehaus-versions-maven-plugin-version >2.1 </codehaus-versions-maven-plugin-version >
35
- <maven-war-plugin-version >2.4 </maven-war-plugin-version >
34
+ <codehaus-versions-maven-plugin-version >2.2 </codehaus-versions-maven-plugin-version >
35
+ <maven-war-plugin-version >2.6 </maven-war-plugin-version >
36
36
</properties >
37
37
38
38
<dependencies >
Original file line number Diff line number Diff line change 39
39
<dependency >
40
40
<groupId >com.google.apis</groupId >
41
41
<artifactId >google-api-services-vision</artifactId >
42
- <version >v1-rev22 -1.22.0</version >
42
+ <version >v1-rev24 -1.22.0</version >
43
43
</dependency >
44
44
<dependency >
45
45
<groupId >com.google.api-client</groupId >
You can’t perform that action at this time.
0 commit comments