diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-09-26 14:41:27 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-09-26 14:41:27 +0200 |
commit | 852a672e0eae3b4baaf68a12a8b2275843297909 (patch) | |
tree | 3e141637f0f072b113ac54b2e04735f43a2e3c35 /server | |
parent | 8be553ee31f63476eb96c2c307100b9004fdef1e (diff) | |
download | sonarqube-852a672e0eae3b4baaf68a12a8b2275843297909.tar.gz sonarqube-852a672e0eae3b4baaf68a12a8b2275843297909.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/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-web/pom.xml | 2 | ||||
-rw-r--r-- | server/sonar-ws-client/pom.xml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/server/pom.xml b/server/pom.xml index 94f699979f4..55ee0ba06c5 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.5-RC3</version> + <version>4.5-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 551d1a2403b..4249190a0b4 100644 --- a/server/sonar-process-monitor/pom.xml +++ b/server/sonar-process-monitor/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>server</artifactId> - <version>4.5-RC3</version> + <version>4.5-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 a51e7217f76..1475d7099d6 100644 --- a/server/sonar-process/pom.xml +++ b/server/sonar-process/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>server</artifactId> - <version>4.5-RC3</version> + <version>4.5-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 bfeb32c3c97..cb462c0a7cb 100644 --- a/server/sonar-search/pom.xml +++ b/server/sonar-search/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>server</artifactId> - <version>4.5-RC3</version> + <version>4.5-SNAPSHOT</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index 2b9f46a3b63..d39abad9b68 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>server</artifactId> - <version>4.5-RC3</version> + <version>4.5-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server</artifactId> diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index e50375e1cb7..98ecf83d8d9 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>server</artifactId> - <version>4.5-RC3</version> + <version>4.5-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-web</artifactId> diff --git a/server/sonar-ws-client/pom.xml b/server/sonar-ws-client/pom.xml index f69e3caf501..ac59f2f4ab7 100644 --- a/server/sonar-ws-client/pom.xml +++ b/server/sonar-ws-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>server</artifactId> - <version>4.5-RC3</version> + <version>4.5-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-ws-client</artifactId> |