You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/06/02 20:45:47 UTC

[maven-doxia-sitetools] branch master updated: Bump version to 1.9-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c9c9ed4  Bump version to 1.9-SNAPSHOT
c9c9ed4 is described below

commit c9c9ed42ec4c213ed7c10a4e3910ded8b6d8f230
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jun 2 22:45:38 2019 +0200

    Bump version to 1.9-SNAPSHOT
---
 doxia-decoration-model/pom.xml  | 2 +-
 doxia-doc-renderer/pom.xml      | 2 +-
 doxia-integration-tools/pom.xml | 2 +-
 doxia-site-renderer/pom.xml     | 2 +-
 doxia-skin-model/pom.xml        | 2 +-
 pom.xml                         | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doxia-decoration-model/pom.xml b/doxia-decoration-model/pom.xml
index 63a1901..b6fb0f3 100644
--- a/doxia-decoration-model/pom.xml
+++ b/doxia-decoration-model/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-sitetools</artifactId>
-    <version>1.8.2-SNAPSHOT</version>
+    <version>1.9-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-doc-renderer/pom.xml b/doxia-doc-renderer/pom.xml
index c5ab42c..d89056e 100644
--- a/doxia-doc-renderer/pom.xml
+++ b/doxia-doc-renderer/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>doxia-sitetools</artifactId>
     <groupId>org.apache.maven.doxia</groupId>
-    <version>1.8.2-SNAPSHOT</version>
+    <version>1.9-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-integration-tools/pom.xml b/doxia-integration-tools/pom.xml
index 6b580af..4abfd7f 100644
--- a/doxia-integration-tools/pom.xml
+++ b/doxia-integration-tools/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-sitetools</artifactId>
-    <version>1.8.2-SNAPSHOT</version>
+    <version>1.9-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-site-renderer/pom.xml b/doxia-site-renderer/pom.xml
index 037b6a1..0d5fb82 100644
--- a/doxia-site-renderer/pom.xml
+++ b/doxia-site-renderer/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-sitetools</artifactId>
-    <version>1.8.2-SNAPSHOT</version>
+    <version>1.9-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-skin-model/pom.xml b/doxia-skin-model/pom.xml
index 4bbca87..2514a72 100644
--- a/doxia-skin-model/pom.xml
+++ b/doxia-skin-model/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.doxia</groupId>
     <artifactId>doxia-sitetools</artifactId>
-    <version>1.8.2-SNAPSHOT</version>
+    <version>1.9-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 5ef49fb..716bfa6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ under the License.
 
   <groupId>org.apache.maven.doxia</groupId>
   <artifactId>doxia-sitetools</artifactId>
-  <version>1.8.2-SNAPSHOT</version>
+  <version>1.9-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Doxia Sitetools</name>