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/21 13:11:41 UTC

[myfaces-build-tools] branch master updated: prepare for next development iteration

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 e297992  prepare for next development iteration
     new b248089  Merge pull request #8 from volosied/master
e297992 is described below

commit e2979927bea89b574df78a8e18ae53e0d0bebabd
Author: Volodymyr Siedlecki <vo...@ibm.com>
AuthorDate: Tue Jul 21 09:08:40 2020 -0400

    prepare for next development iteration
---
 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 22a9932..9f603d6 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</version>
+  <version>1.0.12-SNAPSHOT</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>myfaces-builder-plugin-1.0.11</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <properties>