Skip to content

Commit d8eb03f

Browse files
committed
Release 2.10.0
Signed-off-by: Alexander Brandes <[email protected]>
1 parent db6442a commit d8eb03f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ logger.lifecycle("""
3434
*******************************************
3535
""")
3636

37-
var rootVersion by extra("2.9.3")
37+
var rootVersion by extra("2.10.0")
3838
var snapshot by extra("SNAPSHOT")
3939
var revision: String by extra("")
4040
var buildNumber by extra("")
@@ -52,7 +52,7 @@ ext {
5252
}
5353
}
5454

55-
version = String.format("%s-%s", rootVersion, buildNumber)
55+
version = String.format("%s", rootVersion)
5656

5757
if (!project.hasProperty("gitCommitHash")) {
5858
apply(plugin = "org.ajoberstar.grgit")

buildSrc/src/main/kotlin/CommonJavaConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fun Project.applyCommonJavaConfiguration(sourcesJar: Boolean, banSlf4j: Boolean
6161
"https://jd.advntr.dev/api/latest/",
6262
"https://logging.apache.org/log4j/2.x/javadoc/log4j-api/",
6363
"https://www.antlr.org/api/Java/",
64-
"https://jd.papermc.io/paper/1.20/",
64+
"https://jd.papermc.io/paper/1.20.6/",
6565
"https://intellectualsites.github.io/fastasyncworldedit-javadocs/worldedit-core/"
6666
)
6767
docTitle = "${rootProject.name}-${project.description}" + " " + "${rootProject.version}"

worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public void save(File file) {
189189
/**
190190
* Indicates that a field should be instantiated / created.
191191
*
192-
* @since TODO
192+
* @since 2.10.0
193193
*/
194194
@Retention(RetentionPolicy.RUNTIME)
195195
@Target({ElementType.FIELD})

0 commit comments

Comments
 (0)