This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new b286d4a [maven-release-plugin] prepare release
maven-scripting-plugin-3.1.0
b286d4a is described below
commit b286d4a88b70c2aebbcdece2e05c7fabf0a27253
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Dec 22 01:29:24 2025 +0100
[maven-release-plugin] prepare release maven-scripting-plugin-3.1.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index c945140..3a94d6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-scripting-plugin</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven Scripting Plugin</name>
@@ -43,7 +43,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git</developerConnection>
- <tag>HEAD</tag>
+ <tag>maven-scripting-plugin-3.1.0</tag>
<url>https://github.com/apache/maven-scripting-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -63,7 +63,7 @@ under the License.
<properties>
<mavenVersion>3.9.12</mavenVersion>
-
<project.build.outputTimestamp>2021-02-24T19:52:25Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-12-22T00:29:20Z</project.build.outputTimestamp>
<version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
</properties>