This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
The following commit(s) were added to refs/heads/main by this push:
new 616045f [maven-release-plugin] prepare for next development iteration
616045f is described below
commit 616045fd41c2e24c06ded0cfbae95af04a44276c
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Fri Apr 28 22:45:36 2023 +0200
[maven-release-plugin] prepare for next development iteration
---
log4j-transform-maven-plugin/pom.xml | 6 +-----
log4j-transform-maven-shade-plugin-extensions/pom.xml | 6 +-----
log4j-transform-parent/pom.xml | 4 ++--
log4j-weaver/pom.xml | 6 +-----
pom.xml | 8 ++++----
5 files changed, 9 insertions(+), 21 deletions(-)
diff --git a/log4j-transform-maven-plugin/pom.xml
b/log4j-transform-maven-plugin/pom.xml
index cba33a4..2afe180 100644
--- a/log4j-transform-maven-plugin/pom.xml
+++ b/log4j-transform-maven-plugin/pom.xml
@@ -20,17 +20,13 @@
<parent>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-transform-parent</artifactId>
- <version>0.1.0</version>
+ <version>0.1.1-SNAPSHOT</version>
<relativePath>../log4j-transform-parent</relativePath>
</parent>
<artifactId>log4j-transform-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Apache Log4j Transform Maven plugin</name>
<description>The Apache Log4j Transform Maven plugin</description>
-
- <scm>
- <tag>rel/0.1.0.rc1</tag>
- </scm>
<dependencies>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
diff --git a/log4j-transform-maven-shade-plugin-extensions/pom.xml
b/log4j-transform-maven-shade-plugin-extensions/pom.xml
index 6bdb1d1..49a34c3 100644
--- a/log4j-transform-maven-shade-plugin-extensions/pom.xml
+++ b/log4j-transform-maven-shade-plugin-extensions/pom.xml
@@ -20,17 +20,13 @@
<parent>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-transform-parent</artifactId>
- <version>0.1.0</version>
+ <version>0.1.1-SNAPSHOT</version>
<relativePath>../log4j-transform-parent</relativePath>
</parent>
<artifactId>log4j-transform-maven-shade-plugin-extensions</artifactId>
<packaging>jar</packaging>
<name>Apache Log4j Maven Shade Plugin Transformer</name>
<description>Transformer implementation to concatenate Log4j2Plugins.dat
files</description>
-
- <scm>
- <tag>rel/0.1.0.rc1</tag>
- </scm>
<properties>
<docLabel>Shaded Plugin Log4j2 Transformer</docLabel>
<maven.doap.skip>true</maven.doap.skip>
diff --git a/log4j-transform-parent/pom.xml b/log4j-transform-parent/pom.xml
index 3fea199..b975643 100644
--- a/log4j-transform-parent/pom.xml
+++ b/log4j-transform-parent/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-transform-bom</artifactId>
- <version>0.1.0</version>
+ <version>0.1.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-transform-parent</artifactId>
<packaging>pom</packaging>
@@ -30,7 +30,7 @@
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- `project.build.outputTimestamp` is required for reproducible builds:
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
- <project.build.outputTimestamp>1682714623</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1682714736</project.build.outputTimestamp>
<!-- disable `maven-site-plugin`-->
<maven.site.skip>true</maven.site.skip>
<maven.site.deploy.skip>true</maven.site.deploy.skip>
diff --git a/log4j-weaver/pom.xml b/log4j-weaver/pom.xml
index a7cc635..09527b7 100644
--- a/log4j-weaver/pom.xml
+++ b/log4j-weaver/pom.xml
@@ -20,16 +20,12 @@
<parent>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-transform-parent</artifactId>
- <version>0.1.0</version>
+ <version>0.1.1-SNAPSHOT</version>
<relativePath>../log4j-transform-parent</relativePath>
</parent>
<artifactId>log4j-weaver</artifactId>
<name>Apache Log4j Weaving Tools</name>
<description>The Apache Log4j Weaving Tools for logging
frameworks</description>
-
- <scm>
- <tag>rel/0.1.0.rc1</tag>
- </scm>
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
diff --git a/pom.xml b/pom.xml
index ee76c46..c833feb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
</parent>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-transform-bom</artifactId>
- <version>0.1.0</version>
+ <version>0.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://github.com/apache/logging-log4j-transform</url>
<inceptionYear>2022</inceptionYear>
@@ -69,7 +69,7 @@
<scm>
<connection>scm:git:[email protected]:apache/logging-log4j-transform.git</connection>
<developerConnection>scm:git:[email protected]:apache/logging-log4j-transform.git</developerConnection>
- <tag>rel/0.1.0.rc1</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/logging-log4j-transform</url>
</scm>
<issueManagement>
@@ -86,7 +86,7 @@
</distributionManagement>
<properties>
<!-- project version -->
- <revision>0.1.0</revision>
+ <revision>0.1.1-SNAPSHOT</revision>
<!-- `minimalJavaBuildVersion` is employed by `org.apache:apache`,
which is the parent of `org.apache.logging:logging-parent`, which is the
parent of us.
`minimalJavaBuildVersion` is used for enforcing the compiler version.
@@ -95,7 +95,7 @@
<minimalJavaBuildVersion>[17,18)</minimalJavaBuildVersion>
<java.version>8</java.version>
<!-- `project.build.outputTimestamp` is required for reproducible builds:
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
- <project.build.outputTimestamp>1682714623</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1682714736</project.build.outputTimestamp>
<!-- plugin versions -->
<flatten-maven-plugin.version>1.4.1</flatten-maven-plugin.version>
<sign-maven-plugin.version>1.0.1</sign-maven-plugin.version>