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 a716fe1 [maven-release-plugin] prepare for next development iteration a716fe1 is described below commit a716fe18cb70ac84b95349c89318f8fc792a08f8 Author: Olivier Lamy <ol...@apache.org> AuthorDate: Mon Nov 27 11:58:16 2023 +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 af7c6de..c75b3d6 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.1.0</version> + <version>1.1.1-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.1.0</tag> + <tag>maven-build-cache-extension-1.0.0</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>2023-11-27T01:57:58Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-11-27T01:58:16Z</project.build.outputTimestamp> <javaVersion>8</javaVersion> <minimalMavenBuildVersion>3.9.0</minimalMavenBuildVersion> <minimalJavaBuildVersion>11</minimalJavaBuildVersion>