Skip to content

Commit

Permalink
Bump the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Jun 29, 2018
1 parent ac00040 commit b0118f6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>com.hortonworks</groupId>
<artifactId>shc</artifactId>
<version>1.1.2-2.2-s_2.11-SNAPSHOT</version>
<version>1.1.3-2.3-s_2.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>shc-core</artifactId>
<version>1.1.2-2.2-s_2.11-SNAPSHOT</version>
<version>1.1.3-2.3-s_2.11</version>
<packaging>jar</packaging>
<name>HBase Spark Connector Project Core</name>

Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>com.hortonworks</groupId>
<artifactId>shc</artifactId>
<version>1.1.2-2.2-s_2.11-SNAPSHOT</version>
<version>1.1.3-2.3-s_2.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>shc-examples</artifactId>
<version>1.1.2-2.2-s_2.11-SNAPSHOT</version>
<version>1.1.3-2.3-s_2.11</version>
<packaging>jar</packaging>
<name>HBase Spark Connector Project Examples</name>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</parent>
<groupId>com.hortonworks</groupId>
<artifactId>shc</artifactId>
<version>1.1.2-2.2-s_2.11-SNAPSHOT</version>
<version>1.1.3-2.3-s_2.11</version>
<packaging>pom</packaging>
<name>HBase Spark Connector Project Parent POM</name>
<url>https://github.com/hortonworks-spark/shc</url>
Expand All @@ -42,9 +42,9 @@
</distributionManagement>

<properties>
<spark.version>2.3.1-SNAPSHOT</spark.version>
<hbase.version>2.0.0-beta-2</hbase.version>
<phoenix.version>4.9.0-HBase-1.1</phoenix.version>
<spark.version>2.3.1</spark.version>
<hbase.version>2.0.1</hbase.version>
<phoenix.version>5.0.0-alpha-HBase-2.0</phoenix.version>
<test_classpath_file>${project.build.directory}/spark-test-classpath.txt</test_classpath_file>
<java.version>1.7</java.version>
<scala.version>2.11.8</scala.version>
Expand Down

0 comments on commit b0118f6

Please sign in to comment.