File tree Expand file tree Collapse file tree 8 files changed +14
-16
lines changed
Expand file tree Collapse file tree 8 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 -->
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 >
Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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:git@github.com: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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments