|
2 | 2 | <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"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <artifactId>google-cloud-bigquery</artifactId> |
| 5 | + <version>${beta.version}</version> |
5 | 6 | <packaging>jar</packaging> |
6 | 7 | <name>Google Cloud BigQuery</name> |
7 | 8 | <url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bigquery</url> |
|
11 | 12 | <parent> |
12 | 13 | <groupId>com.google.cloud</groupId> |
13 | 14 | <artifactId>google-cloud-pom</artifactId> |
14 | | - <version>0.7.1-SNAPSHOT</version> |
| 15 | + <version>0.8.0</version> |
15 | 16 | </parent> |
16 | 17 | <properties> |
17 | 18 | <site.installationModule>google-cloud-bigquery</site.installationModule> |
|
20 | 21 | <dependency> |
21 | 22 | <groupId>${project.groupId}</groupId> |
22 | 23 | <artifactId>google-cloud-core</artifactId> |
23 | | - <version>${project.version}</version> |
| 24 | + <version>${core.version}</version> |
24 | 25 | </dependency> |
25 | 26 | <dependency> |
26 | 27 | <groupId>${project.groupId}</groupId> |
27 | 28 | <artifactId>google-cloud-storage</artifactId> |
28 | | - <version>${project.version}</version> |
| 29 | + <version>${storage.version}</version> |
29 | 30 | <scope>test</scope> |
30 | 31 | </dependency> |
31 | 32 | <dependency> |
|
43 | 44 | <dependency> |
44 | 45 | <groupId>${project.groupId}</groupId> |
45 | 46 | <artifactId>google-cloud-core</artifactId> |
46 | | - <version>${project.version}</version> |
| 47 | + <version>${core.version}</version> |
47 | 48 | <type>test-jar</type> |
48 | 49 | <scope>test</scope> |
49 | 50 | </dependency> |
|
0 commit comments