You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by vo...@apache.org on 2020/07/20 19:27:34 UTC

[myfaces-build-tools] branch master updated: [maven-release-plugin] prepare release myfaces-builder-plugin-1.0.11

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

volosied pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-build-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new f14bd69  [maven-release-plugin] prepare release myfaces-builder-plugin-1.0.11
f14bd69 is described below

commit f14bd69798f70d1639a7bb2ba10371d735f646aa
Author: Volodymyr Siedlecki <vo...@ibm.com>
AuthorDate: Mon Jul 20 15:27:30 2020 -0400

    [maven-release-plugin] prepare release myfaces-builder-plugin-1.0.11
---
 maven2-plugins/myfaces-builder-plugin/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven2-plugins/myfaces-builder-plugin/pom.xml b/maven2-plugins/myfaces-builder-plugin/pom.xml
index cf441c8..22a9932 100644
--- a/maven2-plugins/myfaces-builder-plugin/pom.xml
+++ b/maven2-plugins/myfaces-builder-plugin/pom.xml
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.myfaces.buildtools</groupId>
   <artifactId>myfaces-builder-plugin</artifactId>
-  <version>1.0.11-SNAPSHOT</version>
+  <version>1.0.11</version>
   <packaging>maven-plugin</packaging>
   <name>Apache MyFaces Buildtools Maven2 Builder Plugin</name>
   <description>
@@ -42,7 +42,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/myfaces-build-tools.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/myfaces-build-tools.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf/myfaces-build-tools.git</url>
-    <tag>HEAD</tag>
+    <tag>myfaces-builder-plugin-1.0.11</tag>
   </scm>
 
   <properties>