Skip to content

Commit a9a8761

Browse files
author
Vladimir Kotal
committed
bump version
1 parent 12a6a78 commit a9a8761

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sonar-project.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Required metadata
22
sonar.projectKey=OpenGrok
33
sonar.projectName=OpenGrok analyzed with the SonarQube Runner
4-
sonar.projectVersion=0.13
4+
sonar.projectVersion=1.1
55

66
# Comma-separated paths to directories with sources (required)
77
sonar.sources=src,test
@@ -15,13 +15,13 @@ sonar.scm.provider=git
1515
# Language
1616
sonar.language=java
1717

18-
#pmd
18+
# PMD
1919
sonar.java.source=1.8
2020

21-
#findbugs
21+
# findbugs
2222
sonar.findbugs.excludesFilters=tools/findbugs_filter.xml
2323

24-
#code coverage
24+
# code coverage
2525
sonar.junit.reportsPath=build/test/results/
2626
sonar.jacoco.reportPath=jacoco.exec
2727
sonar.java.coveragePlugin=jacoco

0 commit comments

Comments
 (0)