We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb7737 commit 0566be4Copy full SHA for 0566be4
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>net.sourceforge.pmd</groupId>
5
<artifactId>pmd-ui</artifactId>
6
<name>PMD Designer</name>
7
- <version>6.49.0-SNAPSHOT</version>
+ <version>6.49.0</version>
8
9
<description>The Rule Designer is a graphical tool that helps PMD users develop their custom rules.</description>
10
<url>https://pmd.github.io</url>
@@ -20,7 +20,7 @@
20
<connection>scm:git:git://github.com/pmd/pmd-designer.git</connection>
21
<developerConnection>scm:git:ssh://[email protected]/pmd/pmd-designer.git</developerConnection>
22
<url>https://github.com/pmd/pmd-designer</url>
23
- <tag>HEAD</tag>
+ <tag>6.49.0</tag>
24
</scm>
25
<ciManagement>
26
<url>https://github.com/pmd/pmd-designer/actions</url>
0 commit comments