File tree Expand file tree Collapse file tree
google-cloud-nio-examples
google-cloud-errorreporting
google-cloud-resourcemanager Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Google Cloud Java Client for BigQuery (Alpha)
1+ Google Cloud Java Client for BigQuery
22====================================
33
44Java idiomatic client for [ Google Cloud BigQuery] (https://cloud.google.com/bigquery ).
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >google-cloud-bigquery</artifactId >
5+ <version >${beta.version} </version >
56 <packaging >jar</packaging >
67 <name >Google Cloud BigQuery</name >
78 <url >https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bigquery</url >
1112 <parent >
1213 <groupId >com.google.cloud</groupId >
1314 <artifactId >google-cloud-pom</artifactId >
14- <version >0.7.1-SNAPSHOT </version >
15+ <version >0.8.0 </version >
1516 </parent >
1617 <properties >
1718 <site .installationModule>google-cloud-bigquery</site .installationModule>
2021 <dependency >
2122 <groupId >${project.groupId} </groupId >
2223 <artifactId >google-cloud-core</artifactId >
23- <version >${project .version} </version >
24+ <version >${core .version} </version >
2425 </dependency >
2526 <dependency >
2627 <groupId >${project.groupId} </groupId >
2728 <artifactId >google-cloud-storage</artifactId >
28- <version >${project .version} </version >
29+ <version >${storage .version} </version >
2930 <scope >test</scope >
3031 </dependency >
3132 <dependency >
4344 <dependency >
4445 <groupId >${project.groupId} </groupId >
4546 <artifactId >google-cloud-core</artifactId >
46- <version >${project .version} </version >
47+ <version >${core .version} </version >
4748 <type >test-jar</type >
4849 <scope >test</scope >
4950 </dependency >
Original file line number Diff line number Diff line change 1- Google Cloud Java Client for Compute (Alpha)
1+ Google Cloud Java Client for Compute
22====================================
33
44Java idiomatic client for [ Google Cloud Compute] ( https://cloud.google.com/compute ) .
Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >com.google.cloud</groupId >
1313 <artifactId >google-cloud-pom</artifactId >
14- <version >0.7.1-SNAPSHOT </version >
14+ <version >0.8.0 </version >
1515 </parent >
1616 <properties >
1717 <site .installationModule>google-cloud-compute</site .installationModule>
2020 <dependency >
2121 <groupId >${project.groupId} </groupId >
2222 <artifactId >google-cloud-core</artifactId >
23- <version >${project .version} </version >
23+ <version >${core .version} </version >
2424 </dependency >
2525 <dependency >
2626 <groupId >com.google.apis</groupId >
3737 <dependency >
3838 <groupId >${project.groupId} </groupId >
3939 <artifactId >google-cloud-core</artifactId >
40- <version >${project .version} </version >
40+ <version >${core .version} </version >
4141 <type >test-jar</type >
4242 <scope >test</scope >
4343 </dependency >
Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >com.google.cloud</groupId >
1313 <artifactId >google-cloud-contrib</artifactId >
14- <version >0.7.1-SNAPSHOT </version >
14+ <version >0.8.0 </version >
1515 </parent >
1616 <properties >
1717 <site .installationModule>google-cloud-nio-examples</site .installationModule>
2020 <dependency >
2121 <groupId >${project.groupId} </groupId >
2222 <artifactId >google-cloud-storage</artifactId >
23- <version >${project .version} </version >
23+ <version >${storage .version} </version >
2424 </dependency >
2525
2626 <dependency >
Original file line number Diff line number Diff line change 1- NIO Filesystem Provider for Google Cloud Storage (Alpha)
1+ NIO Filesystem Provider for Google Cloud Storage
22========================================================
33
44Implementation of Java 7 ` java.nio.file.FileSystem ` for
Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >com.google.cloud</groupId >
1313 <artifactId >google-cloud-contrib</artifactId >
14- <version >0.7.1-SNAPSHOT </version >
14+ <version >0.8.0 </version >
1515 </parent >
1616 <properties >
1717 <site .installationModule>google-cloud-nio</site .installationModule>
2020 <dependency >
2121 <groupId >${project.groupId} </groupId >
2222 <artifactId >google-cloud-storage</artifactId >
23- <version >${project .version} </version >
23+ <version >${storage .version} </version >
2424 </dependency >
2525 <dependency >
2626 <groupId >com.google.guava</groupId >
Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >com.google.cloud</groupId >
1313 <artifactId >google-cloud-pom</artifactId >
14- <version >0.7.1-SNAPSHOT </version >
14+ <version >0.8.0 </version >
1515 </parent >
1616 <properties >
1717 <site .installationModule>google-cloud-contrib</site .installationModule>
Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >com.google.cloud</groupId >
1313 <artifactId >google-cloud-pom</artifactId >
14- <version >0.7.1-SNAPSHOT </version >
14+ <version >0.8.0 </version >
1515 </parent >
1616 <properties >
1717 <site .installationModule>google-cloud-core</site .installationModule>
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >google-cloud-datastore</artifactId >
5+ <version >${beta.version} </version >
56 <packaging >jar</packaging >
67 <name >Google Cloud Datastore</name >
78 <url >https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-datastore</url >
1112 <parent >
1213 <groupId >com.google.cloud</groupId >
1314 <artifactId >google-cloud-pom</artifactId >
14- <version >0.7.1-SNAPSHOT </version >
15+ <version >0.8.0 </version >
1516 </parent >
1617 <properties >
1718 <site .installationModule>google-cloud-datastore</site .installationModule>
2021 <dependency >
2122 <groupId >${project.groupId} </groupId >
2223 <artifactId >google-cloud-core</artifactId >
23- <version >${project .version} </version >
24+ <version >${core .version} </version >
2425 </dependency >
2526 <dependency >
2627 <groupId >com.google.cloud.datastore</groupId >
4142 <dependency >
4243 <groupId >${project.groupId} </groupId >
4344 <artifactId >google-cloud-core</artifactId >
44- <version >${project .version} </version >
45+ <version >${core .version} </version >
4546 <type >test-jar</type >
4647 <scope >test</scope >
4748 </dependency >
You can’t perform that action at this time.
0 commit comments