aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 37ad60c10e6..64b1db00539 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar</artifactId>
<packaging>pom</packaging>
- <version>2.7</version>
+ <version>2.8-SNAPSHOT</version>
<name>Sonar</name>
<url>http://www.sonarsource.org</url>
@@ -274,7 +274,7 @@
</rules>
</configuration>
</execution>
- <execution>
+ <execution>
<id>enforce-dependency-versions</id>
<goals>
<goal>enforce</goal>
@@ -730,7 +730,7 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
- <version>1.5.6</version>
+ <version>1.6.0</version>
</dependency>
<dependency>
<groupId>geronimo-spec</groupId>