diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-05 13:36:27 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-05 13:36:27 +0000 |
commit | 1f5228db186517931c2266462a34c09751aef402 (patch) | |
tree | 54c4520da441af62bbaab62a0b81ec86914f87c9 /archetypes | |
parent | 4b4085303b3d4c970bc950206d1da0cd5cf97b1f (diff) | |
download | sonarqube-1f5228db186517931c2266462a34c09751aef402.tar.gz sonarqube-1f5228db186517931c2266462a34c09751aef402.zip |
[maven-release-plugin] prepare release 2.5-RC1
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/sonar-basic-plugin/pom.xml | 2 | ||||
-rw-r--r-- | archetypes/sonar-gwt-plugin/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archetypes/sonar-basic-plugin/pom.xml b/archetypes/sonar-basic-plugin/pom.xml index f3f990ad16b..88d89a864a7 100644 --- a/archetypes/sonar-basic-plugin/pom.xml +++ b/archetypes/sonar-basic-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>2.5-SNAPSHOT</version> + <version>2.5-RC1</version> <relativePath>../..</relativePath> </parent> diff --git a/archetypes/sonar-gwt-plugin/pom.xml b/archetypes/sonar-gwt-plugin/pom.xml index 4fc1ce5c878..d2dc54e8287 100644 --- a/archetypes/sonar-gwt-plugin/pom.xml +++ b/archetypes/sonar-gwt-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>2.5-SNAPSHOT</version> + <version>2.5-RC1</version> <relativePath>../..</relativePath> </parent> |