Skip to content

Commit

Permalink
Updated the version (takipi-field#8)
Browse files Browse the repository at this point in the history
* Updated the version

* Updated execution statements in the ReadMe
  • Loading branch information
DFieldFL authored Feb 1, 2021
1 parent 79dba15 commit 1fbc093
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Execute the following commands clean and package the jar:
To start and monitor this application with OverOps you can execute the following commands. Full documentation on installing and configuring OverOps can be found [here](http://support.overops.com).

```bash
java -agentlib:TakipiAgent -jar overops-event-generator-2.1.3.jar
java -agentlib:TakipiAgent -jar target/overops-event-generator-*.jar
```
or

```bash
nohup java -agentlib:TakipiAgent -jar overops-event-generator-2.1.3.jar &
nohup java -agentlib:TakipiAgent -jar target/overops-event-generator-*.jar &
```

### Additional Command Line Arguments
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>overops-samples</groupId>
<artifactId>overops-event-generator</artifactId>
<version>2.1.3</version>
<version>2.2.0</version>
<packaging>jar</packaging>

<name>OverOps Event Generator</name>
Expand Down

0 comments on commit 1fbc093

Please sign in to comment.