diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-10-05 19:00:02 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-10-05 19:00:02 +0000 |
commit | 6c36be2a0267067ce4ef02318e40975aa0edca30 (patch) | |
tree | ad1a608eac49e24e253acd67ccf695fd373d61bd /archetypes | |
parent | 82a24b4abf945f7b6d96aa3601c27eb76b352788 (diff) | |
download | sonarqube-6c36be2a0267067ce4ef02318e40975aa0edca30.tar.gz sonarqube-6c36be2a0267067ce4ef02318e40975aa0edca30.zip |
[maven-release-plugin] prepare release 2.3-RC2
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 59565bc876f..511014201e4 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.4-SNAPSHOT</version> + <version>2.3-RC2</version> <relativePath>../..</relativePath> </parent> diff --git a/archetypes/sonar-gwt-plugin/pom.xml b/archetypes/sonar-gwt-plugin/pom.xml index 02fefc35488..d80f77aaa92 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.4-SNAPSHOT</version> + <version>2.3-RC2</version> <relativePath>../..</relativePath> </parent> |