Skip to content

Commit

Permalink
🔖 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 6, 2022
1 parent 1117ddb commit cbe80c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Note: This project is a derivative of [fc5-convert-cli](ebullient/fc5-convert-cl
2. Install the snapshot jar:

```shell
jbang app install --name 5e-convert --force --fresh https://jitpack.io/dev/ebullient/json5e-convert-cli/1.0.1-SNAPSHOT/json5e-convert-cli-1.0.1-SNAPSHOT-runner.jar
jbang app install --name 5e-convert --force --fresh https://jitpack.io/dev/ebullient/json5e-convert-cli/1.0.1/json5e-convert-cli-1.0.1-SNAPSHOT-runner.jar
```

3. Run the command:
Expand All @@ -54,15 +54,15 @@ Note: This project is a derivative of [fc5-convert-cli](ebullient/fc5-convert-cl

1. Clone this repository
2. Build this project: `quarkus build` or `./mvnw install`
3. `java -jar target/json5e-convert-cli-1.0.1-SNAPSHOT-runner.jar --help`
3. `java -jar target/json5e-convert-cli-1.0.1-runner.jar --help`

To run commands listed below, either:

- Replace `5e-convert` with `java -jar target/json5e-convert-cli-1.0.1-SNAPSHOT-runner.jar`, or
- Replace `5e-convert` with `java -jar target/json5e-convert-cli-1.0.1-runner.jar`, or
- Use JBang to create an alias that points to the built jar:

```shell
jbang app install --name 5e-convert --force --fresh ~/.m2/repository/dev/ebullient/json5e-convert-cli/1.0.1-SNAPSHOT/json5e-convert-cli-1.0.1-SNAPSHOT-runner.jar
jbang app install --name 5e-convert --force --fresh ~/.m2/repository/dev/ebullient/json5e-convert-cli/1.0.1/json5e-convert-cli-1.0.1-SNAPSHOT-runner.jar
```

> Feel free to use an alternate alias by replacing the value specified as the name: `--name 5e-convert`, and adjust the commands shown below accordingly.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</repository>
</distributionManagement>
<properties>
<revision>1.0.1-SNAPSHOT</revision>
<revision>1.0.1</revision>
<!-- Build -->
<compiler-plugin.version>3.10.1</compiler-plugin.version>
<maven.compiler.release>11</maven.compiler.release>
Expand Down

0 comments on commit cbe80c9

Please sign in to comment.