Skip to content

Commit

Permalink
Update versions for 1.6.3/0.10.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
medb committed Jan 25, 2018
1 parent a773b12 commit f26856f
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions bigquery/bigquery-hadoop1.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigquery-connector-parent</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.4</version>
<relativePath>pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
Hadoop 2 MapReduce input and output formats for use with BigQuery
</description>
<version>0.10.4-SNAPSHOT-hadoop1</version>
<version>0.10.4-hadoop1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions bigquery/bigquery-hadoop2.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigquery-connector-parent</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.4</version>
<relativePath>pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
Hadoop 2 MapReduce input and output formats for use with BigQuery
</description>
<version>0.10.4-SNAPSHOT-hadoop2</version>
<version>0.10.4-hadoop2</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
MapReduce input and output formats for use with BigQuery
</description>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.4</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.10.4 - 2018-xx-xx
0.10.4 - 2018-01-25

1. POM updates for GCS connector 1.6.3.

Expand Down
2 changes: 1 addition & 1 deletion gcs/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.6.3 - 2018-xx-xx
1.6.3 - 2018-01-25

1. Use new GCS batch requests endpoint.

Expand Down
4 changes: 2 additions & 2 deletions gcs/gcs-hadoop1.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>gcs-connector-parent</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
<relativePath>pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
An implementation of org.apache.hadoop.fs.FileSystem targeting Google Cloud Storage
</description>
<version>1.6.3-SNAPSHOT-hadoop1</version>
<version>1.6.3-hadoop1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions gcs/gcs-hadoop2.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>gcs-connector-parent</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
<relativePath>pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
An implementation of org.apache.hadoop.fs.FileSystem targeting Google Cloud Storage
</description>
<version>1.6.3-SNAPSHOT-hadoop2</version>
<version>1.6.3-hadoop2</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions gcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
An implementation of org.apache.hadoop.fs.FileSystem targeting Google Cloud Storage
</description>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>

<profiles>
<profile>
Expand Down
4 changes: 2 additions & 2 deletions gcsio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -30,7 +30,7 @@
<description>
An implementation of org.apache.hadoop.fs.FileSystem targeting Google Cloud Storage
</description>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
<dependencies>
<dependency>
<groupId>com.google.api-client</groupId>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
<name>BigDataOSS Parent</name>
<description>
Parent project for Google Cloud Platform Big-Data connectors.
Expand Down Expand Up @@ -70,12 +70,12 @@
</prerequisites>

<properties>
<bigdataoss.util.version>1.6.3-SNAPSHOT</bigdataoss.util.version>
<bigdataoss.gcsio.version>1.6.3-SNAPSHOT</bigdataoss.gcsio.version>
<bigdataoss.util-hadoop.one.version>1.6.3-SNAPSHOT-hadoop1</bigdataoss.util-hadoop.one.version>
<bigdataoss.util-hadoop.two.version>1.6.3-SNAPSHOT-hadoop2</bigdataoss.util-hadoop.two.version>
<bigdataoss.gcs.hadoop.one.version>1.6.3-SNAPSHOT-hadoop1</bigdataoss.gcs.hadoop.one.version>
<bigdataoss.gcs.hadoop.two.version>1.6.3-SNAPSHOT-hadoop2</bigdataoss.gcs.hadoop.two.version>
<bigdataoss.util.version>1.6.3</bigdataoss.util.version>
<bigdataoss.gcsio.version>1.6.3</bigdataoss.gcsio.version>
<bigdataoss.util-hadoop.one.version>1.6.3-hadoop1</bigdataoss.util-hadoop.one.version>
<bigdataoss.util-hadoop.two.version>1.6.3-hadoop2</bigdataoss.util-hadoop.two.version>
<bigdataoss.gcs.hadoop.one.version>1.6.3-hadoop1</bigdataoss.gcs.hadoop.one.version>
<bigdataoss.gcs.hadoop.two.version>1.6.3-hadoop2</bigdataoss.gcs.hadoop.two.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<google.api.version>1.20.0</google.api.version>
<google.guava.version>18.0</google.guava.version>
Expand Down
4 changes: 2 additions & 2 deletions util-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<packaging>pom</packaging>
<artifactId>util-hadoop-parent</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>

<profiles>
<profile>
Expand Down
4 changes: 2 additions & 2 deletions util-hadoop/util-hadoop-hadoop1.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>util-hadoop-parent</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
<relativePath>pom.xml</relativePath>
</parent>

<packaging>jar</packaging>
<artifactId>util-hadoop</artifactId>
<version>1.6.3-SNAPSHOT-hadoop1</version>
<version>1.6.3-hadoop1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions util-hadoop/util-hadoop-hadoop2.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>util-hadoop-parent</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
<relativePath>pom.xml</relativePath>
</parent>

<packaging>jar</packaging>
<artifactId>util-hadoop</artifactId>
<version>1.6.3-SNAPSHOT-hadoop2</version>
<version>1.6.3-hadoop2</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<packaging>jar</packaging>
<artifactId>util</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.6.3</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit f26856f

Please sign in to comment.