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 2022/12/08 23:04:02 UTC

[myfaces-build-tools] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/myfaces-build-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 3763d922 [maven-release-plugin] prepare for next development iteration
3763d922 is described below

commit 3763d922ae2452ca58f7b8accf248ad67e6efcc3
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Fri Dec 9 00:04:00 2022 +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 15265b09..190735d7 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>20</version>
+  <version>21-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-20</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <build>