1.18.1
This commit is contained in:
		
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -23,7 +23,7 @@ | |||||||
|  |  | ||||||
|         <lombok.version>1.18.22</lombok.version> |         <lombok.version>1.18.22</lombok.version> | ||||||
|         <protocollib.version>4.7.0</protocollib.version> |         <protocollib.version>4.7.0</protocollib.version> | ||||||
|         <spigot.version>1.18-R0.1-SNAPSHOT</spigot.version> |         <spigot.version>1.18.1-R0.1-SNAPSHOT</spigot.version> | ||||||
|         <junit.version>4.13.2</junit.version> |         <junit.version>4.13.2</junit.version> | ||||||
|         <paper-api.version>1.16.5-R0.1-SNAPSHOT</paper-api.version> |         <paper-api.version>1.16.5-R0.1-SNAPSHOT</paper-api.version> | ||||||
|         <bungeecord-chat.version>1.12-SNAPSHOT</bungeecord-chat.version> |         <bungeecord-chat.version>1.12-SNAPSHOT</bungeecord-chat.version> | ||||||
|   | |||||||
| @@ -15,14 +15,14 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.spigotmc</groupId> |             <groupId>org.spigotmc</groupId> | ||||||
|             <artifactId>spigot</artifactId> |             <artifactId>spigot</artifactId> | ||||||
|             <version>1.18-R0.1-SNAPSHOT</version> |             <version>1.18.1-R0.1-SNAPSHOT</version> | ||||||
|             <classifier>remapped-mojang</classifier> |             <classifier>remapped-mojang</classifier> | ||||||
|             <scope>provided</scope> |             <scope>provided</scope> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.spigotmc</groupId> |             <groupId>org.spigotmc</groupId> | ||||||
|             <artifactId>spigot-api</artifactId> |             <artifactId>spigot-api</artifactId> | ||||||
|             <version>1.18-R0.1-SNAPSHOT</version> |             <version>1.18.1-R0.1-SNAPSHOT</version> | ||||||
|             <scope>provided</scope> |             <scope>provided</scope> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <dependency> |         <dependency> | ||||||
| @@ -50,9 +50,9 @@ | |||||||
|                         </goals> |                         </goals> | ||||||
|                         <id>remap-obf</id> |                         <id>remap-obf</id> | ||||||
|                         <configuration> |                         <configuration> | ||||||
|                             <srgIn>org.spigotmc:minecraft-server:1.18-R0.1-SNAPSHOT:txt:maps-mojang</srgIn> |                             <srgIn>org.spigotmc:minecraft-server:1.18.1-R0.1-SNAPSHOT:txt:maps-mojang</srgIn> | ||||||
|                             <reverse>true</reverse> |                             <reverse>true</reverse> | ||||||
|                             <remappedDependencies>org.spigotmc:spigot:1.18-R0.1-SNAPSHOT:jar:remapped-mojang</remappedDependencies> |                             <remappedDependencies>org.spigotmc:spigot:1.18.1-R0.1-SNAPSHOT:jar:remapped-mojang</remappedDependencies> | ||||||
|                             <remappedArtifactAttached>true</remappedArtifactAttached> |                             <remappedArtifactAttached>true</remappedArtifactAttached> | ||||||
|                             <remappedClassifierName>remapped-obf</remappedClassifierName> |                             <remappedClassifierName>remapped-obf</remappedClassifierName> | ||||||
|                         </configuration> |                         </configuration> | ||||||
| @@ -65,8 +65,8 @@ | |||||||
|                         <id>remap-spigot</id> |                         <id>remap-spigot</id> | ||||||
|                         <configuration> |                         <configuration> | ||||||
|                             <inputFile>${project.build.directory}/${project.artifactId}-${project.version}-remapped-obf.jar</inputFile> |                             <inputFile>${project.build.directory}/${project.artifactId}-${project.version}-remapped-obf.jar</inputFile> | ||||||
|                             <srgIn>org.spigotmc:minecraft-server:1.18-R0.1-SNAPSHOT:csrg:maps-spigot</srgIn> |                             <srgIn>org.spigotmc:minecraft-server:1.18.1-R0.1-SNAPSHOT:csrg:maps-spigot</srgIn> | ||||||
|                             <remappedDependencies>org.spigotmc:spigot:1.18-R0.1-SNAPSHOT:jar:remapped-obf</remappedDependencies> |                             <remappedDependencies>org.spigotmc:spigot:1.18.1-R0.1-SNAPSHOT:jar:remapped-obf</remappedDependencies> | ||||||
|                             <remappedArtifactAttached>true</remappedArtifactAttached> |                             <remappedArtifactAttached>true</remappedArtifactAttached> | ||||||
|                             <remappedClassifierName>remapped-spigot</remappedClassifierName> |                             <remappedClassifierName>remapped-spigot</remappedClassifierName> | ||||||
|                         </configuration> |                         </configuration> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user