This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git
The following commit(s) were added to refs/heads/master by this push: new 0f118d9 [maven-release-plugin] prepare for next development iteration 0f118d9 is described below commit 0f118d96007055548bd9b67e5ad5435addb40467 Author: Konrad Windszus <k...@apache.org> AuthorDate: Fri Dec 6 16:50:27 2024 +0100 [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 a9bc80c..f07723c 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-fluido-skin</artifactId> - <version>2.0.1</version> + <version>2.0.2-SNAPSHOT</version> <name>Apache Maven Fluido Skin</name> <description>The Apache Maven Fluido Skin is an Apache Maven site skin @@ -77,7 +77,7 @@ under the License. <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-fluido-skin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-fluido-skin.git</developerConnection> - <tag>maven-fluido-skin-2.0.1</tag> + <tag>HEAD</tag> <url>https://github.com/apache/maven-fluido-skin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -100,7 +100,7 @@ under the License. <bootstrap.version>2.3.2</bootstrap.version> <jquery.version>1.11.2</jquery.version> <version.maven-site-plugin>3.21.0</version.maven-site-plugin> - <project.build.outputTimestamp>2024-12-06T15:49:40Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-12-06T15:50:27Z</project.build.outputTimestamp> <!-- the following properties are used in ITs (which do not inherit anything from a common parent) --> <sitePluginVersion>${version.maven-site-plugin}</sitePluginVersion> <projectInfoReportsPluginVersion>3.8.0</projectInfoReportsPluginVersion>