diff --git a/build.gradle b/build.gradle index 4659f9b671ae5f8a50f269d1ee4d47a3b75a0d9c..8dfa8c23410370a41e0399188c6964e4505cfaa8 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ subprojects { apply plugin: 'jacoco' def snapshotSuffix = rootProject.hasProperty('release') ? '' : '-SNAPSHOT' group = 'org.ow2.asm' - version = '6.2' + snapshotSuffix + version = '6.2.1' + snapshotSuffix sourceCompatibility = '1.6' targetCompatibility = '1.6' test { useJUnitPlatform() }