Skip to content

Commit bee2a14

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent b905235 commit bee2a14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ under the License.
3030
</parent>
3131

3232
<artifactId>maven-deploy-plugin</artifactId>
33-
<version>3.0.0</version>
33+
<version>3.0.1-SNAPSHOT</version>
3434
<packaging>maven-plugin</packaging>
3535

3636
<name>Apache Maven Deploy Plugin</name>
@@ -45,7 +45,7 @@ under the License.
4545
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</connection>
4646
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</developerConnection>
4747
<url>https://github.com/apache/maven-deploy-plugin/tree/${project.scm.tag}</url>
48-
<tag>maven-deploy-plugin-3.0.0</tag>
48+
<tag>HEAD</tag>
4949
</scm>
5050
<issueManagement>
5151
<system>JIRA</system>
@@ -67,7 +67,7 @@ under the License.
6767
<mavenVersion>3.2.5</mavenVersion>
6868
<slf4jVersion>1.7.5</slf4jVersion> <!-- Keep in sync with resolver used in maven above -->
6969
<resolverVersion>1.0.0.v20140518</resolverVersion> <!-- Keep in sync with resolver used in maven above -->
70-
<project.build.outputTimestamp>2022-07-16T16:14:02Z</project.build.outputTimestamp>
70+
<project.build.outputTimestamp>2022-07-16T16:14:30Z</project.build.outputTimestamp>
7171
</properties>
7272

7373
<dependencies>

0 commit comments

Comments
 (0)