Browse Source

increment minor version

MasterCake 2 years ago
parent
commit
fc2cb7dc23
4 changed files with 6 additions and 24 deletions
  1. 3 1
      Plugin/pom.xml
  2. 1 1
      Tools/pom.xml
  3. 0 20
      Tools/src/main/java/de/Linus122/TimeIsMoney/tools/ActionBarUtils.java
  4. 2 2
      pom.xml

+ 3 - 1
Plugin/pom.xml

@@ -7,7 +7,7 @@
 	<parent>
 		<groupId>de.Linus122.TimeIsMoney</groupId>
 		<artifactId>parent</artifactId>
-		<version>1.9.6.18</version>
+		<version>1.9.6.19</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
@@ -54,6 +54,8 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-jar-plugin</artifactId>
 				<configuration>
+					<outputDirectory>${dir}</outputDirectory>
+					<finalName>${project.parent.name}-${project.version}</finalName>
 					<archive>
 						<addMavenDescriptor>false</addMavenDescriptor>
 					</archive>

+ 1 - 1
Tools/pom.xml

@@ -7,7 +7,7 @@
     <parent>
         <groupId>de.Linus122.TimeIsMoney</groupId>
         <artifactId>parent</artifactId>
-        <version>1.9.6.18</version>
+        <version>1.9.6.19</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

+ 0 - 20
Tools/src/main/java/de/Linus122/TimeIsMoney/tools/ActionBarUtils.java

@@ -1,20 +0,0 @@
-package de.Linus122.TimeIsMoney.tools;
-
-import org.bukkit.entity.Player;
-
-/**
- * Interface that allows sending of actionbar messages for different versions of Spigot.
- *
- * @author Linus122
- * @since 1.9.6.1
- */
-@FunctionalInterface
-public interface ActionBarUtils {
-	/**
-	 * Sends an actionbar message to the specified player.
-	 *
-	 * @param p The player to send the actionbar message to.
-	 * @param message The message the actionbar should give to the player.
-	 */
-	void sendActionBarMessage(Player p, String message);
-}

+ 2 - 2
pom.xml

@@ -6,8 +6,8 @@
 
     <groupId>de.Linus122.TimeIsMoney</groupId>
     <artifactId>parent</artifactId>
-    <version>1.9.6.18</version>
-    <name>TimeIsMoney Parent</name>
+    <version>1.9.6.19</version>
+    <name>TimeIsMoney</name>
     <url>https://www.spigotmc.org/resources/time-is-money.12409/</url>
     <packaging>pom</packaging>