Back to SNAPSHOT

This commit is contained in:
Mike Primm 2022-03-29 23:29:46 -05:00
parent 241bc53cb9
commit 7268db3ed2
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ allprojects {
apply plugin: 'java'
group = 'us.dynmap'
version = '3.4-beta-3'
version = '3.4-SNAPSHOT'
}

View File

@ -1,5 +1,5 @@
#
#Wed Mar 02 23:09:05 CST 2022
#Tue Mar 29 22:17:34 CDT 2022
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8

View File

@ -25,7 +25,7 @@ allprojects {
apply plugin: 'java'
group = 'us.dynmap'
version = '3.4-beta-3'
version = '3.4-SNAPSHOT'
}