Skip to content

Commit 436966e

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 02a9847 commit 436966e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ under the License.
2828
</parent>
2929

3030
<artifactId>maven-source-plugin</artifactId>
31-
<version>3.3.0</version>
31+
<version>3.3.1-SNAPSHOT</version>
3232
<packaging>maven-plugin</packaging>
3333

3434
<name>Apache Maven Source Plugin</name>
@@ -58,7 +58,7 @@ under the License.
5858
<scm>
5959
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-source-plugin.git</connection>
6060
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-source-plugin.git</developerConnection>
61-
<tag>maven-source-plugin-3.3.0</tag>
61+
<tag>HEAD</tag>
6262
<url>https://github.com/apache/maven-source-plugin/tree/${project.scm.tag}</url>
6363
</scm>
6464
<issueManagement>
@@ -79,7 +79,7 @@ under the License.
7979
<properties>
8080
<javaVersion>8</javaVersion>
8181
<mavenVersion>3.2.5</mavenVersion>
82-
<project.build.outputTimestamp>2023-05-17T21:31:06Z</project.build.outputTimestamp>
82+
<project.build.outputTimestamp>2023-05-17T21:31:27Z</project.build.outputTimestamp>
8383
</properties>
8484

8585
<dependencyManagement>

0 commit comments

Comments
 (0)