Skip to content

Commit

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

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

<dependencies>
<!--
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 @@ -23,7 +23,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigquery-connector-parent</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<relativePath>pom.xml</relativePath>
</parent>

Expand All @@ -32,7 +32,7 @@
<description>
Hadoop 2 MapReduce input and output formats for use with BigQuery
</description>
<version>0.11.0-SNAPSHOT-hadoop2</version>
<version>0.11.0-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 @@ -23,7 +23,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<dependencies>
<dependency>
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 @@ -23,7 +23,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>gcs-connector-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>pom.xml</relativePath>
</parent>

Expand All @@ -32,7 +32,7 @@
<description>
An implementation of org.apache.hadoop.fs.FileSystem targeting Google Cloud Storage
</description>
<version>1.7.0-SNAPSHOT-hadoop1</version>
<version>1.7.0-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 @@ -23,7 +23,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>gcs-connector-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>pom.xml</relativePath>
</parent>

Expand All @@ -32,7 +32,7 @@
<description>
An implementation of org.apache.hadoop.fs.FileSystem targeting Google Cloud Storage
</description>
<version>1.7.0-SNAPSHOT-hadoop2</version>
<version>1.7.0-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 @@ -23,7 +23,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -32,7 +32,7 @@
<description>
An implementation of org.apache.hadoop.fs.FileSystem targeting Google Cloud Storage
</description>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</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 @@ -23,7 +23,7 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -32,7 +32,7 @@
<description>
An implementation of org.apache.hadoop.fs.FileSystem targeting Google Cloud Storage
</description>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</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 @@ -22,7 +22,7 @@

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

<gpg.skip>true</gpg.skip>

<bigdataoss.util.version>1.7.0-SNAPSHOT</bigdataoss.util.version>
<bigdataoss.gcsio.version>1.7.0-SNAPSHOT</bigdataoss.gcsio.version>
<bigdataoss.util-hadoop.one.version>1.7.0-SNAPSHOT-hadoop1</bigdataoss.util-hadoop.one.version>
<bigdataoss.util-hadoop.two.version>1.7.0-SNAPSHOT-hadoop2</bigdataoss.util-hadoop.two.version>
<bigdataoss.gcs.hadoop.one.version>1.7.0-SNAPSHOT-hadoop1</bigdataoss.gcs.hadoop.one.version>
<bigdataoss.gcs.hadoop.two.version>1.7.0-SNAPSHOT-hadoop2</bigdataoss.gcs.hadoop.two.version>
<bigdataoss.util.version>1.7.0</bigdataoss.util.version>
<bigdataoss.gcsio.version>1.7.0</bigdataoss.gcsio.version>
<bigdataoss.util-hadoop.one.version>1.7.0-hadoop1</bigdataoss.util-hadoop.one.version>
<bigdataoss.util-hadoop.two.version>1.7.0-hadoop2</bigdataoss.util-hadoop.two.version>
<bigdataoss.gcs.hadoop.one.version>1.7.0-hadoop1</bigdataoss.gcs.hadoop.one.version>
<bigdataoss.gcs.hadoop.two.version>1.7.0-hadoop2</bigdataoss.gcs.hadoop.two.version>

<!-- Keep in sync with Hadoop dependencies -->
<apache.avro.version>1.7.7</apache.avro.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 @@ -22,13 +22,13 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<packaging>pom</packaging>
<artifactId>util-hadoop-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</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 @@ -22,13 +22,13 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>util-hadoop-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>pom.xml</relativePath>
</parent>

<packaging>jar</packaging>
<artifactId>util-hadoop</artifactId>
<version>1.7.0-SNAPSHOT-hadoop1</version>
<version>1.7.0-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 @@ -22,13 +22,13 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>util-hadoop-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>pom.xml</relativePath>
</parent>

<packaging>jar</packaging>
<artifactId>util-hadoop</artifactId>
<version>1.7.0-SNAPSHOT-hadoop2</version>
<version>1.7.0-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 @@ -22,13 +22,13 @@
<parent>
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>bigdataoss-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<dependencies>
<dependency>
Expand Down

0 comments on commit b50ad07

Please sign in to comment.