Skip to content

Commit

Permalink
Release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep committed Sep 6, 2020
1 parent 07eb810 commit 7c0a9cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Schema for `Higgs`:

Now run the bot with the following command:

java -cp target/Belisarius-1.0-SNAPSHOT.jar:./lib/* bugs.stackoverflow.belisarius.Application
java -cp target/belisarius-1.0.jar:./lib/* bugs.stackoverflow.belisarius.Application

-----

Expand Down
2 changes: 1 addition & 1 deletion docs/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Schema for `Higgs`:

Now run the bot with the following command:

java -cp target/Belisarius-1.0-SNAPSHOT.jar:./lib/* bugs.stackoverflow.belisarius.Application
java -cp target/belisarius-1.0.jar:./lib/* bugs.stackoverflow.belisarius.Application

-----

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

<groupId>bugs.stackoverflow</groupId>
<artifactId>belisarius</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<properties>
<project.java.version>1.8</project.java.version>
Expand Down

0 comments on commit 7c0a9cf

Please sign in to comment.