From 715bdcf5a7f5c8fcfa050647d6c72c28e0c0bf04 Mon Sep 17 00:00:00 2001 From: Dirk Mahler Date: Tue, 24 Jun 2014 00:34:20 +0200 Subject: [PATCH] [maven-release-plugin] prepare release 1.0.0-M3 --- assembly/pom.xml | 2 +- core/analysis/pom.xml | 2 +- core/plugin/pom.xml | 2 +- core/pom.xml | 2 +- core/report/pom.xml | 2 +- core/scanner/pom.xml | 2 +- core/store/pom.xml | 2 +- doc/pom.xml | 2 +- examples/plugins/pom.xml | 2 +- examples/plugins/project/pom.xml | 2 +- examples/plugins/report/pom.xml | 2 +- examples/pom.xml | 2 +- examples/rules/forbiddenmethod/pom.xml | 2 +- examples/rules/naming/pom.xml | 2 +- examples/rules/pom.xml | 2 +- examples/sonar/pom.xml | 2 +- examples/sonar/project/pom.xml | 2 +- examples/sonar/ruleextension/pom.xml | 2 +- plugin/bom/pom.xml | 2 +- plugin/common/pom.xml | 2 +- plugin/ejb3/pom.xml | 2 +- plugin/java/pom.xml | 2 +- plugin/java8/pom.xml | 2 +- plugin/javaee6/pom.xml | 2 +- plugin/jaxrs/pom.xml | 2 +- plugin/jpa2/pom.xml | 2 +- plugin/junit4/pom.xml | 2 +- plugin/maven3/pom.xml | 2 +- plugin/osgi/pom.xml | 2 +- plugin/pom.xml | 2 +- plugin/tycho/pom.xml | 2 +- pom.xml | 2 +- scm/cli/pom.xml | 2 +- scm/common/pom.xml | 2 +- scm/jqassistant-maven-plugin/pom.xml | 2 +- scm/neo4jserver/pom.xml | 2 +- scm/neo4jshell/pom.xml | 2 +- scm/pom.xml | 2 +- sonar/extension/java/pom.xml | 2 +- sonar/extension/junit4/pom.xml | 2 +- sonar/extension/pom.xml | 2 +- sonar/plugin/pom.xml | 2 +- sonar/pom.xml | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index d98439b81..4cdbfb0f9 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant jqassistant - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.assembly \ No newline at end of file diff --git a/core/analysis/pom.xml b/core/analysis/pom.xml index 23055ba25..90d561536 100644 --- a/core/analysis/pom.xml +++ b/core/analysis/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.core jqassistant.core - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.core.analysis diff --git a/core/plugin/pom.xml b/core/plugin/pom.xml index 7ccc1f1e0..5ee5db21c 100644 --- a/core/plugin/pom.xml +++ b/core/plugin/pom.xml @@ -4,7 +4,7 @@ jqassistant.core com.buschmais.jqassistant.core - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.core.plugin diff --git a/core/pom.xml b/core/pom.xml index 3397d5ab1..b6f3ce7da 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant jqassistant - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 com.buschmais.jqassistant.core jqassistant.core diff --git a/core/report/pom.xml b/core/report/pom.xml index 65f3c25f7..6ce8bbf48 100644 --- a/core/report/pom.xml +++ b/core/report/pom.xml @@ -4,7 +4,7 @@ jqassistant.core com.buschmais.jqassistant.core - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.core.report diff --git a/core/scanner/pom.xml b/core/scanner/pom.xml index 11d2aebbb..7e8305a42 100644 --- a/core/scanner/pom.xml +++ b/core/scanner/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.core jqassistant.core - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.core.scanner diff --git a/core/store/pom.xml b/core/store/pom.xml index e04913b17..ea1193936 100644 --- a/core/store/pom.xml +++ b/core/store/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.core jqassistant.core - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.core.store diff --git a/doc/pom.xml b/doc/pom.xml index 56003d03e..63f03eac7 100644 --- a/doc/pom.xml +++ b/doc/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant jqassistant - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 com.buschmais.jqassistant.doc jqassistant.doc diff --git a/examples/plugins/pom.xml b/examples/plugins/pom.xml index 798f823e3..882cb0723 100644 --- a/examples/plugins/pom.xml +++ b/examples/plugins/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.examples jqassistant.examples - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.examples.plugins pom diff --git a/examples/plugins/project/pom.xml b/examples/plugins/project/pom.xml index b5a8cc5e9..a5389c274 100644 --- a/examples/plugins/project/pom.xml +++ b/examples/plugins/project/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.examples jqassistant.examples.plugins - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.examples.plugins.project diff --git a/examples/plugins/report/pom.xml b/examples/plugins/report/pom.xml index 8ae83cb32..b8d2961b6 100644 --- a/examples/plugins/report/pom.xml +++ b/examples/plugins/report/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.examples jqassistant.examples.plugins - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.examples.plugins.report diff --git a/examples/pom.xml b/examples/pom.xml index 6355e13a6..e4f6f8553 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant jqassistant - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 com.buschmais.jqassistant.examples jqassistant.examples diff --git a/examples/rules/forbiddenmethod/pom.xml b/examples/rules/forbiddenmethod/pom.xml index 1894fd150..9d643193b 100644 --- a/examples/rules/forbiddenmethod/pom.xml +++ b/examples/rules/forbiddenmethod/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.examples jqassistant.examples.rules - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.examples.rules.forbiddenmethod diff --git a/examples/rules/naming/pom.xml b/examples/rules/naming/pom.xml index c87ed6c0b..fbb513cb4 100644 --- a/examples/rules/naming/pom.xml +++ b/examples/rules/naming/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.examples jqassistant.examples.rules - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.examples.rules.naming diff --git a/examples/rules/pom.xml b/examples/rules/pom.xml index 18c64728a..bf0f40f6e 100644 --- a/examples/rules/pom.xml +++ b/examples/rules/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.examples jqassistant.examples - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.examples.rules pom diff --git a/examples/sonar/pom.xml b/examples/sonar/pom.xml index 07b0efde4..e126b58b2 100644 --- a/examples/sonar/pom.xml +++ b/examples/sonar/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.examples jqassistant.examples - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.examples.sonar pom diff --git a/examples/sonar/project/pom.xml b/examples/sonar/project/pom.xml index 1538553b4..388c9f5bf 100644 --- a/examples/sonar/project/pom.xml +++ b/examples/sonar/project/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.examples jqassistant.examples.sonar - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.examples.sonar.project diff --git a/examples/sonar/ruleextension/pom.xml b/examples/sonar/ruleextension/pom.xml index caed40ff3..e06f5d96e 100644 --- a/examples/sonar/ruleextension/pom.xml +++ b/examples/sonar/ruleextension/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.examples jqassistant.examples.sonar - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.examples.sonar.ruleextension sonar-plugin diff --git a/plugin/bom/pom.xml b/plugin/bom/pom.xml index 579080b6e..e3352d957 100644 --- a/plugin/bom/pom.xml +++ b/plugin/bom/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin jqassistant.plugin - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.plugin.bom pom diff --git a/plugin/common/pom.xml b/plugin/common/pom.xml index 71827dce1..a15a15cb9 100644 --- a/plugin/common/pom.xml +++ b/plugin/common/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin jqassistant.plugin - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.plugin.common diff --git a/plugin/ejb3/pom.xml b/plugin/ejb3/pom.xml index a26ff85c7..9b0e493df 100644 --- a/plugin/ejb3/pom.xml +++ b/plugin/ejb3/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin jqassistant.plugin - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.plugin.ejb3 diff --git a/plugin/java/pom.xml b/plugin/java/pom.xml index fb44aadc2..fb8eefd39 100644 --- a/plugin/java/pom.xml +++ b/plugin/java/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin jqassistant.plugin - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.plugin.java diff --git a/plugin/java8/pom.xml b/plugin/java8/pom.xml index 892388d66..782b60906 100644 --- a/plugin/java8/pom.xml +++ b/plugin/java8/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin jqassistant.plugin - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.plugin.java8 diff --git a/plugin/javaee6/pom.xml b/plugin/javaee6/pom.xml index 97e454cfd..4941b2e01 100644 --- a/plugin/javaee6/pom.xml +++ b/plugin/javaee6/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin jqassistant.plugin - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.plugin.javaee6 diff --git a/plugin/jaxrs/pom.xml b/plugin/jaxrs/pom.xml index f35c8b482..26c31b719 100644 --- a/plugin/jaxrs/pom.xml +++ b/plugin/jaxrs/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin jqassistant.plugin - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.plugin.jaxrs diff --git a/plugin/jpa2/pom.xml b/plugin/jpa2/pom.xml index 666508c78..ee0131fc1 100644 --- a/plugin/jpa2/pom.xml +++ b/plugin/jpa2/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin jqassistant.plugin - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.plugin.jpa2 diff --git a/plugin/junit4/pom.xml b/plugin/junit4/pom.xml index 983598f81..a3597f543 100644 --- a/plugin/junit4/pom.xml +++ b/plugin/junit4/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin jqassistant.plugin - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.plugin.junit4 diff --git a/plugin/maven3/pom.xml b/plugin/maven3/pom.xml index 001852125..4c99f9178 100644 --- a/plugin/maven3/pom.xml +++ b/plugin/maven3/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin jqassistant.plugin - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.plugin.maven3 diff --git a/plugin/osgi/pom.xml b/plugin/osgi/pom.xml index ec9b76f85..67c7d420c 100644 --- a/plugin/osgi/pom.xml +++ b/plugin/osgi/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin jqassistant.plugin - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.plugin.osgi diff --git a/plugin/pom.xml b/plugin/pom.xml index f528f4c46..e83b4f17e 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant jqassistant - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 com.buschmais.jqassistant.plugin jqassistant.plugin diff --git a/plugin/tycho/pom.xml b/plugin/tycho/pom.xml index 091703b54..611336df7 100644 --- a/plugin/tycho/pom.xml +++ b/plugin/tycho/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin jqassistant.plugin - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.plugin.tycho diff --git a/pom.xml b/pom.xml index 8f718ec48..e0c6643d4 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.buschmais.jqassistant jqassistant - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 pom https://github.com/buschmais/jqassistant diff --git a/scm/cli/pom.xml b/scm/cli/pom.xml index f54cf0e9e..501c19af9 100644 --- a/scm/cli/pom.xml +++ b/scm/cli/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.scm jqassistant.scm - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.scm.cli diff --git a/scm/common/pom.xml b/scm/common/pom.xml index fe22a2825..1e389d6e1 100644 --- a/scm/common/pom.xml +++ b/scm/common/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.scm jqassistant.scm - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.scm.common diff --git a/scm/jqassistant-maven-plugin/pom.xml b/scm/jqassistant-maven-plugin/pom.xml index b9657c8ac..448237e14 100644 --- a/scm/jqassistant-maven-plugin/pom.xml +++ b/scm/jqassistant-maven-plugin/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.scm jqassistant.scm - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant-maven-plugin maven-plugin diff --git a/scm/neo4jserver/pom.xml b/scm/neo4jserver/pom.xml index 9707fc3ed..cd1863ec6 100644 --- a/scm/neo4jserver/pom.xml +++ b/scm/neo4jserver/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.scm jqassistant.scm - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.scm.neo4jserver diff --git a/scm/neo4jshell/pom.xml b/scm/neo4jshell/pom.xml index 9c6e59db2..202dd0867 100644 --- a/scm/neo4jshell/pom.xml +++ b/scm/neo4jshell/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.scm jqassistant.scm - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.scm.neo4jshell diff --git a/scm/pom.xml b/scm/pom.xml index 62806eaba..50238211d 100644 --- a/scm/pom.xml +++ b/scm/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant jqassistant - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 com.buschmais.jqassistant.scm jqassistant.scm diff --git a/sonar/extension/java/pom.xml b/sonar/extension/java/pom.xml index 86b39394d..41c9cb095 100644 --- a/sonar/extension/java/pom.xml +++ b/sonar/extension/java/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.sonar jqassistant.sonar.extension - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.sonar.extension.java sonar-plugin diff --git a/sonar/extension/junit4/pom.xml b/sonar/extension/junit4/pom.xml index 74d4ae0da..c7981f38d 100644 --- a/sonar/extension/junit4/pom.xml +++ b/sonar/extension/junit4/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.sonar jqassistant.sonar.extension - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.sonar.extension.junit4 sonar-plugin diff --git a/sonar/extension/pom.xml b/sonar/extension/pom.xml index 2ad190ef6..c5cf235cd 100644 --- a/sonar/extension/pom.xml +++ b/sonar/extension/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.sonar jqassistant.sonar - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.sonar.extension pom diff --git a/sonar/plugin/pom.xml b/sonar/plugin/pom.xml index 364723cc9..22a87f818 100644 --- a/sonar/plugin/pom.xml +++ b/sonar/plugin/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.sonar jqassistant.sonar - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 jqassistant.sonar.plugin sonar-plugin diff --git a/sonar/pom.xml b/sonar/pom.xml index 7b798a8e6..e9d245a48 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant jqassistant - 1.0.0-M3-SNAPSHOT + 1.0.0-M3 com.buschmais.jqassistant.sonar jqassistant.sonar