File tree 9 files changed +20
-20
lines changed
9 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 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
6
<parent >
7
+ <groupId >team.unnamed</groupId >
7
8
<artifactId >commandflow</artifactId >
8
- <groupId >me.fixeddev</groupId >
9
9
<version >${revision} </version >
10
10
</parent >
11
11
<artifactId >commandflow-api</artifactId >
Original file line number Diff line number Diff line change 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
6
<parent >
7
+ <groupId >team.unnamed</groupId >
7
8
<artifactId >commandflow</artifactId >
8
- <groupId >me.fixeddev</groupId >
9
9
<version >${revision} </version >
10
10
</parent >
11
11
<artifactId >commandflow-brigadier</artifactId >
24
24
25
25
<dependencies >
26
26
<dependency >
27
- <groupId >me.fixeddev </groupId >
27
+ <groupId >team.unnamed </groupId >
28
28
<artifactId >commandflow-api</artifactId >
29
29
<version >${revision} </version >
30
30
<scope >compile</scope >
31
31
</dependency >
32
32
<dependency >
33
- <groupId >me.fixeddev </groupId >
33
+ <groupId >team.unnamed </groupId >
34
34
<artifactId >commandflow-bukkit</artifactId >
35
35
<version >${project.version} </version >
36
36
<scope >compile</scope >
Original file line number Diff line number Diff line change 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
6
<parent >
7
+ <groupId >team.unnamed</groupId >
7
8
<artifactId >commandflow</artifactId >
8
- <groupId >me.fixeddev</groupId >
9
9
<version >${revision} </version >
10
10
</parent >
11
11
<artifactId >commandflow-bukkit</artifactId >
26
26
<scope >provided</scope >
27
27
</dependency >
28
28
<dependency >
29
- <groupId >me.fixeddev </groupId >
29
+ <groupId >team.unnamed </groupId >
30
30
<artifactId >commandflow-api</artifactId >
31
31
<version >${project.version} </version >
32
32
<scope >compile</scope >
Original file line number Diff line number Diff line change 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
6
<parent >
7
- <groupId >me.fixeddev </groupId >
7
+ <groupId >team.unnamed </groupId >
8
8
<artifactId >commandflow</artifactId >
9
9
<version >${revision} </version >
10
10
</parent >
20
20
21
21
<dependencies >
22
22
<dependency >
23
- <groupId >me.fixeddev </groupId >
23
+ <groupId >team.unnamed </groupId >
24
24
<artifactId >commandflow-api</artifactId >
25
25
<version >${project.version} </version >
26
26
<scope >compile</scope >
Original file line number Diff line number Diff line change 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
6
<parent >
7
- <groupId >me.fixeddev </groupId >
7
+ <groupId >team.unnamed </groupId >
8
8
<artifactId >commandflow</artifactId >
9
9
<version >${revision} </version >
10
10
</parent >
26
26
<version >4.2.0_208</version >
27
27
</dependency >
28
28
<dependency >
29
- <groupId >me.fixeddev </groupId >
29
+ <groupId >team.unnamed </groupId >
30
30
<artifactId >commandflow-api</artifactId >
31
31
<version >${project.version} </version >
32
32
<scope >compile</scope >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
11
11
```
12
12
``` kotlin
13
13
dependencies {
14
- implementation(" me.fixeddev :commandflow-universal :%%REPLACE_latestReleaseOrSnapshot{me.fixeddev :commandflow-universal }%%" )
14
+ implementation(" team.unnamed :commandflow-api :%%REPLACE_latestReleaseOrSnapshot{team.unnamed :commandflow-api }%%" )
15
15
}
16
16
```
17
17
@@ -24,8 +24,8 @@ dependencies {
24
24
```
25
25
``` xml
26
26
<dependency >
27
- <groupId >me.fixeddev </groupId >
28
- <artifactId >commandflow-universal </artifactId >
29
- <version >%%REPLACE_latestReleaseOrSnapshot{me.fixeddev :commandflow-universal }%%</version >
27
+ <groupId >team.unnamed </groupId >
28
+ <artifactId >commandflow-api </artifactId >
29
+ <version >%%REPLACE_latestReleaseOrSnapshot{team.unnamed :commandflow-api }%%</version >
30
30
</dependency >
31
31
```
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ subproject that can be included in your project by doing the following:
8
8
``` kotlin
9
9
dependencies {
10
10
// ...
11
- implementation(" me.fixeddev :commandflow-bukkit:%%REPLACE_latestReleaseOrSnapshot{me.fixeddev :commandflow-bukkit}%%" )
11
+ implementation(" team.unnamed :commandflow-bukkit:%%REPLACE_latestReleaseOrSnapshot{team.unnamed :commandflow-bukkit}%%" )
12
12
}
13
13
```
14
14
@@ -17,9 +17,9 @@ dependencies {
17
17
<dependencies >
18
18
<!-- ... -->
19
19
<dependency >
20
- <groupId >me.fixeddev </groupId >
20
+ <groupId >team.unnamed </groupId >
21
21
<artifactId >commandflow-bukkit</artifactId >
22
- <version >%%REPLACE_latestReleaseOrSnapshot{me.fixeddev :commandflow-bukkit}%%</version >
22
+ <version >%%REPLACE_latestReleaseOrSnapshot{team.unnamed :commandflow-bukkit}%%</version >
23
23
</dependency >
24
24
</dependencies >
25
25
```
Original file line number Diff line number Diff line change 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
6
7
- <groupId >me.fixeddev </groupId >
7
+ <groupId >team.unnamed </groupId >
8
8
<artifactId >commandflow</artifactId >
9
9
<version >${revision} </version >
10
10
<modules >
Original file line number Diff line number Diff line change 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
6
<parent >
7
- <groupId >me.fixeddev </groupId >
7
+ <groupId >team.unnamed </groupId >
8
8
<artifactId >commandflow</artifactId >
9
9
<version >${revision} </version >
10
10
</parent >
20
20
21
21
<dependencies >
22
22
<dependency >
23
- <groupId >me.fixeddev </groupId >
23
+ <groupId >team.unnamed </groupId >
24
24
<artifactId >commandflow-api</artifactId >
25
25
<version >${project.version} </version >
26
26
<scope >compile</scope >
You can’t perform that action at this time.
0 commit comments