diff options
author | Thomas Vérin <thomas.verin@sonarsource.com> | 2015-10-13 12:06:23 +0200 |
---|---|---|
committer | Thomas Vérin <thomas.verin@sonarsource.com> | 2015-10-13 12:06:23 +0200 |
commit | bc488dae246e1af1c12b18f6785cf2ca0bd474c2 (patch) | |
tree | 0e1c19d320b14fce38608e44d5c5b53404d3e960 /server | |
parent | 3d2b3bbd084ccf75d1921382315d3ac3037ed3bc (diff) | |
download | sonarqube-bc488dae246e1af1c12b18f6785cf2ca0bd474c2.tar.gz sonarqube-bc488dae246e1af1c12b18f6785cf2ca0bd474c2.zip |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'server')
-rw-r--r-- | server/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-process-monitor/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-process/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-search/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-server-benchmarks/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-server/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-views-bridge/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-web/pom.xml | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/server/pom.xml b/server/pom.xml index eddcb39cbe1..ccd761577e9 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>5.2-RC2</version> + <version>5.2-SNAPSHOT</version> </parent> <artifactId>server</artifactId> <packaging>pom</packaging> diff --git a/server/sonar-process-monitor/pom.xml b/server/sonar-process-monitor/pom.xml index 182d8b38953..6ff38e1b682 100644 --- a/server/sonar-process-monitor/pom.xml +++ b/server/sonar-process-monitor/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>5.2-RC2</version> + <version>5.2-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index 0a466db1c99..8e25d9a3649 100644 --- a/server/sonar-process/pom.xml +++ b/server/sonar-process/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>5.2-RC2</version> + <version>5.2-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml index 8fefcba230e..d8349dcde7a 100644 --- a/server/sonar-search/pom.xml +++ b/server/sonar-search/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>5.2-RC2</version> + <version>5.2-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/server/sonar-server-benchmarks/pom.xml b/server/sonar-server-benchmarks/pom.xml index 38d33d09b8b..c148e190b78 100644 --- a/server/sonar-server-benchmarks/pom.xml +++ b/server/sonar-server-benchmarks/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>5.2-RC2</version> + <version>5.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server-benchmarks</artifactId> diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index c17450190b2..aaa2f6951d5 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>5.2-RC2</version> + <version>5.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server</artifactId> diff --git a/server/sonar-views-bridge/pom.xml b/server/sonar-views-bridge/pom.xml index 7a41fb0dd89..322a1694094 100644 --- a/server/sonar-views-bridge/pom.xml +++ b/server/sonar-views-bridge/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>5.2-RC2</version> + <version>5.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-views-bridge</artifactId> diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index ba1687846f0..1732dbc4272 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>5.2-RC2</version> + <version>5.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-web</artifactId> |