You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/11/02 16:36:16 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.

lofwyr 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 874e096  [maven-release-plugin] prepare for next development iteration
874e096 is described below

commit 874e096ea664d3b590f1e387580d9e1a426b2543
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Fri Nov 2 17:36:14 2018 +0100

    [maven-release-plugin] prepare for next development iteration
---
 other/checkstyle-rules/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/other/checkstyle-rules/pom.xml b/other/checkstyle-rules/pom.xml
index 55115e5..bbfc61b 100644
--- a/other/checkstyle-rules/pom.xml
+++ b/other/checkstyle-rules/pom.xml
@@ -35,7 +35,7 @@
   <groupId>org.apache.myfaces.buildtools</groupId>
   <artifactId>checkstyle-rules</artifactId>
   <packaging>jar</packaging>
-  <version>12</version>
+  <version>13-SNAPSHOT</version>
   <name>checkstyle-rules</name>
   <url>http://maven.apache.org</url>
 
@@ -43,7 +43,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?p=myfaces-build-tools.git</url>
-    <tag>checkstyle-rules-12</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <build>