diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-24 16:00:51 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-24 16:00:51 +0000 |
commit | e1240d0537703e5cbabf406e50d0d7d3d463933c (patch) | |
tree | e4ac2941a0bac440bad2e8465a6cedf41a6fcc0e /archetypes | |
parent | 07eff778cdcd433602d5a9979490fa590604e431 (diff) | |
download | sonarqube-e1240d0537703e5cbabf406e50d0d7d3d463933c.tar.gz sonarqube-e1240d0537703e5cbabf406e50d0d7d3d463933c.zip |
[maven-release-plugin] prepare release 2.5
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..fcf6fe9e9e6 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.6-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> diff --git a/archetypes/sonar-gwt-plugin/pom.xml b/archetypes/sonar-gwt-plugin/pom.xml index 4fc1ce5c878..540ea66689a 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.6-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> |