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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 73d5d36  Omit the artifactId in release tags
73d5d36 is described below

commit 73d5d36f028e82e7a6f47124cff3ab4856faa083
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Thu Jul 25 14:40:34 2019 +0200

    Omit the artifactId in release tags
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3705c1f..f550f82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,10 @@
         <maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
         <maven-source-plugin.version>3.1.0</maven-source-plugin.version>
         <maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version>
+
+        <!-- maven-release-plugin -->
+        <tagNameFormat>@{project.version}</tagNameFormat>
+
     </properties>
 
     <modules>

Reply via email to