You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/07/18 00:47:29 UTC

[logging-chainsaw] branch master updated: Fix parent pom reference

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-chainsaw.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d2d339  Fix parent pom reference
2d2d339 is described below

commit 2d2d339ceaf3d6c2c36b4f2e4380b240eb0eed05
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Fri Jul 17 19:47:18 2020 -0500

    Fix parent pom reference
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e788ab2..cf42e2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging</groupId>
     <artifactId>logging-parent</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>log4j</groupId>