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 91b40d4  [maven-release-plugin] prepare for next development iteration
91b40d4 is described below

commit 91b40d4873fef87b4c5241d332de224ff0e59946
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Dec 12 18:08:53 2021 +0100

    [maven-release-plugin] prepare for next development iteration
---
 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                         | 6 +++---
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doxia-decoration-model/pom.xml b/doxia-decoration-model/pom.xml
index 2686e4c..905cd18 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.11.1</version>
+    <version>1.11.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-doc-renderer/pom.xml b/doxia-doc-renderer/pom.xml
index 862360b..a08aba7 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.11.1</version>
+    <version>1.11.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-integration-tools/pom.xml b/doxia-integration-tools/pom.xml
index b3d9479..d80c0d0 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.11.1</version>
+    <version>1.11.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-site-renderer/pom.xml b/doxia-site-renderer/pom.xml
index 5fb4a63..922a4a6 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.11.1</version>
+    <version>1.11.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-skin-model/pom.xml b/doxia-skin-model/pom.xml
index d9157d1..ae08ef5 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.11.1</version>
+    <version>1.11.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 43e8cad..3eab19e 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.11.1</version>
+  <version>1.11.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Doxia Sitetools</name>
@@ -51,7 +51,7 @@ under the License.
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</developerConnection>
     
<url>https://github.com/apache/maven-doxia-sitetools/tree/${project.scm.tag}</url>
-    <tag>doxia-sitetools-1.11.1</tag>
+    <tag>master</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -71,7 +71,7 @@ under the License.
   <properties>
     <doxiaVersion>1.11.1</doxiaVersion>
     
<maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
-    
<project.build.outputTimestamp>2021-12-12T17:08:08Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2021-12-12T17:08:52Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>

Reply via email to