File tree 8 files changed +14
-16
lines changed
8 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 17
17
<parent >
18
18
<groupId >org.antlr</groupId >
19
19
<artifactId >antlr-master</artifactId >
20
- <version >3.5.1-SNAPSHOT </version >
20
+ <version >3.5.1</version >
21
21
</parent >
22
22
23
23
<url >http://antlr.org/</url >
Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
5
4
6
5
<modelVersion >4.0.0</modelVersion >
20
19
<parent >
21
20
<groupId >org.antlr</groupId >
22
21
<artifactId >antlr-master</artifactId >
23
- <version >3.5.1-SNAPSHOT </version >
22
+ <version >3.5.1</version >
24
23
</parent >
25
24
26
25
<build >
Original file line number Diff line number Diff line change 33
33
34
34
35
35
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" >
38
37
39
38
<!-- Maven model we are inheriting from
40
39
-->
63
62
<parent >
64
63
<groupId >org.antlr</groupId >
65
64
<artifactId >antlr-master</artifactId >
66
- <version >3.5.1-SNAPSHOT </version >
65
+ <version >3.5.1</version >
67
66
</parent >
68
67
69
68
<name >ANTLR 3 Maven plugin</name >
Original file line number Diff line number Diff line change 31
31
32
32
-->
33
33
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" >
36
35
37
36
<modelVersion >4.0.0</modelVersion >
38
37
57
56
<parent >
58
57
<groupId >org.antlr</groupId >
59
58
<artifactId >antlr-master</artifactId >
60
- <version >3.5.1-SNAPSHOT </version >
59
+ <version >3.5.1</version >
61
60
</parent >
62
61
63
62
<properties >
Original file line number Diff line number Diff line change 17
17
<parent >
18
18
<groupId >org.antlr</groupId >
19
19
<artifactId >antlr-master</artifactId >
20
- <version >3.5.1-SNAPSHOT </version >
20
+ <version >3.5.1</version >
21
21
</parent >
22
22
23
23
<url >http://www.antlr.org/wiki/display/ANTLR3/gUnit+-+Grammar+Unit+Testing</url >
65
65
<groupId >org.antlr</groupId >
66
66
<artifactId >antlr3-maven-plugin</artifactId >
67
67
<version >${project.version} </version >
68
- <configuration ></ configuration >
68
+ <configuration / >
69
69
<executions >
70
70
<execution >
71
71
<goals >
Original file line number Diff line number Diff line change 11
11
<groupId >org.antlr</groupId >
12
12
<artifactId >antlr-master</artifactId >
13
13
<packaging >pom</packaging >
14
- <version >3.5.1-SNAPSHOT </version >
14
+ <version >3.5.1</version >
15
15
<name >ANTLR 3 Master build control POM</name >
16
16
<description >Master build POM for ANTLR 3</description >
17
17
<url >http://antlr.org</url >
84
84
<url >https://github.com/antlr/antlr3/tree/master</url >
85
85
<connection >scm:git:git://github.com/antlr/antlr3.git</connection >
86
86
<
developerConnection >scm:git:
[email protected] :antlr/antlr3.git</
developerConnection >
87
- </scm >
87
+ <tag >3.5.1</tag >
88
+ </scm >
88
89
<!--
89
90
90
91
Tell Maven which other artifacts we need in order to
Original file line number Diff line number Diff line change 15
15
<parent >
16
16
<groupId >org.antlr</groupId >
17
17
<artifactId >antlr-master</artifactId >
18
- <version >3.5.1-SNAPSHOT </version >
18
+ <version >3.5.1</version >
19
19
<relativePath >../..</relativePath >
20
20
</parent >
21
21
Original file line number Diff line number Diff line change 16
16
<parent >
17
17
<groupId >org.antlr</groupId >
18
18
<artifactId >antlr-master</artifactId >
19
- <version >3.5.1-SNAPSHOT </version >
19
+ <version >3.5.1</version >
20
20
</parent >
21
21
22
22
<dependencies >
You can’t perform that action at this time.
0 commit comments