diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-04-18 08:50:37 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-04-18 08:58:08 +0200 |
commit | 569749ac16a1951cce90ff43f89831a246d2bf6c (patch) | |
tree | 1eb1d7b8f14e1c2d32d419dc242003bc6b2dab34 /sonar-check-api/pom.xml | |
parent | 30ef73eb8697120ef3d06b177e7e01c877977c5a (diff) | |
download | sonarqube-569749ac16a1951cce90ff43f89831a246d2bf6c.tar.gz sonarqube-569749ac16a1951cce90ff43f89831a246d2bf6c.zip |
Upgrade to 4.4-SNAPSHOT
Diffstat (limited to 'sonar-check-api/pom.xml')
-rw-r--r-- | sonar-check-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index a1ebc5141a4..bf6d14af3c2 100644 --- a/sonar-check-api/pom.xml +++ b/sonar-check-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.3-SNAPSHOT</version> + <version>4.4-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-check-api</artifactId> |