Bump version
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@ plugins {
|
|||||||
import org.redline_rpm.header.Flags
|
import org.redline_rpm.header.Flags
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
version = '2.0.1'
|
version = '2.1.0'
|
||||||
group = 'ch.psi'
|
group = 'ch.psi'
|
||||||
ext.release = '1'
|
ext.release = '1'
|
||||||
ext.jar_suffix = 'fat'
|
ext.jar_suffix = 'fat'
|
||||||
@@ -17,7 +17,7 @@ allprojects {
|
|||||||
ext.rpm_requires = []
|
ext.rpm_requires = []
|
||||||
//Not forcing workbench to same version, as it can break other apps.
|
//Not forcing workbench to same version, as it can break other apps.
|
||||||
//If specific minimal version is needed then must be specified in project.
|
//If specific minimal version is needed then must be specified in project.
|
||||||
ext.workbench_version= '2.0.1'
|
ext.workbench_version= '2.1.0'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
|
|||||||
Reference in New Issue
Block a user