We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1234206 commit 450e233Copy full SHA for 450e233
pom.xml
@@ -18,7 +18,7 @@
18
</parent>
19
<groupId>net.revelc.code.formatter</groupId>
20
<artifactId>jsdt-core</artifactId>
21
- <version>3.4.2-SNAPSHOT</version>
+ <version>3.4.2</version>
22
<packaging>eclipse-plugin</packaging>
23
<name>Eclipse JSDT Core Bundle</name>
24
<description>Repackaging of Eclipse JSDT bundled for Maven Central</description>
@@ -42,7 +42,7 @@
42
<scm>
43
<connection>scm:git:https://github.com/revelc/jsdt-core.git</connection>
44
<developerConnection>scm:git:git@github.com/revelc/jsdt-core.git</developerConnection>
45
- <tag>HEAD</tag>
+ <tag>jsdt-core-3.4.2</tag>
46
<url>https://github.com/revelc/jsdt-core</url>
47
</scm>
48
<properties>
0 commit comments