This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
The following commit(s) were added to refs/heads/master by this push:
new 019b70c [maven-release-plugin] prepare for next development iteration
019b70c is described below
commit 019b70c3f95aec846f431e34b9b98b7594c9216f
Author: Olivier Lamy <[email protected]>
AuthorDate: Tue May 19 15:30:57 2026 +1000
[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 5af6b73..ba0ccf2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
<groupId>org.apache.maven.extensions</groupId>
<artifactId>maven-build-cache-extension</artifactId>
- <version>1.2.3</version>
+ <version>1.2.4-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache Maven Build Cache Extension</name>
@@ -40,7 +40,7 @@ under the License.
<scm>
<connection>scm:git:https://github.com/apache/maven-build-cache-extension.git</connection>
<developerConnection>scm:git:https://github.com/apache/maven-build-cache-extension.git</developerConnection>
- <tag>maven-build-cache-extension-1.2.3</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/maven-build-cache-extension/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -59,7 +59,7 @@ under the License.
</distributionManagement>
<properties>
-
<project.build.outputTimestamp>2026-05-19T05:30:18Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-05-19T05:30:57Z</project.build.outputTimestamp>
<javaVersion>8</javaVersion>
<minimalMavenBuildVersion>3.9.0</minimalMavenBuildVersion>
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>