Update dependencies to latest
This commit is contained in:
		
							
								
								
									
										298
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										298
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -1,149 +1,149 @@ | |||||||
| <?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||||||
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | <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"> |          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> |     <modelVersion>4.0.0</modelVersion> | ||||||
|     <!-- A good example on why temporary names for project identification shouldn't be used --> |     <!-- A good example on why temporary names for project identification shouldn't be used --> | ||||||
|     <groupId>LibsDisguises</groupId> |     <groupId>LibsDisguises</groupId> | ||||||
|     <artifactId>LibsDisguises</artifactId> |     <artifactId>LibsDisguises</artifactId> | ||||||
|     <version>10.0.21-SNAPSHOT</version> |     <version>10.0.21-SNAPSHOT</version> | ||||||
|  |  | ||||||
|     <build> |     <build> | ||||||
|         <defaultGoal>exec:java clean install</defaultGoal> |         <defaultGoal>exec:java clean install</defaultGoal> | ||||||
|         <finalName>LibsDisguises</finalName> |         <finalName>LibsDisguises</finalName> | ||||||
|  |  | ||||||
|         <resources> |         <resources> | ||||||
|             <resource> |             <resource> | ||||||
|                 <directory>src/main/resources</directory> |                 <directory>src/main/resources</directory> | ||||||
|                 <filtering>true</filtering> |                 <filtering>true</filtering> | ||||||
|                 <includes> |                 <includes> | ||||||
|                     <include>*</include> |                     <include>*</include> | ||||||
|                 </includes> |                 </includes> | ||||||
|             </resource> |             </resource> | ||||||
|             <resource> |             <resource> | ||||||
|                 <directory>${project.basedir}</directory> |                 <directory>${project.basedir}</directory> | ||||||
|                 <includes> |                 <includes> | ||||||
|                     <include>README.md</include> |                     <include>README.md</include> | ||||||
|                 </includes> |                 </includes> | ||||||
|             </resource> |             </resource> | ||||||
|         </resources> |         </resources> | ||||||
|         <plugins> |         <plugins> | ||||||
|             <plugin> |             <plugin> | ||||||
|                 <artifactId>maven-surefire-plugin</artifactId> |                 <artifactId>maven-surefire-plugin</artifactId> | ||||||
|                 <version>3.0.0-M1</version> |                 <version>3.0.0-M1</version> | ||||||
|             </plugin> |             </plugin> | ||||||
|             <plugin> |             <plugin> | ||||||
|                 <groupId>org.codehaus.mojo</groupId> |                 <groupId>org.codehaus.mojo</groupId> | ||||||
|                 <artifactId>exec-maven-plugin</artifactId> |                 <artifactId>exec-maven-plugin</artifactId> | ||||||
|                 <version>1.6.0</version> |                 <version>1.6.0</version> | ||||||
|  |  | ||||||
|                 <executions> |                 <executions> | ||||||
|                     <execution> |                     <execution> | ||||||
|                         <id>my-execution</id> |                         <id>my-execution</id> | ||||||
|                         <phase>compile</phase> |                         <phase>compile</phase> | ||||||
|                         <goals> |                         <goals> | ||||||
|                             <goal>java</goal> |                             <goal>java</goal> | ||||||
|                         </goals> |                         </goals> | ||||||
|                     </execution> |                     </execution> | ||||||
|                 </executions> |                 </executions> | ||||||
|                 <configuration> |                 <configuration> | ||||||
|                     <includePluginDependencies>true</includePluginDependencies> |                     <includePluginDependencies>true</includePluginDependencies> | ||||||
|                     <mainClass>me.libraryaddict.disguise.utilities.watchers.CompileMethods</mainClass> |                     <mainClass>me.libraryaddict.disguise.utilities.watchers.CompileMethods</mainClass> | ||||||
|                 </configuration> |                 </configuration> | ||||||
|             </plugin> |             </plugin> | ||||||
|         </plugins> |         </plugins> | ||||||
|     </build> |     </build> | ||||||
|  |  | ||||||
|  |  | ||||||
|     <properties> |     <properties> | ||||||
|         <build.number>unknown</build.number> |         <build.number>unknown</build.number> | ||||||
|         <timestamp>${maven.build.timestamp}</timestamp> |         <timestamp>${maven.build.timestamp}</timestamp> | ||||||
|         <maven.build.timestamp.format>dd/MM/yyyy HH:mm</maven.build.timestamp.format> |         <maven.build.timestamp.format>dd/MM/yyyy HH:mm</maven.build.timestamp.format> | ||||||
|         <maven.compiler.source>1.8</maven.compiler.source> |         <maven.compiler.source>1.8</maven.compiler.source> | ||||||
|         <maven.compiler.target>1.8</maven.compiler.target> |         <maven.compiler.target>1.8</maven.compiler.target> | ||||||
|         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||||||
|  |  | ||||||
|         <asm.version>7.3.1</asm.version> |         <asm.version>9.0</asm.version> | ||||||
|         <lombok.version>1.18.10</lombok.version> |         <lombok.version>1.18.16</lombok.version> | ||||||
|         <protocollib.version>master-SNAPSHOT</protocollib.version> |         <protocollib.version>master-SNAPSHOT</protocollib.version> | ||||||
|         <spigot.version>1.16.1-R0.1-SNAPSHOT</spigot.version> |         <spigot.version>1.16.4-R0.1-SNAPSHOT</spigot.version> | ||||||
|         <junit.version>4.13.1</junit.version> |         <junit.version>4.13.1</junit.version> | ||||||
|         <paper-api.version>1.15.2-R0.1-SNAPSHOT</paper-api.version> |         <paper-api.version>1.16.4-R0.1-SNAPSHOT</paper-api.version> | ||||||
|         <bungeecord-chat.version>1.12-SNAPSHOT</bungeecord-chat.version> |         <bungeecord-chat.version>1.12-SNAPSHOT</bungeecord-chat.version> | ||||||
|     </properties> |     </properties> | ||||||
|  |  | ||||||
|     <dependencies> |     <dependencies> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.ow2.asm</groupId> |             <groupId>org.ow2.asm</groupId> | ||||||
|             <artifactId>asm</artifactId> |             <artifactId>asm</artifactId> | ||||||
|             <version>${asm.version}</version> |             <version>${asm.version}</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.projectlombok</groupId> |             <groupId>org.projectlombok</groupId> | ||||||
|             <artifactId>lombok</artifactId> |             <artifactId>lombok</artifactId> | ||||||
|             <version>${lombok.version}</version> |             <version>${lombok.version}</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>com.github.dmulloy2</groupId> |             <groupId>com.github.dmulloy2</groupId> | ||||||
|             <artifactId>ProtocolLib</artifactId> |             <artifactId>ProtocolLib</artifactId> | ||||||
|             <version>${protocollib.version}</version> |             <version>${protocollib.version}</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.spigotmc</groupId> |             <groupId>org.spigotmc</groupId> | ||||||
|             <artifactId>spigot-api</artifactId> |             <artifactId>spigot-api</artifactId> | ||||||
|             <version>${spigot.version}</version> |             <version>${spigot.version}</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.spigotmc</groupId> |             <groupId>org.spigotmc</groupId> | ||||||
|             <artifactId>spigot</artifactId> |             <artifactId>spigot</artifactId> | ||||||
|             <version>${spigot.version}</version> |             <version>${spigot.version}</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <!-- testing --> |         <!-- testing --> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>junit</groupId> |             <groupId>junit</groupId> | ||||||
|             <artifactId>junit</artifactId> |             <artifactId>junit</artifactId> | ||||||
|             <version>${junit.version}</version> |             <version>${junit.version}</version> | ||||||
|             <scope>test</scope> |             <scope>test</scope> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>com.destroystokyo.paper</groupId> |             <groupId>com.destroystokyo.paper</groupId> | ||||||
|             <artifactId>paper-api</artifactId> |             <artifactId>paper-api</artifactId> | ||||||
|             <version>${paper-api.version}</version> |             <version>${paper-api.version}</version> | ||||||
|             <scope>provided</scope> |             <scope>provided</scope> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>net.md-5</groupId> |             <groupId>net.md-5</groupId> | ||||||
|             <artifactId>bungeecord-chat</artifactId> |             <artifactId>bungeecord-chat</artifactId> | ||||||
|             <version>${bungeecord-chat.version}</version> |             <version>${bungeecord-chat.version}</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|     </dependencies> |     </dependencies> | ||||||
|  |  | ||||||
|     <repositories> |     <repositories> | ||||||
|         <repository> |         <repository> | ||||||
|             <id>jitpack.io</id> |             <id>jitpack.io</id> | ||||||
|             <url>https://jitpack.io</url> |             <url>https://jitpack.io</url> | ||||||
|         </repository> |         </repository> | ||||||
|         <repository> |         <repository> | ||||||
|             <id>md_5-releases</id> |             <id>md_5-releases</id> | ||||||
|             <url>https://repo.md-5.net/content/groups/public/</url> |             <url>https://repo.md-5.net/content/groups/public/</url> | ||||||
|         </repository> |         </repository> | ||||||
|         <repository> |         <repository> | ||||||
|             <id>spigot-repo</id> |             <id>spigot-repo</id> | ||||||
|             <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url> |             <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url> | ||||||
|         </repository> |         </repository> | ||||||
|         <repository> |         <repository> | ||||||
|             <id>papermc</id> |             <id>papermc</id> | ||||||
|             <url>https://papermc.io/repo/repository/maven-public/</url> |             <url>https://papermc.io/repo/repository/maven-public/</url> | ||||||
|         </repository> |         </repository> | ||||||
|     </repositories> |     </repositories> | ||||||
|  |  | ||||||
|     <distributionManagement> |     <distributionManagement> | ||||||
|         <repository> |         <repository> | ||||||
|             <id>md_5-releases</id> |             <id>md_5-releases</id> | ||||||
|             <url>https://repo.md-5.net/content/repositories/releases/</url> |             <url>https://repo.md-5.net/content/repositories/releases/</url> | ||||||
|         </repository> |         </repository> | ||||||
|         <snapshotRepository> |         <snapshotRepository> | ||||||
|             <id>md_5-snapshots</id> |             <id>md_5-snapshots</id> | ||||||
|             <url>https://repo.md-5.net/content/repositories/snapshots/</url> |             <url>https://repo.md-5.net/content/repositories/snapshots/</url> | ||||||
|         </snapshotRepository> |         </snapshotRepository> | ||||||
|     </distributionManagement> |     </distributionManagement> | ||||||
| </project> | </project> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user