Skip to content

Commit 2e283fd

Browse files
committed
*: change groupId from me.fixeddev to team.unnamed
1 parent d79ae44 commit 2e283fd

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7+
<groupId>team.unnamed</groupId>
78
<artifactId>commandflow</artifactId>
8-
<groupId>me.fixeddev</groupId>
99
<version>${revision}</version>
1010
</parent>
1111
<artifactId>commandflow-api</artifactId>

brigadier/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7+
<groupId>team.unnamed</groupId>
78
<artifactId>commandflow</artifactId>
8-
<groupId>me.fixeddev</groupId>
99
<version>${revision}</version>
1010
</parent>
1111
<artifactId>commandflow-brigadier</artifactId>
@@ -24,13 +24,13 @@
2424

2525
<dependencies>
2626
<dependency>
27-
<groupId>me.fixeddev</groupId>
27+
<groupId>team.unnamed</groupId>
2828
<artifactId>commandflow-api</artifactId>
2929
<version>${revision}</version>
3030
<scope>compile</scope>
3131
</dependency>
3232
<dependency>
33-
<groupId>me.fixeddev</groupId>
33+
<groupId>team.unnamed</groupId>
3434
<artifactId>commandflow-bukkit</artifactId>
3535
<version>${project.version}</version>
3636
<scope>compile</scope>

bukkit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7+
<groupId>team.unnamed</groupId>
78
<artifactId>commandflow</artifactId>
8-
<groupId>me.fixeddev</groupId>
99
<version>${revision}</version>
1010
</parent>
1111
<artifactId>commandflow-bukkit</artifactId>
@@ -26,7 +26,7 @@
2626
<scope>provided</scope>
2727
</dependency>
2828
<dependency>
29-
<groupId>me.fixeddev</groupId>
29+
<groupId>team.unnamed</groupId>
3030
<artifactId>commandflow-api</artifactId>
3131
<version>${project.version}</version>
3232
<scope>compile</scope>

bungee/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>me.fixeddev</groupId>
7+
<groupId>team.unnamed</groupId>
88
<artifactId>commandflow</artifactId>
99
<version>${revision}</version>
1010
</parent>
@@ -20,7 +20,7 @@
2020

2121
<dependencies>
2222
<dependency>
23-
<groupId>me.fixeddev</groupId>
23+
<groupId>team.unnamed</groupId>
2424
<artifactId>commandflow-api</artifactId>
2525
<version>${project.version}</version>
2626
<scope>compile</scope>

discord/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>me.fixeddev</groupId>
7+
<groupId>team.unnamed</groupId>
88
<artifactId>commandflow</artifactId>
99
<version>${revision}</version>
1010
</parent>
@@ -26,7 +26,7 @@
2626
<version>4.2.0_208</version>
2727
</dependency>
2828
<dependency>
29-
<groupId>me.fixeddev</groupId>
29+
<groupId>team.unnamed</groupId>
3030
<artifactId>commandflow-api</artifactId>
3131
<version>${project.version}</version>
3232
<scope>compile</scope>

docs/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
```
1212
```kotlin
1313
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}%%")
1515
}
1616
```
1717

@@ -24,8 +24,8 @@ dependencies {
2424
```
2525
```xml
2626
<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>
3030
</dependency>
3131
```

docs/platforms/bukkit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ subproject that can be included in your project by doing the following:
88
```kotlin
99
dependencies {
1010
// ...
11-
implementation("me.fixeddev:commandflow-bukkit:%%REPLACE_latestReleaseOrSnapshot{me.fixeddev:commandflow-bukkit}%%")
11+
implementation("team.unnamed:commandflow-bukkit:%%REPLACE_latestReleaseOrSnapshot{team.unnamed:commandflow-bukkit}%%")
1212
}
1313
```
1414

@@ -17,9 +17,9 @@ dependencies {
1717
<dependencies>
1818
<!-- ... -->
1919
<dependency>
20-
<groupId>me.fixeddev</groupId>
20+
<groupId>team.unnamed</groupId>
2121
<artifactId>commandflow-bukkit</artifactId>
22-
<version>%%REPLACE_latestReleaseOrSnapshot{me.fixeddev:commandflow-bukkit}%%</version>
22+
<version>%%REPLACE_latestReleaseOrSnapshot{team.unnamed:commandflow-bukkit}%%</version>
2323
</dependency>
2424
</dependencies>
2525
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>me.fixeddev</groupId>
7+
<groupId>team.unnamed</groupId>
88
<artifactId>commandflow</artifactId>
99
<version>${revision}</version>
1010
<modules>

velocity/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>me.fixeddev</groupId>
7+
<groupId>team.unnamed</groupId>
88
<artifactId>commandflow</artifactId>
99
<version>${revision}</version>
1010
</parent>
@@ -20,7 +20,7 @@
2020

2121
<dependencies>
2222
<dependency>
23-
<groupId>me.fixeddev</groupId>
23+
<groupId>team.unnamed</groupId>
2424
<artifactId>commandflow-api</artifactId>
2525
<version>${project.version}</version>
2626
<scope>compile</scope>

0 commit comments

Comments
 (0)