mirror of
				https://e.coding.net/circlecloud/YumCore.git
				synced 2025-11-03 23:06:02 +00:00 
			
		
		
		
	feat: update maven repo and dep version
Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
		
							
								
								
									
										16
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								pom.xml
									
									
									
									
									
								
							@@ -52,21 +52,21 @@
 | 
				
			|||||||
    <repositories>
 | 
					    <repositories>
 | 
				
			||||||
        <repository>
 | 
					        <repository>
 | 
				
			||||||
            <id>yumc-repo</id>
 | 
					            <id>yumc-repo</id>
 | 
				
			||||||
            <url>http://repo.yumc.pw/content/groups/public/</url>
 | 
					            <url>https://repo.yumc.pw/repository/maven-public/</url>
 | 
				
			||||||
        </repository>
 | 
					        </repository>
 | 
				
			||||||
    </repositories>
 | 
					    </repositories>
 | 
				
			||||||
    <distributionManagement>
 | 
					    <distributionManagement>
 | 
				
			||||||
        <repository>
 | 
					        <repository>
 | 
				
			||||||
            <id>jtb</id>
 | 
					            <id>jtb</id>
 | 
				
			||||||
            <name>YUMC</name>
 | 
					            <name>YUMC</name>
 | 
				
			||||||
            <url>http://repo.yumc.pw/content/repositories/yumcenter/</url>
 | 
					            <url>https://repo.yumc.pw/repository/yumcenter/</url>
 | 
				
			||||||
        </repository>
 | 
					        </repository>
 | 
				
			||||||
    </distributionManagement>
 | 
					    </distributionManagement>
 | 
				
			||||||
    <dependencies>
 | 
					    <dependencies>
 | 
				
			||||||
        <dependency>
 | 
					        <dependency>
 | 
				
			||||||
            <groupId>org.spigotmc</groupId>
 | 
					            <groupId>org.spigotmc</groupId>
 | 
				
			||||||
            <artifactId>spigot-api</artifactId>
 | 
					            <artifactId>spigot-api</artifactId>
 | 
				
			||||||
            <version>[1.12.1-R0.1-SNAPSHOT,)</version>
 | 
					            <version>1.12.2-R0.1-SNAPSHOT</version>
 | 
				
			||||||
            <exclusions>
 | 
					            <exclusions>
 | 
				
			||||||
                <exclusion>
 | 
					                <exclusion>
 | 
				
			||||||
                    <artifactId>gson</artifactId>
 | 
					                    <artifactId>gson</artifactId>
 | 
				
			||||||
@@ -81,7 +81,7 @@
 | 
				
			|||||||
        <dependency>
 | 
					        <dependency>
 | 
				
			||||||
            <groupId>net.md-5</groupId>
 | 
					            <groupId>net.md-5</groupId>
 | 
				
			||||||
            <artifactId>bungeecord-api</artifactId>
 | 
					            <artifactId>bungeecord-api</artifactId>
 | 
				
			||||||
            <version>[1.12-SNAPSHOT,)</version>
 | 
					            <version>1.12-SNAPSHOT</version>
 | 
				
			||||||
            <exclusions>
 | 
					            <exclusions>
 | 
				
			||||||
                <exclusion>
 | 
					                <exclusion>
 | 
				
			||||||
                    <artifactId>snakeyaml</artifactId>
 | 
					                    <artifactId>snakeyaml</artifactId>
 | 
				
			||||||
@@ -92,7 +92,7 @@
 | 
				
			|||||||
        <dependency>
 | 
					        <dependency>
 | 
				
			||||||
            <groupId>me.clip</groupId>
 | 
					            <groupId>me.clip</groupId>
 | 
				
			||||||
            <artifactId>placeholderapi</artifactId>
 | 
					            <artifactId>placeholderapi</artifactId>
 | 
				
			||||||
            <version>[2.5.1,)</version>
 | 
					            <version>2.9.2</version>
 | 
				
			||||||
            <exclusions>
 | 
					            <exclusions>
 | 
				
			||||||
                <exclusion>
 | 
					                <exclusion>
 | 
				
			||||||
                    <artifactId>spigot-api</artifactId>
 | 
					                    <artifactId>spigot-api</artifactId>
 | 
				
			||||||
@@ -103,12 +103,12 @@
 | 
				
			|||||||
        <dependency>
 | 
					        <dependency>
 | 
				
			||||||
            <groupId>org.black_ixx</groupId>
 | 
					            <groupId>org.black_ixx</groupId>
 | 
				
			||||||
            <artifactId>PlayerPoints</artifactId>
 | 
					            <artifactId>PlayerPoints</artifactId>
 | 
				
			||||||
            <version>2.1.4</version>
 | 
					            <version>2.1.3</version>
 | 
				
			||||||
        </dependency>
 | 
					        </dependency>
 | 
				
			||||||
        <dependency>
 | 
					        <dependency>
 | 
				
			||||||
            <groupId>net.milkbowl.vault</groupId>
 | 
					            <groupId>net.milkbowl.vault</groupId>
 | 
				
			||||||
            <artifactId>Vault</artifactId>
 | 
					            <artifactId>Vault</artifactId>
 | 
				
			||||||
            <version>[1.5.6,)</version>
 | 
					            <version>1.7.1</version>
 | 
				
			||||||
        </dependency>
 | 
					        </dependency>
 | 
				
			||||||
        <dependency>
 | 
					        <dependency>
 | 
				
			||||||
            <groupId>javax.mail</groupId>
 | 
					            <groupId>javax.mail</groupId>
 | 
				
			||||||
@@ -123,7 +123,7 @@
 | 
				
			|||||||
        <dependency>
 | 
					        <dependency>
 | 
				
			||||||
            <groupId>com.comphenix.protocol</groupId>
 | 
					            <groupId>com.comphenix.protocol</groupId>
 | 
				
			||||||
            <artifactId>ProtocolLib</artifactId>
 | 
					            <artifactId>ProtocolLib</artifactId>
 | 
				
			||||||
            <version>4.2.1-SNAPSHOT</version>
 | 
					            <version>4.2.1</version>
 | 
				
			||||||
        </dependency>
 | 
					        </dependency>
 | 
				
			||||||
        <dependency>
 | 
					        <dependency>
 | 
				
			||||||
            <groupId>com.sk89q.worldedit</groupId>
 | 
					            <groupId>com.sk89q.worldedit</groupId>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user