You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2018/12/02 23:38:40 UTC

[logging-log4j-audit] branch master updated: Fix version of parent pom

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 70ea999  Fix version of parent pom
70ea999 is described below

commit 70ea99985a5a64658fee734cf700ebba342d86e9
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sun Dec 2 16:38:31 2018 -0700

    Fix version of parent pom
---
 log4j-audit-distribution/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-audit-distribution/pom.xml b/log4j-audit-distribution/pom.xml
index b3cb5a0..5be3383 100644
--- a/log4j-audit-distribution/pom.xml
+++ b/log4j-audit-distribution/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-audit-parent</artifactId>
-    <version>1.0.1</version>
+    <version>1.1.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-audit-distribution</artifactId>