Skip to content

Commit 79a683a

Browse files
committed
Reverted version for maven release
1 parent c0e5737 commit 79a683a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = '0.1.2-SNAPSHOT'
1+
version = '0.1.1'
22

33
buildscript {
44
repositories {

modules/deltahex-java-modules.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// Shared modules build
22

3-
version = '0.1.2-SNAPSHOT'
3+
version = '0.1.1'
44
def repositoryName = "deltahex-java"
55
def libraryUrl = 'http://deltahex.exbin.org'
66

77
ext.depsExbinUtilsJava = [
88
githubProfile: 'exbin',
99
githubRepo: 'exbin-utils-java',
10-
version: '0.1.1-SNAPSHOT'
10+
version: '0.1.1'
1111
]
1212

1313
ext.depsXbupJava = [

tools/tools.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// Shared tools build
22

3-
version = '0.1.2-SNAPSHOT'
3+
version = '0.1.1'
44
def repositoryName = "deltahex-java"
55
def libraryUrl = 'http://deltahex.exbin.org'
66

77
ext.depsExbinUtilsJava = [
88
githubProfile: 'exbin',
99
githubRepo: 'exbin-utils-java',
10-
version: '0.1.1-SNAPSHOT'
10+
version: '0.1.1'
1111
]
1212

1313
ext.depsXbupJava = [

0 commit comments

Comments
 (0)