Skip to content

Commit 8831834

Browse files
committed
[maven-release-plugin] prepare release 3.5.2
1 parent 9f16ccb commit 8831834

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

antlr-complete/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.antlr</groupId>
1919
<artifactId>antlr-master</artifactId>
20-
<version>3.5.2-SNAPSHOT</version>
20+
<version>3.5.2</version>
2121
</parent>
2222

2323
<url>http://antlr.org/</url>

antlr3-maven-archetype/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.antlr</groupId>
2121
<artifactId>antlr-master</artifactId>
22-
<version>3.5.2-SNAPSHOT</version>
22+
<version>3.5.2</version>
2323
</parent>
2424

2525
<build>

antlr3-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<parent>
6363
<groupId>org.antlr</groupId>
6464
<artifactId>antlr-master</artifactId>
65-
<version>3.5.2-SNAPSHOT</version>
65+
<version>3.5.2</version>
6666
</parent>
6767

6868
<name>ANTLR 3 Maven plugin</name>

gunit-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<parent>
5757
<groupId>org.antlr</groupId>
5858
<artifactId>antlr-master</artifactId>
59-
<version>3.5.2-SNAPSHOT</version>
59+
<version>3.5.2</version>
6060
</parent>
6161

6262
<properties>

gunit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.antlr</groupId>
1919
<artifactId>antlr-master</artifactId>
20-
<version>3.5.2-SNAPSHOT</version>
20+
<version>3.5.2</version>
2121
</parent>
2222

2323
<url>http://www.antlr.org/wiki/display/ANTLR3/gUnit+-+Grammar+Unit+Testing</url>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>org.antlr</groupId>
1212
<artifactId>antlr-master</artifactId>
1313
<packaging>pom</packaging>
14-
<version>3.5.2-SNAPSHOT</version>
14+
<version>3.5.2</version>
1515
<name>ANTLR 3 Master build control POM</name>
1616
<description>Master build POM for ANTLR 3</description>
1717
<url>http://antlr.org</url>
@@ -84,7 +84,7 @@
8484
<url>https://github.com/antlr/antlr3/tree/master</url>
8585
<connection>scm:git:git://github.com/antlr/antlr3.git</connection>
8686
<developerConnection>scm:git:[email protected]:antlr/antlr3.git</developerConnection>
87-
<tag>HEAD</tag>
87+
<tag>3.5.2</tag>
8888
</scm>
8989
<!--
9090

runtime/Java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.antlr</groupId>
1717
<artifactId>antlr-master</artifactId>
18-
<version>3.5.2-SNAPSHOT</version>
18+
<version>3.5.2</version>
1919
<relativePath>../..</relativePath>
2020
</parent>
2121

tool/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.antlr</groupId>
1818
<artifactId>antlr-master</artifactId>
19-
<version>3.5.2-SNAPSHOT</version>
19+
<version>3.5.2</version>
2020
</parent>
2121

2222
<dependencies>

0 commit comments

Comments
 (0)