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/06/10 17:43:38 UTC

logging-log4j-audit git commit: [maven-release-plugin] prepare for next development iteration

Repository: logging-log4j-audit
Updated Branches:
  refs/heads/master d6fdefffd -> 23bb16f8a


[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/commit/23bb16f8
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/tree/23bb16f8
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/diff/23bb16f8

Branch: refs/heads/master
Commit: 23bb16f8a50c8f4c2bfcb5c6cf227cbe6036ea77
Parents: d6fdeff
Author: Ralph Goers <rg...@apache.org>
Authored: Sun Jun 10 10:43:37 2018 -0700
Committer: Ralph Goers <rg...@apache.org>
Committed: Sun Jun 10 10:43:37 2018 -0700

----------------------------------------------------------------------
 log4j-audit-distribution/pom.xml             | 2 +-
 log4j-audit/log4j-audit-api/pom.xml          | 2 +-
 log4j-audit/log4j-audit-maven-plugin/pom.xml | 2 +-
 log4j-audit/log4j-audit-war/pom.xml          | 4 ++--
 log4j-audit/pom.xml                          | 2 +-
 log4j-catalog/log4j-catalog-api/pom.xml      | 2 +-
 log4j-catalog/log4j-catalog-editor/pom.xml   | 2 +-
 log4j-catalog/log4j-catalog-git/pom.xml      | 2 +-
 log4j-catalog/log4j-catalog-jpa/pom.xml      | 2 +-
 log4j-catalog/pom.xml                        | 4 ++--
 pom.xml                                      | 4 ++--
 11 files changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/23bb16f8/log4j-audit-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-audit-distribution/pom.xml b/log4j-audit-distribution/pom.xml
index 3cddb71..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.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-audit-distribution</artifactId>

http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/23bb16f8/log4j-audit/log4j-audit-api/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-audit/log4j-audit-api/pom.xml b/log4j-audit/log4j-audit-api/pom.xml
index 2982a80..f8fc436 100644
--- a/log4j-audit/log4j-audit-api/pom.xml
+++ b/log4j-audit/log4j-audit-api/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-audit</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   <artifactId>log4j-audit-api</artifactId>
   <packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/23bb16f8/log4j-audit/log4j-audit-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-audit/log4j-audit-maven-plugin/pom.xml b/log4j-audit/log4j-audit-maven-plugin/pom.xml
index 0f79a20..2082f27 100644
--- a/log4j-audit/log4j-audit-maven-plugin/pom.xml
+++ b/log4j-audit/log4j-audit-maven-plugin/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-audit</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   <artifactId>log4j-audit-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>

http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/23bb16f8/log4j-audit/log4j-audit-war/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-audit/log4j-audit-war/pom.xml b/log4j-audit/log4j-audit-war/pom.xml
index 26609b0..37615c8 100644
--- a/log4j-audit/log4j-audit-war/pom.xml
+++ b/log4j-audit/log4j-audit-war/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.logging.log4j</groupId>
 		<artifactId>log4j-audit</artifactId>
-		<version>1.0.0</version>
+		<version>1.1.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>log4j-audit-war</artifactId>
 	<packaging>war</packaging>
@@ -172,7 +172,7 @@
 		<dependency>
 			<groupId>org.apache.logging.log4j</groupId>
 			<artifactId>log4j-catalog-git</artifactId>
-			<version>1.0.0</version>
+			<version>1.1.0-SNAPSHOT</version>
 		</dependency>
 
     </dependencies>

http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/23bb16f8/log4j-audit/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-audit/pom.xml b/log4j-audit/pom.xml
index a6c87fc..19a00bc 100644
--- a/log4j-audit/pom.xml
+++ b/log4j-audit/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-audit-parent</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   <artifactId>log4j-audit</artifactId>
   <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/23bb16f8/log4j-catalog/log4j-catalog-api/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-catalog/log4j-catalog-api/pom.xml b/log4j-catalog/log4j-catalog-api/pom.xml
index 79c20a6..4c243c1 100644
--- a/log4j-catalog/log4j-catalog-api/pom.xml
+++ b/log4j-catalog/log4j-catalog-api/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-catalog</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   <artifactId>log4j-catalog-api</artifactId>
   <name>Log4j Catalog API</name>

http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/23bb16f8/log4j-catalog/log4j-catalog-editor/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-catalog/log4j-catalog-editor/pom.xml b/log4j-catalog/log4j-catalog-editor/pom.xml
index 6f29b6d..04dce43 100644
--- a/log4j-catalog/log4j-catalog-editor/pom.xml
+++ b/log4j-catalog/log4j-catalog-editor/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.logging.log4j</groupId>
 		<artifactId>log4j-catalog</artifactId>
-		<version>1.0.0</version>
+		<version>1.1.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>log4j-catalog-editor</artifactId>
 	<packaging>jar</packaging>

http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/23bb16f8/log4j-catalog/log4j-catalog-git/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-catalog/log4j-catalog-git/pom.xml b/log4j-catalog/log4j-catalog-git/pom.xml
index 85a5f66..631d343 100644
--- a/log4j-catalog/log4j-catalog-git/pom.xml
+++ b/log4j-catalog/log4j-catalog-git/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-catalog</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/23bb16f8/log4j-catalog/log4j-catalog-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-catalog/log4j-catalog-jpa/pom.xml b/log4j-catalog/log4j-catalog-jpa/pom.xml
index f9b2031..9bc07f8 100644
--- a/log4j-catalog/log4j-catalog-jpa/pom.xml
+++ b/log4j-catalog/log4j-catalog-jpa/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-catalog</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/23bb16f8/log4j-catalog/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-catalog/pom.xml b/log4j-catalog/pom.xml
index 8759d40..cc785c9 100644
--- a/log4j-catalog/pom.xml
+++ b/log4j-catalog/pom.xml
@@ -19,11 +19,11 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j-audit-parent</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.logging.log4j</groupId>
   <artifactId>log4j-catalog</artifactId>
-  <version>1.0.0</version>
+  <version>1.1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Log4j Catalog Parent</name>

http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/23bb16f8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4882461..34c9ea8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <artifactId>log4j-audit-parent</artifactId>
   <packaging>pom</packaging>
   <name>Apache Log4j Audit</name>
-  <version>1.0.0</version>
+  <version>1.1.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
@@ -98,7 +98,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4j-audit.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=logging-log4j-audit.git;a=summary</url>
-    <tag>log4j-audit-1.0.0-rc1</tag>
+    <tag>HEAD</tag>
   </scm>
   <organization>
     <name>Apache Software Foundation</name>