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 a92cceb Rollback release
a92cceb is described below
commit a92cceb0478542750aed2a0f47d5c73630174926
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sat Apr 29 00:00:45 2023 +0200
Rollback release
---
log4j-transform-maven-plugin/pom.xml | 2 +-
log4j-transform-maven-shade-plugin-extensions/pom.xml | 2 +-
log4j-transform-parent/pom.xml | 2 +-
log4j-weaver/pom.xml | 2 +-
pom.xml | 8 ++++----
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/log4j-transform-maven-plugin/pom.xml
b/log4j-transform-maven-plugin/pom.xml
index 2afe180..ec506f8 100644
--- a/log4j-transform-maven-plugin/pom.xml
+++ b/log4j-transform-maven-plugin/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-transform-parent</artifactId>
- <version>0.1.1-SNAPSHOT</version>
+ <version>${revision}</version>
<relativePath>../log4j-transform-parent</relativePath>
</parent>
<artifactId>log4j-transform-maven-plugin</artifactId>
diff --git a/log4j-transform-maven-shade-plugin-extensions/pom.xml
b/log4j-transform-maven-shade-plugin-extensions/pom.xml
index 49a34c3..3a389f8 100644
--- a/log4j-transform-maven-shade-plugin-extensions/pom.xml
+++ b/log4j-transform-maven-shade-plugin-extensions/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-transform-parent</artifactId>
- <version>0.1.1-SNAPSHOT</version>
+ <version>${revision}</version>
<relativePath>../log4j-transform-parent</relativePath>
</parent>
<artifactId>log4j-transform-maven-shade-plugin-extensions</artifactId>
diff --git a/log4j-transform-parent/pom.xml b/log4j-transform-parent/pom.xml
index b975643..856c12d 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.1-SNAPSHOT</version>
+ <version>${revision}</version>
</parent>
<artifactId>log4j-transform-parent</artifactId>
<packaging>pom</packaging>
diff --git a/log4j-weaver/pom.xml b/log4j-weaver/pom.xml
index 09527b7..9fbe6c3 100644
--- a/log4j-weaver/pom.xml
+++ b/log4j-weaver/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-transform-parent</artifactId>
- <version>0.1.1-SNAPSHOT</version>
+ <version>${revision}</version>
<relativePath>../log4j-transform-parent</relativePath>
</parent>
<artifactId>log4j-weaver</artifactId>
diff --git a/pom.xml b/pom.xml
index c833feb..956070e 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.1-SNAPSHOT</version>
+ <version>${revision}</version>
<packaging>pom</packaging>
<url>https://github.com/apache/logging-log4j-transform</url>
<inceptionYear>2022</inceptionYear>
@@ -86,7 +86,7 @@
</distributionManagement>
<properties>
<!-- project version -->
- <revision>0.1.1-SNAPSHOT</revision>
+ <revision>0.1.0-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.
@@ -105,12 +105,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-transform-maven-plugin</artifactId>
- <version>${revision}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-weaver</artifactId>
- <version>${revision}</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>