diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-07-02 18:41:26 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-07-02 18:41:26 +0200 |
commit | 5912551222f76f9d86da242b377a225a5d704b66 (patch) | |
tree | 1b3aa99df59b4a9518b6c70b615ecac2e4be1e0b | |
parent | 9a5b2bd0ff9dacc9d4370992824191b128b0ba02 (diff) | |
download | sonarqube-5912551222f76f9d86da242b377a225a5d704b66.tar.gz sonarqube-5912551222f76f9d86da242b377a225a5d704b66.zip |
[maven-release-plugin] prepare for next development iteration
-rw-r--r-- | plugins/sonar-core-plugin/pom.xml | 2 | ||||
-rw-r--r-- | plugins/sonar-cpd-plugin/pom.xml | 2 | ||||
-rw-r--r-- | plugins/sonar-dbcleaner-plugin/pom.xml | 2 | ||||
-rw-r--r-- | plugins/sonar-design-plugin/pom.xml | 2 | ||||
-rw-r--r-- | plugins/sonar-email-notifications-plugin/pom.xml | 2 | ||||
-rw-r--r-- | plugins/sonar-l10n-en-plugin/pom.xml | 2 | ||||
-rw-r--r-- | plugins/sonar-xoo-plugin/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | sonar-application/pom.xml | 2 | ||||
-rw-r--r-- | sonar-batch-maven-compat/pom.xml | 2 | ||||
-rw-r--r-- | sonar-batch/pom.xml | 2 | ||||
-rw-r--r-- | sonar-check-api/pom.xml | 2 | ||||
-rw-r--r-- | sonar-colorizer/pom.xml | 2 | ||||
-rw-r--r-- | sonar-core/pom.xml | 2 | ||||
-rw-r--r-- | sonar-deprecated/pom.xml | 2 | ||||
-rw-r--r-- | sonar-duplications/pom.xml | 2 | ||||
-rw-r--r-- | sonar-graph/pom.xml | 2 | ||||
-rw-r--r-- | sonar-home/pom.xml | 2 | ||||
-rw-r--r-- | sonar-java-api/pom.xml | 2 | ||||
-rw-r--r-- | sonar-markdown/pom.xml | 2 | ||||
-rw-r--r-- | sonar-maven-plugin/pom.xml | 2 | ||||
-rw-r--r-- | sonar-maven3-plugin/pom.xml | 2 | ||||
-rw-r--r-- | sonar-plugin-api/pom.xml | 2 | ||||
-rw-r--r-- | sonar-server/pom.xml | 2 | ||||
-rw-r--r-- | sonar-testing-harness/pom.xml | 2 | ||||
-rw-r--r-- | sonar-ws-client/pom.xml | 2 |
26 files changed, 27 insertions, 27 deletions
diff --git a/plugins/sonar-core-plugin/pom.xml b/plugins/sonar-core-plugin/pom.xml index 43685b5a5c0..8214ce000e3 100644 --- a/plugins/sonar-core-plugin/pom.xml +++ b/plugins/sonar-core-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.plugins</groupId> diff --git a/plugins/sonar-cpd-plugin/pom.xml b/plugins/sonar-cpd-plugin/pom.xml index 2325b8719fb..aa992e547f9 100644 --- a/plugins/sonar-cpd-plugin/pom.xml +++ b/plugins/sonar-cpd-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.plugins</groupId> diff --git a/plugins/sonar-dbcleaner-plugin/pom.xml b/plugins/sonar-dbcleaner-plugin/pom.xml index eb82b83392b..23d11cd36f0 100644 --- a/plugins/sonar-dbcleaner-plugin/pom.xml +++ b/plugins/sonar-dbcleaner-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.plugins</groupId> diff --git a/plugins/sonar-design-plugin/pom.xml b/plugins/sonar-design-plugin/pom.xml index 51fea3d32d9..6666b78dc71 100644 --- a/plugins/sonar-design-plugin/pom.xml +++ b/plugins/sonar-design-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.plugins</groupId> diff --git a/plugins/sonar-email-notifications-plugin/pom.xml b/plugins/sonar-email-notifications-plugin/pom.xml index 1c0298fa045..6492f44fb1f 100644 --- a/plugins/sonar-email-notifications-plugin/pom.xml +++ b/plugins/sonar-email-notifications-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> diff --git a/plugins/sonar-l10n-en-plugin/pom.xml b/plugins/sonar-l10n-en-plugin/pom.xml index 98862f729a8..bc1cc822cc6 100644 --- a/plugins/sonar-l10n-en-plugin/pom.xml +++ b/plugins/sonar-l10n-en-plugin/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index 670d13c9259..4870b5ec321 100644 --- a/plugins/sonar-xoo-plugin/pom.xml +++ b/plugins/sonar-xoo-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.plugins</groupId> @@ -5,7 +5,7 @@ <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> <packaging>pom</packaging> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> <name>SonarQube</name> <url>http://www.sonarqube.org/</url> <description>Open source platform for continuous inspection of code quality</description> @@ -1176,7 +1176,7 @@ <connection>scm:git:git@github.com:SonarSource/sonarqube.git</connection> <developerConnection>scm:git:git@github.com:SonarSource/sonarqube.git</developerConnection> <url>https://github.com/SonarSource/sonarqube</url> - <tag>4.4-RC1</tag> + <tag>HEAD</tag> </scm> <ciManagement> diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 27fe63b3487..a8fc0a34f8d 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> </parent> <artifactId>sonar-application</artifactId> diff --git a/sonar-batch-maven-compat/pom.xml b/sonar-batch-maven-compat/pom.xml index 396a487b960..00aef88500b 100644 --- a/sonar-batch-maven-compat/pom.xml +++ b/sonar-batch-maven-compat/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> </parent> <artifactId>sonar-batch-maven-compat</artifactId> diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index c0dd0b93917..f09d5e5b132 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> </parent> <artifactId>sonar-batch</artifactId> diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index 99402d5d988..bf6d14af3c2 100644 --- a/sonar-check-api/pom.xml +++ b/sonar-check-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-check-api</artifactId> diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml index 6b678f66fd9..c86f25fa88a 100644 --- a/sonar-colorizer/pom.xml +++ b/sonar-colorizer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 4b224c6cf59..331c28cede2 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> </parent> <artifactId>sonar-core</artifactId> diff --git a/sonar-deprecated/pom.xml b/sonar-deprecated/pom.xml index 7d095413e75..3559279cd70 100644 --- a/sonar-deprecated/pom.xml +++ b/sonar-deprecated/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> </parent> <artifactId>sonar-deprecated</artifactId> <name>SonarQube :: Deprecated</name> diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index 6e97a1d3753..9148f0bad01 100644 --- a/sonar-duplications/pom.xml +++ b/sonar-duplications/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> </parent> <artifactId>sonar-duplications</artifactId> diff --git a/sonar-graph/pom.xml b/sonar-graph/pom.xml index 41b4f75367e..620be5dbda0 100644 --- a/sonar-graph/pom.xml +++ b/sonar-graph/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.codehaus.sonar</groupId> diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml index 617bdc0e1b7..5ae4f42a09a 100644 --- a/sonar-home/pom.xml +++ b/sonar-home/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> </parent> <artifactId>sonar-home</artifactId> diff --git a/sonar-java-api/pom.xml b/sonar-java-api/pom.xml index 7f67d7df31a..5ada3534fd8 100644 --- a/sonar-java-api/pom.xml +++ b/sonar-java-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> </parent> <artifactId>sonar-java-api</artifactId> <name>SonarQube :: Java API</name> diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml index 23413cb06ea..25bdf0fcf03 100644 --- a/sonar-markdown/pom.xml +++ b/sonar-markdown/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/sonar-maven-plugin/pom.xml b/sonar-maven-plugin/pom.xml index cb516b096ac..b21a1c3e169 100644 --- a/sonar-maven-plugin/pom.xml +++ b/sonar-maven-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> </parent> <artifactId>sonar-maven-plugin</artifactId> <packaging>maven-plugin</packaging> diff --git a/sonar-maven3-plugin/pom.xml b/sonar-maven3-plugin/pom.xml index 35ccc36f175..fdd77962465 100644 --- a/sonar-maven3-plugin/pom.xml +++ b/sonar-maven3-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> </parent> <artifactId>sonar-maven3-plugin</artifactId> <packaging>pom</packaging> diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index ac84cd84540..1bc63d4bd0f 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> </parent> <artifactId>sonar-plugin-api</artifactId> diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 7c7c0562d0a..bec82985bfa 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> </parent> <artifactId>sonar-server</artifactId> <packaging>war</packaging> diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index 18dcf3a06db..7647c941b70 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> </parent> <artifactId>sonar-testing-harness</artifactId> <packaging>jar</packaging> diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml index 7a94d5927bf..399fbae3242 100644 --- a/sonar-ws-client/pom.xml +++ b/sonar-ws-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>4.4-RC1</version> + <version>4.4-SNAPSHOT</version> </parent> <artifactId>sonar-ws-client</artifactId> <packaging>jar</packaging> |