diff --git a/bom/pom.xml b/bom/pom.xml index 5503dcb59..e58a986d5 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant parent - 2.5.0-SNAPSHOT + 2.5.0 bom diff --git a/cli/application/pom.xml b/cli/application/pom.xml index c1be813c8..0805dc9f4 100644 --- a/cli/application/pom.xml +++ b/cli/application/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.cli parent - 2.5.0-SNAPSHOT + 2.5.0 com.buschmais.jqassistant.cli application diff --git a/cli/assembly/pom.xml b/cli/assembly/pom.xml index 47a36d1dd..33e05cb75 100644 --- a/cli/assembly/pom.xml +++ b/cli/assembly/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.cli parent - 2.5.0-SNAPSHOT + 2.5.0 assembly diff --git a/cli/neo4jv4/pom.xml b/cli/neo4jv4/pom.xml index bb905c16f..e9c14d9c0 100644 --- a/cli/neo4jv4/pom.xml +++ b/cli/neo4jv4/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.cli parent - 2.5.0-SNAPSHOT + 2.5.0 jqassistant-commandline-neo4jv4 diff --git a/cli/neo4jv5/pom.xml b/cli/neo4jv5/pom.xml index 6bb5790cc..fbeff236d 100644 --- a/cli/neo4jv5/pom.xml +++ b/cli/neo4jv5/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.cli parent - 2.5.0-SNAPSHOT + 2.5.0 jqassistant-commandline-neo4jv5 diff --git a/cli/pom.xml b/cli/pom.xml index 33a97214c..9f8f5a460 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant parent - 2.5.0-SNAPSHOT + 2.5.0 com.buschmais.jqassistant.cli diff --git a/cli/test/pom.xml b/cli/test/pom.xml index 4558d44de..e362279fd 100644 --- a/cli/test/pom.xml +++ b/cli/test/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.cli parent - 2.5.0-SNAPSHOT + 2.5.0 test diff --git a/core/analysis/pom.xml b/core/analysis/pom.xml index 9c418b829..5d9b91f60 100644 --- a/core/analysis/pom.xml +++ b/core/analysis/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.core parent - 2.5.0-SNAPSHOT + 2.5.0 analysis diff --git a/core/neo4j/pom.xml b/core/neo4j/pom.xml index d5d4c63da..82c9003eb 100644 --- a/core/neo4j/pom.xml +++ b/core/neo4j/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.core parent - 2.5.0-SNAPSHOT + 2.5.0 neo4j diff --git a/core/pom.xml b/core/pom.xml index 313e3077b..bc377e96f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant parent - 2.5.0-SNAPSHOT + 2.5.0 com.buschmais.jqassistant.core diff --git a/core/report/pom.xml b/core/report/pom.xml index 08a7f9d4f..6fdc56b30 100644 --- a/core/report/pom.xml +++ b/core/report/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.core parent - 2.5.0-SNAPSHOT + 2.5.0 report diff --git a/core/rule/pom.xml b/core/rule/pom.xml index e33e3fe5c..2bde2677c 100644 --- a/core/rule/pom.xml +++ b/core/rule/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.core parent - 2.5.0-SNAPSHOT + 2.5.0 rule diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml index 618d14989..d8bcb5230 100644 --- a/core/runtime/pom.xml +++ b/core/runtime/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.core parent - 2.5.0-SNAPSHOT + 2.5.0 runtime diff --git a/core/scanner/pom.xml b/core/scanner/pom.xml index 32b0aa7ae..d2b5aae81 100644 --- a/core/scanner/pom.xml +++ b/core/scanner/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.core parent - 2.5.0-SNAPSHOT + 2.5.0 scanner jQAssistant Core Scanner diff --git a/core/schemata/pom.xml b/core/schemata/pom.xml index 754debb66..b9dc85750 100644 --- a/core/schemata/pom.xml +++ b/core/schemata/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.core parent - 2.5.0-SNAPSHOT + 2.5.0 schemata diff --git a/core/shared/pom.xml b/core/shared/pom.xml index c352c5eca..4d2aaf12c 100644 --- a/core/shared/pom.xml +++ b/core/shared/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.core parent - 2.5.0-SNAPSHOT + 2.5.0 shared jQAssistant Core Shared diff --git a/core/store/pom.xml b/core/store/pom.xml index c107883bf..e899bb00a 100644 --- a/core/store/pom.xml +++ b/core/store/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.core parent - 2.5.0-SNAPSHOT + 2.5.0 store jQAssistant Core Store diff --git a/core/test/pom.xml b/core/test/pom.xml index 35ce645a0..58bbef8c2 100644 --- a/core/test/pom.xml +++ b/core/test/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant.core parent - 2.5.0-SNAPSHOT + 2.5.0 test diff --git a/distribution-specification/pom.xml b/distribution-specification/pom.xml index cc19d1a5b..dc5267b0e 100644 --- a/distribution-specification/pom.xml +++ b/distribution-specification/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant parent - 2.5.0-SNAPSHOT + 2.5.0 jqa-distribution-specification diff --git a/manual/pom.xml b/manual/pom.xml index 78bc685ee..3001381cd 100644 --- a/manual/pom.xml +++ b/manual/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant parent - 2.5.0-SNAPSHOT + 2.5.0 manual diff --git a/maven/pom.xml b/maven/pom.xml index 690091cff..0dfc3be45 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant parent - 2.5.0-SNAPSHOT + 2.5.0 jqassistant-maven-plugin diff --git a/plugin/common/pom.xml b/plugin/common/pom.xml index ab8efce9d..fe36cc1d8 100644 --- a/plugin/common/pom.xml +++ b/plugin/common/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin parent - 2.5.0-SNAPSHOT + 2.5.0 common diff --git a/plugin/java/pom.xml b/plugin/java/pom.xml index 569a2ca8f..b71f06d73 100644 --- a/plugin/java/pom.xml +++ b/plugin/java/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin parent - 2.5.0-SNAPSHOT + 2.5.0 java diff --git a/plugin/json/pom.xml b/plugin/json/pom.xml index 1ce70ad2d..bef5eeaba 100644 --- a/plugin/json/pom.xml +++ b/plugin/json/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin parent - 2.5.0-SNAPSHOT + 2.5.0 json diff --git a/plugin/junit/pom.xml b/plugin/junit/pom.xml index d69358dad..4cfe2d926 100644 --- a/plugin/junit/pom.xml +++ b/plugin/junit/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin parent - 2.5.0-SNAPSHOT + 2.5.0 junit diff --git a/plugin/maven/pom.xml b/plugin/maven/pom.xml index 4674a31bb..685455f47 100644 --- a/plugin/maven/pom.xml +++ b/plugin/maven/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin parent - 2.5.0-SNAPSHOT + 2.5.0 maven3 diff --git a/plugin/pom.xml b/plugin/pom.xml index afa7b8cbb..ebc8a9342 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant parent - 2.5.0-SNAPSHOT + 2.5.0 com.buschmais.jqassistant.plugin diff --git a/plugin/xml/pom.xml b/plugin/xml/pom.xml index e68315828..4672507ec 100644 --- a/plugin/xml/pom.xml +++ b/plugin/xml/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin parent - 2.5.0-SNAPSHOT + 2.5.0 xml diff --git a/plugin/yaml/pom.xml b/plugin/yaml/pom.xml index 790410ef2..8ea452dbd 100644 --- a/plugin/yaml/pom.xml +++ b/plugin/yaml/pom.xml @@ -4,7 +4,7 @@ com.buschmais.jqassistant.plugin parent - 2.5.0-SNAPSHOT + 2.5.0 yaml2 diff --git a/pom.xml b/pom.xml index b327c2eee..d15025005 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.buschmais.jqassistant parent - 2.5.0-SNAPSHOT + 2.5.0 pom jQAssistant Parent @@ -31,7 +31,7 @@ scm:git:https://github.com/jqassistant/jqassistant.git scm:git:https://github.com/jqassistant/jqassistant.git https://github.com/jqassistant/jqassistant/ - parent-2.4.0-M1 + 2.5.0