This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 2213e32 [maven-release-plugin] prepare for next development iteration
2213e32 is described below
commit 2213e3278d6ef799af32443f1d96feca64581dc5
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Fri Apr 21 21:25:02 2023 +0200
[maven-release-plugin] prepare for next development iteration
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 121b6e9..93f9eb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.apache.logging</groupId>
<artifactId>logging-parent</artifactId>
- <version>9</version>
+ <version>10-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Logging Services</name>
@@ -54,7 +54,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/logging-parent.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/logging-parent.git</developerConnection>
- <tag>logging-parent-9</tag>
+ <tag>HEAD</tag>
<url>https://gitbox.apache.org/repos/asf?p=logging-parent.git</url>
</scm>
@@ -68,7 +68,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- Support reproducible builds with a static build timestamp -->
- <project.build.outputTimestamp>1682105044</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1682105102</project.build.outputTimestamp>
<spotless-maven-plugin.version>2.30.0</spotless-maven-plugin.version>
</properties>