Skip to content

Commit

Permalink
Imprint version number 1.0-RC2 (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovesoup authored Apr 25, 2018
1 parent 7ad878c commit b9bd841
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.pingcap.tispark</groupId>
<artifactId>tispark-parent</artifactId>
<version>1.0-RC1</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.pingcap.tikv</groupId>
<artifactId>tikv-client</artifactId>
<version>1.0-RC1</version>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.scalaj</groupId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.pingcap.tispark</groupId>
<artifactId>tispark-parent</artifactId>
<version>1.0-RC1</version>
<version>${revision}</version>
<packaging>pom</packaging>
<name>TiSpark Project Parent POM</name>
<url>http://github.copm/pingcap/tispark</url>
Expand All @@ -26,6 +26,7 @@
<name>PingCAP</name>
</organization>
<properties>
<revision>1.0-RC2</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<protobuf.version>3.1.0</protobuf.version>
Expand Down
3 changes: 1 addition & 2 deletions tikv-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
<parent>
<groupId>com.pingcap.tispark</groupId>
<artifactId>tispark-parent</artifactId>
<version>1.0-RC1</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.pingcap.tikv</groupId>
<artifactId>tikv-client</artifactId>
<version>1.0-RC1</version>
<packaging>jar</packaging>
<name>TiSpark Project TiKV Java Client</name>

Expand Down

0 comments on commit b9bd841

Please sign in to comment.