Fixed pom and the readme message
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| LibsDisguises (1.9+) | ||||
| ============= | ||||
|  | ||||
| A disguise plugin made by libraryaddict which is pretty cool.<br> | ||||
| One of the worst disguise plugins to hit the market, not only is the programming completely full of bugs, the author doesn't seem to care about the lack of up-to-date documentation.<br> | ||||
|  | ||||
| NOTE: These versions will NOT work with Spigot 1.8.8 and before. | ||||
|  | ||||
|   | ||||
							
								
								
									
										140
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										140
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -1,80 +1,80 @@ | ||||
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||||
| 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||||
| 	<modelVersion>4.0.0</modelVersion> | ||||
| 	<groupId>LibsDisguises</groupId> | ||||
| 	<artifactId>LibsDisguises</artifactId> | ||||
| 	<version>9.2.4-SNAPSHOT</version> | ||||
|   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||||
|   <modelVersion>4.0.0</modelVersion> | ||||
|   <groupId>LibsDisguises</groupId> | ||||
|   <artifactId>LibsDisguises</artifactId> | ||||
|   <version>9.2.4-SNAPSHOT</version> | ||||
|  | ||||
| 	<build> | ||||
| 		<sourceDirectory>src</sourceDirectory> | ||||
| 		<defaultGoal>clean install</defaultGoal> | ||||
| 		<directory>target</directory> | ||||
| 		<finalName>LibsDisguises</finalName> | ||||
|   <build> | ||||
|     <sourceDirectory>src</sourceDirectory> | ||||
|     <defaultGoal>clean install</defaultGoal> | ||||
|     <directory>target</directory> | ||||
|     <finalName>LibsDisguises</finalName> | ||||
|  | ||||
| 		<resources> | ||||
| 			<resource> | ||||
| 				<targetPath>.</targetPath> | ||||
| 				<filtering>true</filtering> | ||||
| 				<directory>${project.basedir}</directory> | ||||
| 				<includes> | ||||
| 					<include>plugin.yml</include> | ||||
| 					<include>config.yml</include> | ||||
|                     <include>disguises.yml</include> | ||||
| 					<include>README.md</include> | ||||
| 				</includes> | ||||
| 			</resource> | ||||
| 		</resources> | ||||
| 	</build> | ||||
|     <resources> | ||||
|       <resource> | ||||
|         <targetPath>.</targetPath> | ||||
|         <filtering>true</filtering> | ||||
|         <directory>${project.basedir}</directory> | ||||
|         <includes> | ||||
|           <include>plugin.yml</include> | ||||
|           <include>config.yml</include> | ||||
|           <include>disguises.yml</include> | ||||
|           <include>README.md</include> | ||||
|         </includes> | ||||
|       </resource> | ||||
|     </resources> | ||||
|   </build> | ||||
|  | ||||
|  | ||||
| 	<properties> | ||||
| 		<maven.compiler.source>1.7</maven.compiler.source> | ||||
| 		<maven.compiler.target>1.7</maven.compiler.target> | ||||
| 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||||
| 	</properties> | ||||
|   <properties> | ||||
|     <maven.compiler.source>1.7</maven.compiler.source> | ||||
|     <maven.compiler.target>1.7</maven.compiler.target> | ||||
|     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||||
|   </properties> | ||||
|  | ||||
|  | ||||
| 	<dependencies> | ||||
| 		<dependency> | ||||
| 			<groupId>com.comphenix.protocol</groupId> | ||||
| 			<artifactId>ProtocolLib</artifactId> | ||||
| 			<version>4.2.0-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<groupId>org.spigotmc</groupId> | ||||
| 			<artifactId>spigot-api</artifactId> | ||||
| 			<version>1.11-R0.1-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
| 		<dependency> | ||||
| 			<groupId>org.spigotmc</groupId> | ||||
| 			<artifactId>spigot</artifactId> | ||||
| 			<version>1.11-R0.1-SNAPSHOT</version> | ||||
| 		</dependency> | ||||
| 	</dependencies> | ||||
|   <dependencies> | ||||
|     <dependency> | ||||
|       <groupId>com.comphenix.protocol</groupId> | ||||
|       <artifactId>ProtocolLib</artifactId> | ||||
|       <version>4.2.0-SNAPSHOT</version> | ||||
|     </dependency> | ||||
|     <dependency> | ||||
|       <groupId>org.spigotmc</groupId> | ||||
|       <artifactId>spigot-api</artifactId> | ||||
|       <version>1.11-R0.1-SNAPSHOT</version> | ||||
|     </dependency> | ||||
|     <dependency> | ||||
|       <groupId>org.spigotmc</groupId> | ||||
|       <artifactId>spigot</artifactId> | ||||
|       <version>1.11-R0.1-SNAPSHOT</version> | ||||
|     </dependency> | ||||
|   </dependencies> | ||||
|  | ||||
| 	<repositories> | ||||
|         <repository> | ||||
|             <id>dmulloy2-repo</id> | ||||
|             <url>http://repo.dmulloy2.net/content/groups/public/</url> | ||||
|         </repository> | ||||
| 		<repository> | ||||
| 			<id>md_5-releases</id> | ||||
| 			<url>https://repo.md-5.net/content/repositories/releases/</url> | ||||
| 		</repository> | ||||
|         <repository> | ||||
|             <id>spigot-repo</id> | ||||
|             <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url> | ||||
|         </repository> | ||||
| 	</repositories> | ||||
|   <repositories> | ||||
|     <repository> | ||||
|       <id>dmulloy2-repo</id> | ||||
|       <url>http://repo.dmulloy2.net/content/groups/public/</url> | ||||
|     </repository> | ||||
|     <repository> | ||||
|       <id>md_5-releases</id> | ||||
|       <url>https://repo.md-5.net/content/repositories/releases/</url> | ||||
|     </repository> | ||||
|     <repository> | ||||
|       <id>spigot-repo</id> | ||||
|       <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url> | ||||
|     </repository> | ||||
|   </repositories> | ||||
|  | ||||
| 	<distributionManagement> | ||||
| 		<repository> | ||||
| 			<id>md_5-releases</id> | ||||
| 			<url>https://repo.md-5.net/content/repositories/releases/</url> | ||||
| 		</repository> | ||||
| 		<snapshotRepository> | ||||
| 			<id>md_5-snapshots</id> | ||||
| 			<url>https://repo.md-5.net/content/repositories/snapshots/</url> | ||||
| 		</snapshotRepository> | ||||
| 	</distributionManagement> | ||||
|   <distributionManagement> | ||||
|     <repository> | ||||
|       <id>md_5-releases</id> | ||||
|       <url>https://repo.md-5.net/content/repositories/releases/</url> | ||||
|     </repository> | ||||
|     <snapshotRepository> | ||||
|       <id>md_5-snapshots</id> | ||||
|       <url>https://repo.md-5.net/content/repositories/snapshots/</url> | ||||
|     </snapshotRepository> | ||||
|   </distributionManagement> | ||||
| </project> | ||||
		Reference in New Issue
	
	Block a user