diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2012-10-23 14:38:37 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2012-10-23 14:38:37 +0200 |
commit | 983822a5a5943a7c19007b1445a7063e771172e1 (patch) | |
tree | 00876906659f5c46730af8213ab1c3ef61a81ec2 /sonar-check-api | |
parent | 57cd995070325b9efef7956b5d2c568d4b663b92 (diff) | |
download | sonarqube-983822a5a5943a7c19007b1445a7063e771172e1.tar.gz sonarqube-983822a5a5943a7c19007b1445a7063e771172e1.zip |
Release 3.3 GA with Sonar Java 1.03.3
Diffstat (limited to 'sonar-check-api')
-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 1da4a2c6b6e..cdef05e8aaa 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>3.3-SNAPSHOT</version> + <version>3.3</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-check-api</artifactId> |