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 2023/01/09 21:24:24 UTC

[maven-doxia-converter] branch master updated: [maven-release-plugin] prepare for next development iteration

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1605025  [maven-release-plugin] prepare for next development iteration
1605025 is described below

commit 160502579a98446d96ab70b984237c4411825be1
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Jan 9 22:24:22 2023 +0100

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6ca5975..f44216b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>doxia-converter</artifactId>
-  <version>1.3</version>
+  <version>1.4-SNAPSHOT</version>
 
   <name>Doxia Tools :: Converter</name>
   <description>Doxia Converter Tool to convert a supported format to another.</description>
@@ -39,7 +39,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-converter.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-doxia-converter.git</developerConnection>
     <url>https://github.com/apache/maven-doxia-converter/tree/${project.scm.tag}</url>
-    <tag>doxia-converter-1.3</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -59,7 +59,7 @@ under the License.
   <properties>
     <doxiaVersion>1.12.0</doxiaVersion>
     <javaVersion>8</javaVersion>
-    <project.build.outputTimestamp>2023-01-09T21:24:09Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-01-09T21:24:22Z</project.build.outputTimestamp>
   </properties>
   <dependencyManagement>
     <dependencies>