This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new f66b117  Fix version
f66b117 is described below

commit f66b1179678b430c4f9d9e0fc1fffd10f2b70453
Author: Matt Sicker <[email protected]>
AuthorDate: Sun Sep 25 12:32:17 2022 -0500

    Fix version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b9328df..fc74922 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <groupId>org.apache.logging</groupId>
   <artifactId>logging-parent</artifactId>
   <packaging>pom</packaging>
-  <version>6</version>
+  <version>7-SNAPSHOT</version>
 
   <name>Apache Logging Services</name>
   <description>
@@ -51,7 +51,7 @@
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/logging-parent.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/logging-parent.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=logging-parent.git</url>
-    <tag>logging-parent-6</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <mailingLists>

Reply via email to