diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2015-06-02 11:01:18 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2015-06-02 11:01:18 +0200 |
commit | cca5a879ee26ca6659881dc4ed84cf87ef177cac (patch) | |
tree | 828fc041a659b7c3c59735411740708937c2797a /sonar-batch-protocol | |
parent | 0a231d24c0f1e7ce1d200274b8e9bbe00f9f49fb (diff) | |
download | sonarqube-cca5a879ee26ca6659881dc4ed84cf87ef177cac.tar.gz sonarqube-cca5a879ee26ca6659881dc4ed84cf87ef177cac.zip |
Update version to 5.1.2-SNAPSHOT
Diffstat (limited to 'sonar-batch-protocol')
-rw-r--r-- | sonar-batch-protocol/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml index 3100f798c14..80e4e00c4fb 100644 --- a/sonar-batch-protocol/pom.xml +++ b/sonar-batch-protocol/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>5.1.1</version> + <version>5.1.2-SNAPSHOT</version> </parent> <artifactId>sonar-batch-protocol</artifactId> |