This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 7215490 [maven-release-plugin] prepare for next development iteration
7215490 is described below
commit 7215490f0406198af8fa5bfd4e8883a94ea1c758
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Jun 16 22:16:56 2024 +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 dadef15..436b667 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-scm-publish-plugin</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven SCM Publish Plugin</name>
@@ -46,7 +46,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git</developerConnection>
- <tag>maven-scm-publish-plugin-3.3.0</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/maven-scm-publish-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -73,7 +73,7 @@ under the License.
<antrunPluginVersion>3.1.0</antrunPluginVersion>
<projectInfoReportsPluginVersion>3.6.0</projectInfoReportsPluginVersion>
<javadocPluginVersion>3.7.0</javadocPluginVersion>
-
<project.build.outputTimestamp>2024-06-16T20:16:33Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-06-16T20:16:56Z</project.build.outputTimestamp>
</properties>
<dependencies>