Skip to content

Commit

Permalink
[maven-release-plugin] prepare release bigtable-client-0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sduskis committed Mar 22, 2016
1 parent 6355602 commit 3bdd75a
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bigtable-client-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
</parent>

<artifactId>bigtable-client-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-dataflow-import/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
</parent>

<groupId>com.google.cloud.bigtable</groupId>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-hbase-1.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
</parent>

<artifactId>bigtable-hbase-1.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-hbase-1.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
</parent>

<artifactId>bigtable-hbase-1.1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-hbase-1.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
</parent>

<artifactId>bigtable-hbase-1.2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-hbase-dataflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
</parent>

<groupId>com.google.cloud.bigtable</groupId>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-hbase-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
</parent>

<artifactId>bigtable-hbase-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-hbase-mapreduce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
</parent>

<artifactId>bigtable-hbase-mapreduce</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
</parent>

<artifactId>bigtable-hbase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bigtable-protos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
</parent>

<artifactId>bigtable-protos</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.

<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.4</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://cloud.google.com/bigtable/</url>
Expand Down Expand Up @@ -543,7 +543,7 @@ limitations under the License.
<connection>scm:git:https://github.com/GoogleCloudPlatform/cloud-bigtable-client.git</connection>
<url>scm:git:https://github.com/GoogleCloudPlatform/cloud-bigtable-client.git</url>
<developerConnection>scm:git:https://github.com/GoogleCloudPlatform/cloud-bigtable-client.git</developerConnection>
<tag>HEAD</tag>
<tag>bigtable-client-0.2.4</tag>
</scm>

<developers>
Expand Down

0 comments on commit 3bdd75a

Please sign in to comment.