| 
					
				 | 
			
			
				@@ -7,7 +7,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	<parent> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<groupId>de.Linus122.TimeIsMoney</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<artifactId>parent</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		<version>1.9.6.18</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		<version>2.0.0</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<relativePath>../pom.xml</relativePath> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	</parent> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -33,7 +33,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<plugin> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<groupId>org.apache.maven.plugins</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<artifactId>maven-shade-plugin</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<version>2.4.3</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<version>3.2.4</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<executions> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<execution> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						<phase>package</phase> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -69,12 +69,12 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<version>1.14.1-R0.1-SNAPSHOT</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<scope>provided</scope> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		</dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		<dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<groupId>net.milkbowl.vault</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<artifactId>VaultAPI</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<version>1.6</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<scope>provided</scope> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		</dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.github.MilkBowl</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>VaultAPI</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>1.7</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <scope>provided</scope> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<groupId>net.ess3</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<artifactId>EssentialsX</artifactId> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -89,7 +89,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<groupId>de.Linus122.TimeIsMoney</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<artifactId>Tools</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			<version>1.9.6.18</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			<version>${project.version}</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		</dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	</dependencies> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </project> 
			 |