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 d77f1e9 [maven-release-plugin] prepare for next development iteration
d77f1e9 is described below
commit d77f1e930cc890ec8e59385d22afbf8c794862b6
Author: Michael Osipov <[email protected]>
AuthorDate: Sun Mar 26 19:35:16 2023 +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 6f4b58c..2569ba4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-scm-publish-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.2.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.2.0</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/maven-scm-publish-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -77,7 +77,7 @@ under the License.
<!-- for documentation purpose -->
<maven-scm-provider-svnjava-version>2.0.6</maven-scm-provider-svnjava-version>
<svnkit-version>1.7.11</svnkit-version>
-
<project.build.outputTimestamp>2023-03-26T17:34:56Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2023-03-26T17:35:16Z</project.build.outputTimestamp>
</properties>
<dependencies>