Skip to content

Commit

Permalink
prepare for 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva committed Feb 22, 2023
1 parent cc4e9a1 commit ebe2ccb
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 @@ -28,15 +28,15 @@ If you use flacoco in academic research, please cite "[FLACOCO: Fault Localizati

flacoco is currently available through Maven Central and as a SNAPSHOT

You can use it by installing locally yourself (if you do so, the install version will be `1.0.6-SNAPSHOT`), or by adding flacoco as a maven dependency:
You can use it by installing locally yourself (if you do so, the install version will be `1.0.7-SNAPSHOT`), or by adding flacoco as a maven dependency:
```bash
$ mvn install -DskipTests
```
```xml
<dependency>
<groupId>com.github.spoonlabs</groupId>
<artifactId>flacoco</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>
```

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>com.github.spoonlabs</groupId>
<artifactId>flacoco</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.7-SNAPSHOT</version>
<packaging>jar</packaging>

<name>flacoco</name>
Expand Down

0 comments on commit ebe2ccb

Please sign in to comment.