Skip to content

Commit a741922

Browse files
committed
[maven-release-plugin] prepare release 4.5-opt
1 parent e362082 commit a741922

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

antlr4-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<parent>
4141
<groupId>com.tunnelvisionlabs</groupId>
4242
<artifactId>antlr4-master</artifactId>
43-
<version>4.5-SNAPSHOT</version>
43+
<version>4.5</version>
4444
</parent>
4545

4646
<artifactId>antlr4-maven-plugin</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>com.tunnelvisionlabs</groupId>
1111
<artifactId>antlr4-master</artifactId>
12-
<version>4.5-SNAPSHOT</version>
12+
<version>4.5</version>
1313
<packaging>pom</packaging>
1414

1515
<name>ANTLR 4</name>
@@ -93,7 +93,7 @@
9393
<url>https://github.com/antlr/antlr4/tree/master</url>
9494
<connection>scm:git:git://github.com/antlr/antlr4.git</connection>
9595
<developerConnection>scm:git:[email protected]:antlr/antlr4.git</developerConnection>
96-
<tag>HEAD</tag>
96+
<tag>4.5-opt</tag>
9797
</scm>
9898

9999
<profiles>

runtime/Java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tunnelvisionlabs</groupId>
77
<artifactId>antlr4-master</artifactId>
8-
<version>4.5-SNAPSHOT</version>
8+
<version>4.5</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

runtime/JavaAnnotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tunnelvisionlabs</groupId>
77
<artifactId>antlr4-master</artifactId>
8-
<version>4.5-SNAPSHOT</version>
8+
<version>4.5</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

tool/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tunnelvisionlabs</groupId>
77
<artifactId>antlr4-master</artifactId>
8-
<version>4.5-SNAPSHOT</version>
8+
<version>4.5</version>
99
</parent>
1010

1111
<artifactId>antlr4</artifactId>

0 commit comments

Comments
 (0)