diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-04-21 23:41:03 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-04-21 23:41:03 +0200 |
commit | cba389dcee6ddd3d0cffd82d4c28beb87e53c58a (patch) | |
tree | 932dcc58798d99302f64de11e63ecea5fcba8320 /sonar-application | |
parent | 30ba10e719b5152c529dc6022f48fe6f5c79dcb7 (diff) | |
download | sonarqube-cba389dcee6ddd3d0cffd82d4c28beb87e53c58a.tar.gz sonarqube-cba389dcee6ddd3d0cffd82d4c28beb87e53c58a.zip |
Continue move from hamcrest to fest-assert
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 4c70ca1d0d4..60c410f9536 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -58,9 +58,9 @@ <artifactId>logback-core</artifactId> </dependency> <dependency> - <groupId>${pom.groupId}</groupId> + <groupId>${project.groupId}</groupId> <artifactId>sonar-batch-maven-compat</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> <scope>runtime</scope> </dependency> <dependency> |