Skip to content

Commit

Permalink
Fixup leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Mar 7, 2021
1 parent 7ab2804 commit a6eea57
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion pistonmotd-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<dependencies>
<dependency>
<groupId>me.alexprogrammerde</groupId>
<groupId>net.pistonmaster</groupId>
<artifactId>pistonmotd-utils</artifactId>
<version>4.3.2</version>
<optional>true</optional>
Expand Down
4 changes: 2 additions & 2 deletions pistonmotd-bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@

<dependencies>
<dependency>
<groupId>me.alexprogrammerde</groupId>
<groupId>net.pistonmaster</groupId>
<artifactId>pistonmotd-api</artifactId>
<version>4.3.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>me.alexprogrammerde</groupId>
<groupId>net.pistonmaster</groupId>
<artifactId>pistonmotd-utils</artifactId>
<version>4.3.2</version>
<optional>true</optional>
Expand Down
2 changes: 1 addition & 1 deletion pistonmotd-bukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PistonMOTD
version: ${parent.version}
api-version: 1.13
main: me.alexprogrammerde.pistonmotd.bukkit.PistonMOTDBukkit
main: net.pistonmaster.pistonmotd.bukkit.PistonMOTDBukkit
description: ${parent.description}
website: ${parent.url}
softdepend: ["LuckPerms"]
Expand Down
4 changes: 2 additions & 2 deletions pistonmotd-bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@

<dependencies>
<dependency>
<groupId>me.alexprogrammerde</groupId>
<groupId>net.pistonmaster</groupId>
<artifactId>pistonmotd-api</artifactId>
<version>4.3.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>me.alexprogrammerde</groupId>
<groupId>net.pistonmaster</groupId>
<artifactId>pistonmotd-utils</artifactId>
<version>4.3.2</version>
<optional>true</optional>
Expand Down
2 changes: 1 addition & 1 deletion pistonmotd-bungee/src/main/resources/bungee.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: PistonMOTD
version: ${parent.version}
main: me.alexprogrammerde.pistonmotd.bungee.PistonMOTDBungee
main: net.pistonmaster.pistonmotd.bungee.PistonMOTDBungee
author: AlexProgrammerDE
description: ${parent.description}
softDepends: ["LuckPerms"]
8 changes: 4 additions & 4 deletions pistonmotd-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,25 +90,25 @@

<dependencies>
<dependency>
<groupId>me.alexprogrammerde</groupId>
<groupId>net.pistonmaster</groupId>
<artifactId>pistonmotd-bukkit</artifactId>
<version>4.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>me.alexprogrammerde</groupId>
<groupId>net.pistonmaster</groupId>
<artifactId>pistonmotd-bungee</artifactId>
<version>4.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>me.alexprogrammerde</groupId>
<groupId>net.pistonmaster</groupId>
<artifactId>pistonmotd-sponge</artifactId>
<version>4.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>me.alexprogrammerde</groupId>
<groupId>net.pistonmaster</groupId>
<artifactId>pistonmotd-velocity</artifactId>
<version>4.3.2</version>
<scope>compile</scope>
Expand Down
4 changes: 2 additions & 2 deletions pistonmotd-sponge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@

<dependencies>
<dependency>
<groupId>me.alexprogrammerde</groupId>
<groupId>net.pistonmaster</groupId>
<artifactId>pistonmotd-api</artifactId>
<version>4.3.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>me.alexprogrammerde</groupId>
<groupId>net.pistonmaster</groupId>
<artifactId>pistonmotd-utils</artifactId>
<version>4.3.2</version>
<optional>true</optional>
Expand Down
4 changes: 2 additions & 2 deletions pistonmotd-velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@

<dependencies>
<dependency>
<groupId>me.alexprogrammerde</groupId>
<groupId>net.pistonmaster</groupId>
<artifactId>pistonmotd-api</artifactId>
<version>4.3.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>me.alexprogrammerde</groupId>
<groupId>net.pistonmaster</groupId>
<artifactId>pistonmotd-utils</artifactId>
<version>4.3.2</version>
<optional>true</optional>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
<version>3.2.0</version>
<configuration>
<excludePackageNames>
me.alexprogrammerde.pistonmotd.bukkit:
me.alexprogrammerde.pistonmotd.bungee:
me.alexprogrammerde.pistonmotd.utils:
me.alexprogrammerde.pistonmotd.sponge:
me.alexprogrammerde.pistonmotd.velocity:
me.alexprogrammerde.pistonmotd.data
net.pistonmaster.pistonmotd.bukkit:
net.pistonmaster.pistonmotd.bungee:
net.pistonmaster.pistonmotd.utils:
net.pistonmaster.pistonmotd.sponge:
net.pistonmaster.pistonmotd.velocity:
net.pistonmaster.pistonmotd.data
</excludePackageNames>
</configuration>
</plugin>
Expand Down Expand Up @@ -200,7 +200,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>me.alexprogrammerde</groupId>
<groupId>net.pistonmaster</groupId>
<artifactId>PistonUtils</artifactId>
<version>1.2.1</version>
</dependency>
Expand Down

0 comments on commit a6eea57

Please sign in to comment.