Skip to content

Commit

Permalink
version update for STIX Java + Stix fake version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenOTT committed Apr 15, 2019
1 parent 7df3aab commit dc68e59
Show file tree
Hide file tree
Showing 2 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 @@ -6,7 +6,7 @@ Currently supported schema: STIX 2.0

# Deploy

`java -jar stix-faker-0.6.0.jar`
`java -jar stix-faker-0.7.0.jar`

Go to: `localhost:8080`

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.digitalstate.stix.faker</groupId>
<artifactId>stix-faker</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
<packaging>jar</packaging>

<name>STIX 2 Faker</name>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.github.StephenOTT</groupId>
<artifactId>STIX-Java</artifactId>
<version>0.7.0</version>
<version>0.7.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit dc68e59

Please sign in to comment.