aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-11-08 20:26:46 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-11-08 20:26:46 +0000
commit0218b62649e2b6bc137cf576499edb7069fad8e9 (patch)
treeed6f5c3693eba2586b3b55ded556aa56ddc21595 /subprojects
parent62f42f5bf92b03eedcff24087121c587a2e357a5 (diff)
downloadsonarqube-0218b62649e2b6bc137cf576499edb7069fad8e9.tar.gz
sonarqube-0218b62649e2b6bc137cf576499edb7069fad8e9.zip
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/sonar-update-center/pom.xml8
-rw-r--r--subprojects/sonar-update-center/sonar-packaging-maven-plugin/pom.xml2
-rw-r--r--subprojects/sonar-update-center/sonar-update-center-common/pom.xml2
-rw-r--r--subprojects/sonar-update-center/sonar-update-center-server/pom.xml2
4 files changed, 7 insertions, 7 deletions
diff --git a/subprojects/sonar-update-center/pom.xml b/subprojects/sonar-update-center/pom.xml
index efc2497db35..e541740eee5 100644
--- a/subprojects/sonar-update-center/pom.xml
+++ b/subprojects/sonar-update-center/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-update-center</artifactId>
- <version>1.0</version>
+ <version>1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Sonar :: Update Center</name>
<url>http://www.sonarsource.org</url>
@@ -53,9 +53,9 @@
</modules>
<scm>
- <connection>scm:svn:http://svn.codehaus.org/sonar/tags/sonar-update-center-1.0</connection>
- <developerConnection>scm:svn:https://svn.codehaus.org/sonar/tags/sonar-update-center-1.0</developerConnection>
- <url>https://svn.codehaus.org/sonar/tags/sonar-update-center-1.0</url>
+ <connection>scm:svn:http://svn.codehaus.org/sonar/trunk/subprojects/sonar-update-center</connection>
+ <developerConnection>scm:svn:https://svn.codehaus.org/sonar/trunk/subprojects/sonar-update-center</developerConnection>
+ <url>https://svn.codehaus.org/sonar/trunk/subprojects/sonar-update-center</url>
</scm>
<issueManagement>
diff --git a/subprojects/sonar-update-center/sonar-packaging-maven-plugin/pom.xml b/subprojects/sonar-update-center/sonar-packaging-maven-plugin/pom.xml
index c3fbf075720..fef827e37dc 100644
--- a/subprojects/sonar-update-center/sonar-packaging-maven-plugin/pom.xml
+++ b/subprojects/sonar-update-center/sonar-packaging-maven-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-update-center</artifactId>
- <version>1.0</version>
+ <version>1.1-SNAPSHOT</version>
</parent>
<artifactId>sonar-packaging-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
diff --git a/subprojects/sonar-update-center/sonar-update-center-common/pom.xml b/subprojects/sonar-update-center/sonar-update-center-common/pom.xml
index 8cbce93c9db..7d892a4876d 100644
--- a/subprojects/sonar-update-center/sonar-update-center-common/pom.xml
+++ b/subprojects/sonar-update-center/sonar-update-center-common/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-update-center</artifactId>
- <version>1.0</version>
+ <version>1.1-SNAPSHOT</version>
</parent>
<artifactId>sonar-update-center-common</artifactId>
diff --git a/subprojects/sonar-update-center/sonar-update-center-server/pom.xml b/subprojects/sonar-update-center/sonar-update-center-server/pom.xml
index 6faf0423316..0fc50b825d6 100644
--- a/subprojects/sonar-update-center/sonar-update-center-server/pom.xml
+++ b/subprojects/sonar-update-center/sonar-update-center-server/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-update-center</artifactId>
- <version>1.0</version>
+ <version>1.1-SNAPSHOT</version>
</parent>
<artifactId>sonar-update-center-server</artifactId>
<name>Sonar :: Update Center :: Server</name>