Skip to content

Commit

Permalink
Merge pull request #14 in HSE/hse-ycsb from updates/NFSE-4197 to v0.1…
Browse files Browse the repository at this point in the history
…7.0.2.0-hse-1.7.1

* commit '8ebc97c9fe7e61595be69b789af890feeb7aa8f2':
  Updates for 0.17.0.2.0-hse-1.7.1 release.
  • Loading branch information
jjacob512 committed May 13, 2020
2 parents 0a7d946 + 8ebc97c commit 1593445
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ cleanbuilds:

dist: check-hse
mvn install:install-file -Dfile=$(HSE_JAR) -DgroupId=test.org.hse\
-DartifactId=hse -Dversion=0.1 -Dpackaging=jar
-DartifactId=hse -Dversion=2.0 -Dpackaging=jar
mvn clean package

help:
Expand Down
2 changes: 1 addition & 1 deletion hse-ycsb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Summary: Yahoo! Cloud Serving Benchmark
Name: hse-ycsb
Version: 0.17.0.1
Version: 0.17.0.2.0
%if %{rel_candidate} == "FALSE"
Release: %{hseversion}.%{buildno}%{hsesha}%{ycsbsha}%{?dist}
%else
Expand Down
2 changes: 1 addition & 1 deletion hse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This code is derived from the ycsb project.
<dependency>
<groupId>test.org.hse</groupId>
<artifactId>hse</artifactId>
<version>0.1</version>
<version>2.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ This code is derived from the ycsb project.
<tablestore.version>4.8.0</tablestore.version>
<voltdb.version>9.1.1</voltdb.version>

<hse.version>0.1</hse.version>
<hse.version>2.0</hse.version>
</properties>

<modules>
Expand Down

0 comments on commit 1593445

Please sign in to comment.