aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-runner-api/src/main/resources
diff options
context:
space:
mode:
authorSimonBrandhof <simon.brandhof@gmail.com>2013-04-04 14:22:09 +0200
committerSimonBrandhof <simon.brandhof@gmail.com>2013-04-04 14:23:51 +0200
commitbbea938a2f1baab23570e8bc659ab17794af436e (patch)
tree7de89a00aacee873fc9e49f9aeb3b4591ba7fca8 /sonar-runner-api/src/main/resources
parentba11419ac9bc98398f478b73520c24da5f65547c (diff)
downloadsonar-scanner-cli-bbea938a2f1baab23570e8bc659ab17794af436e.tar.gz
sonar-scanner-cli-bbea938a2f1baab23570e8bc659ab17794af436e.zip
SONAR-2574 new API + ability to fork
Diffstat (limited to 'sonar-runner-api/src/main/resources')
-rw-r--r--sonar-runner-api/src/main/resources/org/sonar/runner/api/version.txt1
-rw-r--r--sonar-runner-api/src/main/resources/org/sonar/runner/version.txt1
2 files changed, 1 insertions, 1 deletions
diff --git a/sonar-runner-api/src/main/resources/org/sonar/runner/api/version.txt b/sonar-runner-api/src/main/resources/org/sonar/runner/api/version.txt
new file mode 100644
index 0000000..f2ab45c
--- /dev/null
+++ b/sonar-runner-api/src/main/resources/org/sonar/runner/api/version.txt
@@ -0,0 +1 @@
+${project.version} \ No newline at end of file
diff --git a/sonar-runner-api/src/main/resources/org/sonar/runner/version.txt b/sonar-runner-api/src/main/resources/org/sonar/runner/version.txt
deleted file mode 100644
index defbd48..0000000
--- a/sonar-runner-api/src/main/resources/org/sonar/runner/version.txt
+++ /dev/null
@@ -1 +0,0 @@
-version=${project.version}