File tree 7 files changed +22
-39
lines changed 7 files changed +22
-39
lines changed Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <modelVersion >4.0.0</modelVersion >
5
6
<parent >
6
7
<artifactId >commandflow</artifactId >
7
8
<groupId >me.fixeddev</groupId >
8
- <version >0.6.0 </version >
9
+ <version >${revision} </version >
9
10
</parent >
10
- <modelVersion >4.0.0</modelVersion >
11
-
12
- <version >${version.api} </version >
13
11
<artifactId >commandflow-api</artifactId >
14
12
<packaging >jar</packaging >
15
13
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <modelVersion >4.0.0</modelVersion >
5
6
<parent >
6
7
<artifactId >commandflow</artifactId >
7
8
<groupId >me.fixeddev</groupId >
8
- <version >0.6.0 </version >
9
+ <version >${revision} </version >
9
10
</parent >
10
- <modelVersion >4.0.0</modelVersion >
11
-
12
- <version >${version.brigadier} </version >
13
11
<artifactId >commandflow-brigadier</artifactId >
14
12
<packaging >jar</packaging >
15
13
28
26
<dependency >
29
27
<groupId >me.fixeddev</groupId >
30
28
<artifactId >commandflow-api</artifactId >
31
- <version >${version.api } </version >
29
+ <version >${revision } </version >
32
30
<scope >compile</scope >
33
31
</dependency >
34
32
<dependency >
35
33
<groupId >me.fixeddev</groupId >
36
34
<artifactId >commandflow-bukkit</artifactId >
37
- <version >${version.bukkit } </version >
35
+ <version >${project.version } </version >
38
36
<scope >compile</scope >
39
37
<exclusions >
40
38
<exclusion >
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
-
7
6
<parent >
8
7
<artifactId >commandflow</artifactId >
9
8
<groupId >me.fixeddev</groupId >
10
- <version >0.6.0 </version >
9
+ <version >${revision} </version >
11
10
</parent >
12
-
13
- <version >${version.bukkit} </version >
14
11
<artifactId >commandflow-bukkit</artifactId >
15
12
<packaging >jar</packaging >
16
13
31
28
<dependency >
32
29
<groupId >me.fixeddev</groupId >
33
30
<artifactId >commandflow-api</artifactId >
34
- <version >${version.api } </version >
31
+ <version >${project.version } </version >
35
32
<scope >compile</scope >
36
33
</dependency >
37
34
</dependencies >
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <modelVersion >4.0.0</modelVersion >
5
6
<parent >
6
7
<groupId >me.fixeddev</groupId >
7
8
<artifactId >commandflow</artifactId >
8
- <version >0.6.0 </version >
9
+ <version >${revision} </version >
9
10
</parent >
10
- <modelVersion >4.0.0</modelVersion >
11
-
12
- <version >${version.bungee} </version >
13
11
<artifactId >commandflow-bungee</artifactId >
12
+ <packaging >jar</packaging >
14
13
15
14
<repositories >
16
15
<repository >
23
22
<dependency >
24
23
<groupId >me.fixeddev</groupId >
25
24
<artifactId >commandflow-api</artifactId >
26
- <version >${version.api } </version >
25
+ <version >${project.version } </version >
27
26
<scope >compile</scope >
28
27
</dependency >
29
28
<dependency >
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <modelVersion >4.0.0</modelVersion >
5
6
<parent >
6
- <artifactId >commandflow</artifactId >
7
7
<groupId >me.fixeddev</groupId >
8
- <version >0.6.0</version >
8
+ <artifactId >commandflow</artifactId >
9
+ <version >${revision} </version >
9
10
</parent >
10
- <modelVersion >4.0.0</modelVersion >
11
-
12
- <version >${version.discord} </version >
13
11
<artifactId >commandflow-discord</artifactId >
14
12
<packaging >jar</packaging >
15
13
30
28
<dependency >
31
29
<groupId >me.fixeddev</groupId >
32
30
<artifactId >commandflow-api</artifactId >
33
- <version >${version.api } </version >
31
+ <version >${project.version } </version >
34
32
<scope >compile</scope >
35
33
</dependency >
36
34
</dependencies >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >me.fixeddev</groupId >
8
8
<artifactId >commandflow</artifactId >
9
- <version >0.6.0 </version >
9
+ <version >${revision} </version >
10
10
<modules >
11
11
<module >api</module >
12
12
<module >bukkit</module >
42
42
43
43
<properties >
44
44
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
45
-
46
- <version .api>0.6.0</version .api>
47
- <version .bukkit>0.6.0</version .bukkit>
48
- <version .discord>0.6.0</version .discord>
49
- <version .bungee>0.6.0</version .bungee>
50
- <version .velocity>0.6.0</version .velocity>
51
- <version .brigadier>0.6.0</version .brigadier>
45
+ <revision >0.6.0</revision >
52
46
</properties >
53
47
54
48
<build >
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <modelVersion >4.0.0</modelVersion >
5
6
<parent >
6
7
<groupId >me.fixeddev</groupId >
7
8
<artifactId >commandflow</artifactId >
8
- <version >0.6.0 </version >
9
+ <version >${revision} </version >
9
10
</parent >
10
- <modelVersion >4.0.0</modelVersion >
11
-
12
- <version >${version.velocity} </version >
13
11
<artifactId >commandflow-velocity</artifactId >
12
+ <packaging >jar</packaging >
14
13
15
14
<repositories >
16
15
<repository >
23
22
<dependency >
24
23
<groupId >me.fixeddev</groupId >
25
24
<artifactId >commandflow-api</artifactId >
26
- <version >${version.api } </version >
25
+ <version >${project.version } </version >
27
26
<scope >compile</scope >
28
27
</dependency >
29
28
<dependency >
You can’t perform that action at this time.
0 commit comments