diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-10 09:04:27 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-10 09:04:27 +0200 |
commit | a9cf3b23916a0c2140b1ee2cba438401cda4f1a2 (patch) | |
tree | 1dfc1080aa76b8ccf0cafb83785b65d273cba99b | |
parent | ab5551a5b09df4c0bdb148155330a700f7fc1cec (diff) | |
download | sonarqube-a9cf3b23916a0c2140b1ee2cba438401cda4f1a2.tar.gz sonarqube-a9cf3b23916a0c2140b1ee2cba438401cda4f1a2.zip |
Improve versions of samples
-rw-r--r-- | samples/checkstyle-extensions-plugin/pom.xml | 5 | ||||
-rw-r--r-- | samples/gwt-plugin/pom.xml | 5 | ||||
-rw-r--r-- | samples/pmd-extensions-plugin/pom.xml | 5 | ||||
-rw-r--r-- | samples/standard-plugin/pom.xml | 5 |
4 files changed, 8 insertions, 12 deletions
diff --git a/samples/checkstyle-extensions-plugin/pom.xml b/samples/checkstyle-extensions-plugin/pom.xml index d2c7b66dd16..56a819665dc 100644 --- a/samples/checkstyle-extensions-plugin/pom.xml +++ b/samples/checkstyle-extensions-plugin/pom.xml @@ -6,13 +6,12 @@ <groupId>com.mycompany.sonar</groupId> <artifactId>sonar-checkstyle-extensions-plugin</artifactId> <packaging>sonar-plugin</packaging> - <version>2.8-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <name>Sonar :: Samples :: Checkstyle extensions</name> <description>Checkstyle extensions for Sonar</description> <properties> - <!-- To be replaced with the minimum required version of Sonar --> - <sonar.buildVersion>${project.version}</sonar.buildVersion> + <sonar.buildVersion>2.8-RC2</sonar.buildVersion> </properties> <dependencies> diff --git a/samples/gwt-plugin/pom.xml b/samples/gwt-plugin/pom.xml index aa6ba12e36c..760a52d4111 100644 --- a/samples/gwt-plugin/pom.xml +++ b/samples/gwt-plugin/pom.xml @@ -6,13 +6,12 @@ <groupId>com.mycompany.sonar</groupId> <artifactId>sonar-gwt-plugin</artifactId> <packaging>sonar-plugin</packaging> - <version>2.8-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <name>Sonar :: Samples :: GWT plugin</name> <description>Description of plugin with GWT extensions</description> <properties> - <!-- To be replaced with the minimum required version of Sonar --> - <sonar.buildVersion>${project.version}</sonar.buildVersion> + <sonar.buildVersion>2.8-RC2</sonar.buildVersion> </properties> diff --git a/samples/pmd-extensions-plugin/pom.xml b/samples/pmd-extensions-plugin/pom.xml index 864ba1ee456..20d9bd8fdd4 100644 --- a/samples/pmd-extensions-plugin/pom.xml +++ b/samples/pmd-extensions-plugin/pom.xml @@ -6,13 +6,12 @@ <groupId>com.mycompany.sonar</groupId> <artifactId>sonar-pmd-extensions-plugin</artifactId> <packaging>sonar-plugin</packaging> - <version>2.8-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <name>Sonar :: Samples :: PMD extensions</name> <description>PMD extensions for Sonar</description> <properties> - <!-- To be replaced with the minimum required version of Sonar --> - <sonar.buildVersion>${project.version}</sonar.buildVersion> + <sonar.buildVersion>2.8-RC2</sonar.buildVersion> </properties> <dependencies> diff --git a/samples/standard-plugin/pom.xml b/samples/standard-plugin/pom.xml index 8b9c9b6f0a8..8ff843c41c2 100644 --- a/samples/standard-plugin/pom.xml +++ b/samples/standard-plugin/pom.xml @@ -6,13 +6,12 @@ <groupId>com.mycompany.sonar</groupId> <artifactId>sonar-standard-plugin</artifactId> <packaging>sonar-plugin</packaging> - <version>2.8-SNAPSHOT</version> + <version>0.1-SNAPSHOT</version> <name>Sonar :: Samples :: Standard plugin</name> <description>Description of standard plugin</description> <properties> - <!-- To be replaced with the minimum required version of Sonar --> - <sonar.buildVersion>${project.version}</sonar.buildVersion> + <sonar.buildVersion>2.8-RC2</sonar.buildVersion> </properties> <dependencies> |