Skip to content

Commit 2c1c79d

Browse files
committed
1.21.5 part 1: versions n stuff
1 parent a7d9c48 commit 2c1c79d

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The Denizen Scripting Language - Spigot Impl
33

44
An implementation of the Denizen Scripting Language for Spigot servers, with strong Citizens interlinks to emphasize the power of using Denizen with NPCs!
55

6-
**Version 1.3.1**: Compatible with Spigot 1.17.1, 1.18.2, 1.19.4, 1.20.6, and 1.21.4!
6+
**Version 1.3.1**: Compatible with Spigot 1.17.1, 1.18.2, 1.19.4, 1.20.6, and 1.21.5!
77

88
**Learn about Denizen from the Beginner's guide:** https://guide.denizenscript.com/guides/background/index.html
99

paper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>net.citizensnpcs</groupId>
3333
<artifactId>citizens-main</artifactId>
34-
<version>2.0.37-SNAPSHOT</version>
34+
<version>2.0.38-SNAPSHOT</version>
3535
<type>jar</type>
3636
<scope>provided</scope>
3737
<exclusions>

plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.spigotmc</groupId>
3232
<artifactId>spigot-api</artifactId>
33-
<version>1.21.4-R0.1-SNAPSHOT</version>
33+
<version>1.21.5-R0.1-SNAPSHOT</version>
3434
<type>jar</type>
3535
<scope>provided</scope>
3636
</dependency>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>net.citizensnpcs</groupId>
4646
<artifactId>citizens-main</artifactId>
47-
<version>2.0.37-SNAPSHOT</version>
47+
<version>2.0.38-SNAPSHOT</version>
4848
<type>jar</type>
4949
<scope>provided</scope>
5050
<exclusions>

v1_21/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
<dependency>
2020
<groupId>org.spigotmc</groupId>
2121
<artifactId>spigot-api</artifactId>
22-
<version>1.21.4-R0.1-SNAPSHOT</version>
22+
<version>1.21.5-R0.1-SNAPSHOT</version>
2323
<scope>provided</scope>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.spigotmc</groupId>
2727
<artifactId>spigot</artifactId>
28-
<version>1.21.4-R0.1-SNAPSHOT</version>
28+
<version>1.21.5-R0.1-SNAPSHOT</version>
2929
<classifier>remapped-mojang</classifier>
3030
<scope>provided</scope>
3131
</dependency>
@@ -45,9 +45,9 @@
4545
</goals>
4646
<id>remap-obf</id>
4747
<configuration>
48-
<srgIn>org.spigotmc:minecraft-server:1.21.4-R0.1-SNAPSHOT:txt:maps-mojang</srgIn>
48+
<srgIn>org.spigotmc:minecraft-server:1.21.5-R0.1-SNAPSHOT:txt:maps-mojang</srgIn>
4949
<reverse>true</reverse>
50-
<remappedDependencies>org.spigotmc:spigot:1.21.4-R0.1-SNAPSHOT:jar:remapped-mojang</remappedDependencies>
50+
<remappedDependencies>org.spigotmc:spigot:1.21.5-R0.1-SNAPSHOT:jar:remapped-mojang</remappedDependencies>
5151
<remappedArtifactAttached>true</remappedArtifactAttached>
5252
<remappedClassifierName>remapped-obf</remappedClassifierName>
5353
</configuration>
@@ -60,8 +60,8 @@
6060
<id>remap-spigot</id>
6161
<configuration>
6262
<inputFile>${project.build.directory}/${project.artifactId}-${project.version}-remapped-obf.jar</inputFile>
63-
<srgIn>org.spigotmc:minecraft-server:1.21.4-R0.1-SNAPSHOT:csrg:maps-spigot</srgIn>
64-
<remappedDependencies>org.spigotmc:spigot:1.21.4-R0.1-SNAPSHOT:jar:remapped-obf</remappedDependencies>
63+
<srgIn>org.spigotmc:minecraft-server:1.21.5-R0.1-SNAPSHOT:csrg:maps-spigot</srgIn>
64+
<remappedDependencies>org.spigotmc:spigot:1.21.5-R0.1-SNAPSHOT:jar:remapped-obf</remappedDependencies>
6565
</configuration>
6666
</execution>
6767
</executions>

0 commit comments

Comments
 (0)