This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch buildconsumer in repository https://gitbox.apache.org/repos/asf/maven-doxia.git
commit 5e3ede2d124a120731802ba742569d6f52acba75 Author: Hervé Boutemy <[email protected]> AuthorDate: Mon Jul 6 10:09:11 2020 +0200 test build vs consumer POM features --- doxia-core/pom.xml | 2 +- doxia-logging-api/pom.xml | 2 +- doxia-modules/doxia-module-apt/pom.xml | 2 +- doxia-modules/doxia-module-confluence/pom.xml | 2 +- doxia-modules/doxia-module-docbook-simple/pom.xml | 2 +- doxia-modules/doxia-module-fml/pom.xml | 2 +- doxia-modules/doxia-module-fo/pom.xml | 2 +- doxia-modules/doxia-module-itext/pom.xml | 2 +- doxia-modules/doxia-module-latex/pom.xml | 2 +- doxia-modules/doxia-module-markdown/pom.xml | 2 +- doxia-modules/doxia-module-rtf/pom.xml | 2 +- doxia-modules/doxia-module-twiki/pom.xml | 2 +- doxia-modules/doxia-module-xdoc/pom.xml | 2 +- doxia-modules/doxia-module-xhtml/pom.xml | 2 +- doxia-modules/doxia-module-xhtml5/pom.xml | 2 +- doxia-modules/pom.xml | 2 +- doxia-sink-api/pom.xml | 2 +- doxia-test-docs/pom.xml | 2 +- pom.xml | 14 +++++++------- 19 files changed, 25 insertions(+), 25 deletions(-) diff --git a/doxia-core/pom.xml b/doxia-core/pom.xml index 449f433..7bc3b47 100644 --- a/doxia-core/pom.xml +++ b/doxia-core/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia</artifactId> - <version>1.10-SNAPSHOT</version> + <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-logging-api/pom.xml b/doxia-logging-api/pom.xml index 423314b..92f5c95 100644 --- a/doxia-logging-api/pom.xml +++ b/doxia-logging-api/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>doxia</artifactId> <groupId>org.apache.maven.doxia</groupId> - <version>1.10-SNAPSHOT</version> + <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-modules/doxia-module-apt/pom.xml b/doxia-modules/doxia-module-apt/pom.xml index d46c2e7..b025fb1 100644 --- a/doxia-modules/doxia-module-apt/pom.xml +++ b/doxia-modules/doxia-module-apt/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>doxia-modules</artifactId> <groupId>org.apache.maven.doxia</groupId> - <version>1.10-SNAPSHOT</version> + <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-modules/doxia-module-confluence/pom.xml b/doxia-modules/doxia-module-confluence/pom.xml index f6ca781..9b88ea8 100644 --- a/doxia-modules/doxia-module-confluence/pom.xml +++ b/doxia-modules/doxia-module-confluence/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <artifactId>doxia-modules</artifactId> <groupId>org.apache.maven.doxia</groupId> - <version>1.10-SNAPSHOT</version> + <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-modules/doxia-module-docbook-simple/pom.xml b/doxia-modules/doxia-module-docbook-simple/pom.xml index 0909d03..c34b336 100644 --- a/doxia-modules/doxia-module-docbook-simple/pom.xml +++ b/doxia-modules/doxia-module-docbook-simple/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>doxia-modules</artifactId> <groupId>org.apache.maven.doxia</groupId> - <version>1.10-SNAPSHOT</version> + <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-modules/doxia-module-fml/pom.xml b/doxia-modules/doxia-module-fml/pom.xml index 1286850..d540d74 100644 --- a/doxia-modules/doxia-module-fml/pom.xml +++ b/doxia-modules/doxia-module-fml/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>doxia-modules</artifactId> <groupId>org.apache.maven.doxia</groupId> - <version>1.10-SNAPSHOT</version> + <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-modules/doxia-module-fo/pom.xml b/doxia-modules/doxia-module-fo/pom.xml index 7d65eb2..b5b33be 100644 --- a/doxia-modules/doxia-module-fo/pom.xml +++ b/doxia-modules/doxia-module-fo/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>doxia-modules</artifactId> <groupId>org.apache.maven.doxia</groupId> - <version>1.10-SNAPSHOT</version> + <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-modules/doxia-module-itext/pom.xml b/doxia-modules/doxia-module-itext/pom.xml index b805d07..7afd53f 100644 --- a/doxia-modules/doxia-module-itext/pom.xml +++ b/doxia-modules/doxia-module-itext/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>doxia-modules</artifactId> <groupId>org.apache.maven.doxia</groupId> - <version>1.10-SNAPSHOT</version> + <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-modules/doxia-module-latex/pom.xml b/doxia-modules/doxia-module-latex/pom.xml index abdd11b..7e41018 100644 --- a/doxia-modules/doxia-module-latex/pom.xml +++ b/doxia-modules/doxia-module-latex/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>doxia-modules</artifactId> <groupId>org.apache.maven.doxia</groupId> - <version>1.10-SNAPSHOT</version> + <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-modules/doxia-module-markdown/pom.xml b/doxia-modules/doxia-module-markdown/pom.xml index 81061bc..c2a5ed4 100644 --- a/doxia-modules/doxia-module-markdown/pom.xml +++ b/doxia-modules/doxia-module-markdown/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-modules</artifactId> - <version>1.10-SNAPSHOT</version> + <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-modules/doxia-module-rtf/pom.xml b/doxia-modules/doxia-module-rtf/pom.xml index facf00d..c27049e 100644 --- a/doxia-modules/doxia-module-rtf/pom.xml +++ b/doxia-modules/doxia-module-rtf/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>doxia-modules</artifactId> <groupId>org.apache.maven.doxia</groupId> - <version>1.10-SNAPSHOT</version> + <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-modules/doxia-module-twiki/pom.xml b/doxia-modules/doxia-module-twiki/pom.xml index d85610a..53e7a02 100644 --- a/doxia-modules/doxia-module-twiki/pom.xml +++ b/doxia-modules/doxia-module-twiki/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>doxia-modules</artifactId> <groupId>org.apache.maven.doxia</groupId> - <version>1.10-SNAPSHOT</version> + <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-modules/doxia-module-xdoc/pom.xml b/doxia-modules/doxia-module-xdoc/pom.xml index ec83d9b..b7dea0c 100644 --- a/doxia-modules/doxia-module-xdoc/pom.xml +++ b/doxia-modules/doxia-module-xdoc/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>doxia-modules</artifactId> <groupId>org.apache.maven.doxia</groupId> - <version>1.10-SNAPSHOT</version> + <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-modules/doxia-module-xhtml/pom.xml b/doxia-modules/doxia-module-xhtml/pom.xml index 9346526..90a9bfd 100644 --- a/doxia-modules/doxia-module-xhtml/pom.xml +++ b/doxia-modules/doxia-module-xhtml/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>doxia-modules</artifactId> <groupId>org.apache.maven.doxia</groupId> - <version>1.10-SNAPSHOT</version> + <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-modules/doxia-module-xhtml5/pom.xml b/doxia-modules/doxia-module-xhtml5/pom.xml index 8045623..5a8dab8 100644 --- a/doxia-modules/doxia-module-xhtml5/pom.xml +++ b/doxia-modules/doxia-module-xhtml5/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>doxia-modules</artifactId> <groupId>org.apache.maven.doxia</groupId> - <version>1.10-SNAPSHOT</version> + <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-modules/pom.xml b/doxia-modules/pom.xml index 2947978..f2afad5 100644 --- a/doxia-modules/pom.xml +++ b/doxia-modules/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <artifactId>doxia</artifactId> <groupId>org.apache.maven.doxia</groupId> - <version>1.10-SNAPSHOT</version> + <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-sink-api/pom.xml b/doxia-sink-api/pom.xml index 0c09e35..53f3edf 100644 --- a/doxia-sink-api/pom.xml +++ b/doxia-sink-api/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <artifactId>doxia</artifactId> <groupId>org.apache.maven.doxia</groupId> - <version>1.10-SNAPSHOT</version> + <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-test-docs/pom.xml b/doxia-test-docs/pom.xml index 7ee1601..ae8e878 100644 --- a/doxia-test-docs/pom.xml +++ b/doxia-test-docs/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia</artifactId> - <version>1.10-SNAPSHOT</version> + <!--version>1.10-SNAPSHOT</version--><!-- not needed any more with build/consumer POM --> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 8b8417f..4245960 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ under the License. <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia</artifactId> - <version>1.10-SNAPSHOT</version> + <version>1.10-${revlist}-SNAPSHOT</version> <packaging>pom</packaging> <name>Doxia</name> @@ -92,8 +92,8 @@ under the License. <dependencyManagement> <dependencies> - <!-- doxia --> - <dependency> + <!-- doxia --><!-- not needed any more with build/consumer POM --> + <!--dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-sink-api</artifactId> <version>${project.version}</version> @@ -118,10 +118,10 @@ under the License. <artifactId>doxia-core</artifactId> <version>${project.version}</version> <type>test-jar</type> - </dependency> + </dependency--> - <!-- doxia modules --> - <dependency> + <!-- doxia modules --><!-- not needed any more with build/consumer POM --> + <!--dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-module-apt</artifactId> <version>${project.version}</version> @@ -175,7 +175,7 @@ under the License. <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-module-xhtml</artifactId> <version>${project.version}</version> - </dependency> + </dependency--> <!-- test --> <dependency>
