Skip to content

Commit

Permalink
Updated the version numbers in the examples to be consistent with the…
Browse files Browse the repository at this point in the history
… newest release.
  • Loading branch information
justinbarno committed Mar 14, 2018
1 parent 4628b0e commit 11633d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ We don't presently deploy versioned artifacts into a public repository like the
#### **As a single runnable JAR**

```shell
java -jar coda-calibration/calibration-standalone/target/calibration-standalone-1.0.0-runnable.jar
java -jar coda-calibration/calibration-standalone/target/calibration-standalone-1.0.1-runnable.jar
```

#### **GUI alone**

```shell
java -jar coda-calibration/calibration-gui/target/calibration-gui-1.0.0-runnable.jar
java -jar coda-calibration/calibration-gui/target/calibration-gui-1.0.1-runnable.jar
```
#### **Calibration REST service alone**

```shell
java -jar coda-calibration/calibration-service/application/target/application-1.0.0-runnable.jar
java -jar coda-calibration/calibration-service/application/target/application-1.0.1-runnable.jar
```

#### A note about HTTPS
Expand Down

0 comments on commit 11633d6

Please sign in to comment.