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 a4608ab commit 25624adCopy full SHA for 25624ad
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>org.eclipse.jetty.toolchain</groupId>
8
<artifactId>jetty-modify-sources-maven-plugin</artifactId>
9
- <version>1.0.4-SNAPSHOT</version>
+ <version>1.0.4</version>
10
<packaging>maven-plugin</packaging>
11
12
<name>jetty-modify-sources-maven-plugin Maven Plugin</name>
@@ -37,7 +37,7 @@
37
<connection>scm:git:https://github.com/jetty-project/${project.artifactId}.git</connection>
38
<developerConnection>scm:git:git@github.com:jetty-project/${project.artifactId}.git</developerConnection>
39
<url>https://github.com/jetty-project/${project.artifactId}</url>
40
- <tag>HEAD</tag>
+ <tag>jetty-modify-sources-maven-plugin-1.0.4</tag>
41
</scm>
42
<issueManagement>
43
<system>github</system>
0 commit comments