We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1376ebb commit b5f6ba1Copy full SHA for b5f6ba1
pom.xml
@@ -27,7 +27,7 @@
27
<groupId>org.antlr</groupId>
28
<artifactId>antlrworks</artifactId>
29
<packaging>jar</packaging>
30
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.1</version>
31
32
<!--
33
Name of the porject as seen by IDEs and so on.
@@ -73,7 +73,8 @@
73
<url>https://github.com/antlr/antlrworks</url>
74
<connection>scm:git:git://github.com/antlr/antlrworks.git</connection>
75
<developerConnection>scm:git:git@github.com:antlr/antlrworks.git</developerConnection>
76
- </scm>
+ <tag>1.5.1</tag>
77
+ </scm>
78
79
<issueManagement>
80
<system>GitHub Issues</system>
0 commit comments