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/10/07 14:53:15 UTC

[myfaces-build-tools] branch main updated: [maven-release-plugin] rollback the release of checkstyle-rules-18

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 2e3005fd [maven-release-plugin] rollback the release of checkstyle-rules-18
2e3005fd is described below

commit 2e3005fdd34a85b5d7e821ad8e2a0402442d0fa1
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Fri Oct 7 16:53:12 2022 +0200

    [maven-release-plugin] rollback the release of checkstyle-rules-18
---
 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 d2ce3cb5..8e62ce07 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>18</version>
+  <version>18-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-18</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <build>