Skip to content

Commit

Permalink
[release] Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fermadeiral committed Apr 9, 2020
1 parent 86c5d38 commit 50b7515
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ A JDK (java 1.8)
$ cd sonarqube-repair
$ mvn package -DskipTests
$ ls target/*jar
target/sonarqube-repair-0.1-SNAPSHOT.jar
target/sonarqube-repair-0.1-SNAPSHOT-jar-with-dependencies.jar
target/sonarqube-repair-0.1-SNAPSHOT-javadoc.jar
$ java -jar target/sonarqube-repair-0.1-SNAPSHOT-jar-with-dependencies.jar <arguments>
target/sonarqube-repair-1.0.jar
target/sonarqube-repair-1.0-jar-with-dependencies.jar
target/sonarqube-repair-1.0-javadoc.jar
$ java -jar target/sonarqube-repair-1.0-jar-with-dependencies.jar <arguments>
```

For the arguments, provide the Sonar rule key (see the supported rules [here](/docs/HANDLED_RULES.md)).
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>se.kth</groupId>
<artifactId>sonarqube-repair</artifactId>
<version>0.1-SNAPSHOT</version>
<version>1.0</version>

<dependencies>
<!-- https://mvnrepository.com/artifact/org.json/json -->
Expand Down

0 comments on commit 50b7515

Please sign in to comment.