diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-10-27 11:19:53 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-10-27 11:19:53 +0100 |
commit | d7c016d419aeaf29f58d54b9d9aefd6f8449ab1f (patch) | |
tree | 91d864bdb509ca2d10be580122d480bed98295da /server | |
parent | f7503d07770bf40063cfdf119cd06ed4e0e2dc5e (diff) | |
download | sonarqube-d7c016d419aeaf29f58d54b9d9aefd6f8449ab1f.tar.gz sonarqube-d7c016d419aeaf29f58d54b9d9aefd6f8449ab1f.zip |
[maven-release-plugin] prepare release 4.5.1-RC1
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 5edff8719ae..d8b6e72dd09 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.1-SNAPSHOT</version> + <version>4.5.1-RC1</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 af327fb1a60..c4725136e9c 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.1-SNAPSHOT</version> + <version>4.5.1-RC1</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index 0e6a50a9f23..934262a631e 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.1-SNAPSHOT</version> + <version>4.5.1-RC1</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml index 93551819322..b9641fd59f4 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.1-SNAPSHOT</version> + <version>4.5.1-RC1</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index 0313612ad69..d324e3f0dac 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.1-SNAPSHOT</version> + <version>4.5.1-RC1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server</artifactId> diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 0ba63fae775..855d3864053 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.1-SNAPSHOT</version> + <version>4.5.1-RC1</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 05b51b7ae1f..762828c7c43 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.1-SNAPSHOT</version> + <version>4.5.1-RC1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-ws-client</artifactId> |