We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c1910 commit 5e08eb0Copy full SHA for 5e08eb0
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>net.revelc.code.formatter</groupId>
5
<artifactId>jsdt-core</artifactId>
6
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
7
<packaging>eclipse-plugin</packaging>
8
<name>Eclipse JSDT Core Bundle</name>
9
<description>Repackaging of Eclipse JSDT bundled for Maven Central</description>
@@ -30,7 +30,7 @@
30
<scm>
31
<connection>scm:git:https://github.com/revelc/jsdt-core.git</connection>
32
<developerConnection>scm:git:git@github.com/revelc/jsdt-core.git</developerConnection>
33
- <tag>HEAD</tag>
+ <tag>jsdt-core-3.2.0</tag>
34
<url>https://github.com/revelc/jsdt-core</url>
35
</scm>
36
<issueManagement>
0 commit comments