Skip to content

Commit 38f21f1

Browse files
committed
[maven-release-plugin] prepare release 7.10.0
1 parent 3e4499f commit 38f21f1

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
@@ -4,7 +4,7 @@
44
<groupId>net.sourceforge.pmd</groupId>
55
<artifactId>pmd-designer</artifactId>
66
<name>PMD Designer</name>
7-
<version>7.3.0-SNAPSHOT</version>
7+
<version>7.10.0</version>
88

99
<description>The Rule Designer is a graphical tool that helps PMD users develop their custom rules.</description>
1010
<url>https://pmd.github.io</url>
@@ -20,7 +20,7 @@
2020
<connection>scm:git:git://github.com/pmd/pmd-designer.git</connection>
2121
<developerConnection>scm:git:ssh://git@github.com/pmd/pmd-designer.git</developerConnection>
2222
<url>https://github.com/pmd/pmd-designer</url>
23-
<tag>HEAD</tag>
23+
<tag>7.10.0</tag>
2424
</scm>
2525
<ciManagement>
2626
<url>https://github.com/pmd/pmd-designer/actions</url>
@@ -54,7 +54,7 @@
5454
</developers>
5555

5656
<properties>
57-
<project.build.outputTimestamp>2024-05-31T09:07:03Z</project.build.outputTimestamp>
57+
<project.build.outputTimestamp>2025-01-23T10:13:17Z</project.build.outputTimestamp>
5858

5959
<pmd.designer.version>${project.version}</pmd.designer.version> <!-- see DesignerVersion -->
6060
<pmd.core.version>7.0.0</pmd.core.version> <!-- minimum supported PMD version (API) -->

0 commit comments

Comments
 (0)