Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Bump up 0.2.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-iskw committed Jul 16, 2020
1 parent c70e74f commit 16508e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ It is horizontally-scalable on top of distributed system, since apache beam can
mvn clean package
# Run bigquery-to-datastore via the compiled JAR file
java -cp $(pwd)/target/kuromoji-for-bigquery-bundled-0.1.jar \
java -cp $(pwd)/target/kuromoji-for-bigquery-bundled-0.2.0.jar \
com.github.yuiskw.beam.Kuromoji4BigQuery \
--project=test-project-id
--schema=id:integer
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>com.github.yuiskw</groupId>
<artifactId>kuromoji-for-bigquery</artifactId>
<version>0.1</version>
<version>0.2.0</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit 16508e0

Please sign in to comment.