]> source.dussan.org Git - sonarqube.git/commitdiff
Improve versions of samples
authorsimonbrandhof <simon.brandhof@gmail.com>
Tue, 10 May 2011 07:04:27 +0000 (09:04 +0200)
committersimonbrandhof <simon.brandhof@gmail.com>
Tue, 10 May 2011 07:04:27 +0000 (09:04 +0200)
samples/checkstyle-extensions-plugin/pom.xml
samples/gwt-plugin/pom.xml
samples/pmd-extensions-plugin/pom.xml
samples/standard-plugin/pom.xml

index d2c7b66dd166ae129fa0b25d3453e4b2b8eacb35..56a819665dc997014dcd6450b9e5a15768432dde 100644 (file)
@@ -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>
index aa6ba12e36c5b73ecbeaf54b92b58ccdd1a72e93..760a52d41111394dedfe769967335ae3be53aea2 100644 (file)
@@ -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>
 
 
index 864ba1ee456ae97bd188bc2f945277c23eceb728..20d9bd8fdd4ba9a5ff710ef462861d482ef0c28a 100644 (file)
@@ -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>
index 8b9c9b6f0a8e8ff3a2994f7f5e24ee167e018a33..8ff843c41c281747d88650ff3db709a57ce20554 100644 (file)
@@ -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>