You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/07/06 08:09:23 UTC

[maven-doxia] branch buildconsumer created (now 15e3de1)

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch buildconsumer
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git.


      at 15e3de1  test build vs consumer POM features

This branch includes the following new commits:

     new 15e3de1  test build vs consumer POM features

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-doxia] 01/01: test build vs consumer POM features

Posted by hb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch buildconsumer
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git

commit 15e3de1a97bf48a394cb566783cac851c0728d98
Author: Hervé Boutemy <hb...@apache.org>
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 dee97df..2fb7229 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.9.2-SNAPSHOT</version>
+    <!--version>1.9.2-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 2c539a9..2808e42 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.9.2-SNAPSHOT</version>
+    <!--version>1.9.2-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 0330927..28ea881 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.9.2-SNAPSHOT</version>
+    <!--version>1.9.2-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 83f08db..25a1ba1 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.9.2-SNAPSHOT</version>
+    <!--version>1.9.2-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 68ca7e2..7cfa144 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.9.2-SNAPSHOT</version>
+    <!--version>1.9.2-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 0ca016b..0278312 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.9.2-SNAPSHOT</version>
+    <!--version>1.9.2-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 a8ecdf7..d1938d2 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.9.2-SNAPSHOT</version>
+    <!--version>1.9.2-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 ffd4625..bae0216 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.9.2-SNAPSHOT</version>
+    <!--version>1.9.2-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 bbe97ee..057c905 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.9.2-SNAPSHOT</version>
+    <!--version>1.9.2-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 29bbac4..91e1926 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.9.2-SNAPSHOT</version>
+    <!--version>1.9.2-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 2a30e2e..02cf15c 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.9.2-SNAPSHOT</version>
+    <!--version>1.9.2-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 90972bf..f71ef54 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.9.2-SNAPSHOT</version>
+    <!--version>1.9.2-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 a2ca3d3..12c4342 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.9.2-SNAPSHOT</version>
+    <!--version>1.9.2-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 60174a5..edf7472 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.9.2-SNAPSHOT</version>
+    <!--version>1.9.2-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 ff86bf9..f2f803b 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.9.2-SNAPSHOT</version>
+    <!--version>1.9.2-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 e12b2b9..384d6f6 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.9.2-SNAPSHOT</version>
+    <!--version>1.9.2-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 9d84aff..bd69148 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.9.2-SNAPSHOT</version>
+    <!--version>1.9.2-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 0f4a436..c541d77 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.9.2-SNAPSHOT</version>
+    <!--version>1.9.2-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index e0240c5..e6535cd 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.9.2-SNAPSHOT</version>
+  <version>1.9.2-${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>