removed release plugin

This commit is contained in:
Jeroen van Erp
2015-04-14 12:57:40 +02:00
parent 2ca8d8b19e
commit 6855873ffd

View File

@@ -1,14 +1,10 @@
plugins {
id 'nebula.nebula-release' version '2.2.5'
}
apply plugin: "java"
apply plugin: "maven"
apply plugin: "signing"
apply plugin: "osgi"
group = "com.hierynomus"
version = "0.12.0-SNAPSHOT"
version = "0.12.0"
repositories {
mavenCentral()