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 e8869de [maven-release-plugin] prepare for next development iteration
e8869de is described below
commit e8869defdc530712f9d8a03a82b7ff2c360de4d3
Author: Olivier Lamy <[email protected]>
AuthorDate: Fri Jan 23 09:25:06 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 beeb43c..b5df66a 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.2</version>
+ <version>1.2.3-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.2</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-01-22T23:24:46Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-01-22T23:25:06Z</project.build.outputTimestamp>
<javaVersion>8</javaVersion>
<minimalMavenBuildVersion>3.9.0</minimalMavenBuildVersion>
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>