diff --git a/gradle.properties b/gradle.properties index a4f5f3e..5d603d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ project.group=mc-project project.name=mc-server -project.version=1.0-SNAPSHOT \ No newline at end of file +project.version=1.0 \ No newline at end of file diff --git a/protocol/gradle.properties b/protocol/gradle.properties index 572e805..369596d 100644 --- a/protocol/gradle.properties +++ b/protocol/gradle.properties @@ -1,3 +1,2 @@ # suppress inspection "UnusedProperty" for whole file -module.name=protocol -module.version=1.0-SNAPSHOT \ No newline at end of file +module.name=protocol \ No newline at end of file diff --git a/server/gradle.properties b/server/gradle.properties index e2373fb..998fe1e 100644 --- a/server/gradle.properties +++ b/server/gradle.properties @@ -1,3 +1,2 @@ # suppress inspection "UnusedProperty" for whole file -module.name=server -module.version=1.0-SNAPSHOT \ No newline at end of file +module.name=server \ No newline at end of file