Skip to content

Commit

Permalink
created v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danlangford committed Jan 6, 2019
1 parent 207ac0b commit f1323c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.asc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Table Flipper v0.0.6-SNAPSHOT
= Table Flipper v0.0.6
:toc:
:sectlinks:
:sectanchors:
Expand Down Expand Up @@ -88,7 +88,7 @@ run
look for output

[INFO] ----------------------------------------------------
[INFO] Reactor Summary for tableflipper 0.0.6-SNAPSHOT:
[INFO] Reactor Summary for tableflipper 0.0.6:
[INFO]
[INFO] tableflipper ................... SUCCESS [ 1.992 s]
[INFO] tableflipper-core .............. SUCCESS [ 2.285 s]
Expand All @@ -102,15 +102,15 @@ look for output

now you can run

java -jar target/tableflipper-cli-0.0.6-SNAPSHOT.jar
java -jar target/tableflipper-cli-0.0.6.jar

or

java -jar target/tableflipper-ui-0.0.6-SNAPSHOT.jar
java -jar target/tableflipper-ui-0.0.6.jar

and copy those JARs to wherever you need them.

and at least in MacOS I can just double click the `tableflipper-ui-0.0.6-SNAPSHOT.jar` to have it executed.
and at least in MacOS I can just double click the `tableflipper-ui-0.0.6.jar` to have it executed.

=== Advanced

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<properties>

<revision>0.0.6-SNAPSHOT</revision>
<revision>0.0.6</revision>

<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down

0 comments on commit f1323c8

Please sign in to comment.