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 18:37:19 UTC

[myfaces-build-tools] branch master updated: [maven-release-plugin] 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 3d3b6c6  [maven-release-plugin] prepare for next development iteration
3d3b6c6 is described below

commit 3d3b6c697a70093741cea68f6ae7d3d21359772d
Author: Volodymyr Siedlecki <vo...@ibm.com>
AuthorDate: Mon Jul 20 14:37:15 2020 -0400

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

diff --git a/maven2-plugins/myfaces-builder-plugin/pom.xml b/maven2-plugins/myfaces-builder-plugin/pom.xml
index 21310e6..0e0e534 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.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>HEAD</tag>
+    <tag>myfaces-builder-plugin-1.0.11</tag>
   </scm>
 
   <properties>
@@ -70,7 +70,7 @@
       <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-release-plugin</artifactId>
-         <version>2.2.2</version>
+         <version>2.5.3</version>
       </plugin>
 
       <!-- required for plexus, but we are not using this right now