Skip to content

Commit 9fc7055

Browse files
committed
[maven-release-plugin] prepare release 3.5.1
1 parent 6881de1 commit 9fc7055

File tree

8 files changed

+14
-16
lines changed

8 files changed

+14
-16
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.1-SNAPSHOT</version>
20+
<version>3.5.1</version>
2121
</parent>
2222

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

antlr3-maven-archetype/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43

54

65
<modelVersion>4.0.0</modelVersion>
@@ -20,7 +19,7 @@
2019
<parent>
2120
<groupId>org.antlr</groupId>
2221
<artifactId>antlr-master</artifactId>
23-
<version>3.5.1-SNAPSHOT</version>
22+
<version>3.5.1</version>
2423
</parent>
2524

2625
<build>

antlr3-maven-plugin/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333

3434

3535

36-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
37-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
36+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3837

3938
<!-- Maven model we are inheriting from
4039
-->
@@ -63,7 +62,7 @@
6362
<parent>
6463
<groupId>org.antlr</groupId>
6564
<artifactId>antlr-master</artifactId>
66-
<version>3.5.1-SNAPSHOT</version>
65+
<version>3.5.1</version>
6766
</parent>
6867

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

gunit-maven-plugin/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
3232
-->
3333

34-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
35-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
34+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3635

3736
<modelVersion>4.0.0</modelVersion>
3837

@@ -57,7 +56,7 @@
5756
<parent>
5857
<groupId>org.antlr</groupId>
5958
<artifactId>antlr-master</artifactId>
60-
<version>3.5.1-SNAPSHOT</version>
59+
<version>3.5.1</version>
6160
</parent>
6261

6362
<properties>

gunit/pom.xml

+2-2
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.1-SNAPSHOT</version>
20+
<version>3.5.1</version>
2121
</parent>
2222

2323
<url>http://www.antlr.org/wiki/display/ANTLR3/gUnit+-+Grammar+Unit+Testing</url>
@@ -65,7 +65,7 @@
6565
<groupId>org.antlr</groupId>
6666
<artifactId>antlr3-maven-plugin</artifactId>
6767
<version>${project.version}</version>
68-
<configuration></configuration>
68+
<configuration />
6969
<executions>
7070
<execution>
7171
<goals>

pom.xml

+3-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.1-SNAPSHOT</version>
14+
<version>3.5.1</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,8 @@
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-
</scm>
87+
<tag>3.5.1</tag>
88+
</scm>
8889
<!--
8990
9091
Tell Maven which other artifacts we need in order to

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.1-SNAPSHOT</version>
18+
<version>3.5.1</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.1-SNAPSHOT</version>
19+
<version>3.5.1</version>
2020
</parent>
2121

2222
<dependencies>

0 commit comments

Comments
 (0)