diff --git a/(broken)bintray_info_gradle.JSON b/(broken)bintray_info_gradle.JSON
index 5ffa710..33d22e4 100644
--- a/(broken)bintray_info_gradle.JSON
+++ b/(broken)bintray_info_gradle.JSON
@@ -12,14 +12,14 @@
},
"version": {
- "name": "1.0.51"
+ "name": "1.0.52"
},
"files":
[
{"includePattern": "bigtoolbox\/build\/libs\/((\\w+)-(\\d+).(\\d+).(\\d+).jar)", "excludePattern": ".*/do-not-deploy/.*", "uploadPattern": "$3.$4.$5/$2-$3.$4.$5.jar"},
{"includePattern": "bigtoolbox\/build\/libs\/((\\w+)-(\\d+).(\\d+).(\\d+)(-(\\w+)){1}.jar)", "excludePattern": ".*/do-not-deploy/.*", "uploadPattern": "$3.$4.$5/$2-$3.$4.$5$6.jar"},
- {"includePattern": "bigtoolbox\/pom.xml", "excludePattern": ".*/do-not-deploy/.*", "uploadPattern": "1.0.51/pom.xml"}
+ {"includePattern": "bigtoolbox\/pom.xml", "excludePattern": ".*/do-not-deploy/.*", "uploadPattern": "1.0.52/pom.xml"}
],
"publish": true
}
diff --git a/.travis.yml b/.travis.yml
index c589d5f..ae072cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,6 +39,7 @@ matrix:
file_glob: true
file: target/bigtoolbox-*.*.*.jar
skip_cleanup: true
+ draft: true
on:
repo: IncPlusPlus/bigtoolbox
branch: master
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 3a4930c..911c25c 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -5,9 +5,9 @@
io.github.incplusplus
bigtoolbox
- 1.0.51
+ 1.0.52
- 1.0.51
+ 1.0.52
assembly
pom
Big Tool Box Assembler
diff --git a/bintray_info_maven.JSON b/bintray_info_maven.JSON
index 07d787b..2d7d64c 100644
--- a/bintray_info_maven.JSON
+++ b/bintray_info_maven.JSON
@@ -12,7 +12,7 @@
},
"version": {
- "name": "1.0.51"
+ "name": "1.0.52"
},
"files":
diff --git a/build.gradle b/build.gradle
index ee936c9..4b9ea75 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@
allprojects {
group = 'io.github.incplusplus'
- version = '1.0.51'
+ version = '1.0.52'
}
subprojects {
diff --git a/io/pom.xml b/io/pom.xml
index fd0ced5..e084cea 100644
--- a/io/pom.xml
+++ b/io/pom.xml
@@ -5,12 +5,12 @@
io.github.incplusplus
bigtoolbox
- 1.0.51
+ 1.0.52
io
Big Tool Box: IO
jar
- 1.0.51
+ 1.0.52
io
diff --git a/math/pom.xml b/math/pom.xml
index 56e7371..1d63f7f 100644
--- a/math/pom.xml
+++ b/math/pom.xml
@@ -6,11 +6,11 @@
io.github.incplusplus
bigtoolbox
- 1.0.51
+ 1.0.52
math
Big Tool Box: Math
- 1.0.51
+ 1.0.52
jar
diff --git a/network/pom.xml b/network/pom.xml
index 0f6bdc3..e3a7183 100644
--- a/network/pom.xml
+++ b/network/pom.xml
@@ -5,13 +5,31 @@
io.github.incplusplus
bigtoolbox
- 1.0.51
+ 1.0.52
network
Big Tool Box: Network
jar
- 1.0.51
+ 1.0.52
+
+
+
+
+ false
+
+
+
+ bintray-incplusplus-main-maven
+
+
+ bintray
+
+
+ https://dl.bintray.com/incplusplus/main-maven
+
+
+
@@ -114,7 +132,7 @@
io.github.incplusplus
bigtoolbox
- 1.0.50
+ 1.0.51
diff --git a/os/pom.xml b/os/pom.xml
index 76cf946..11da800 100644
--- a/os/pom.xml
+++ b/os/pom.xml
@@ -5,12 +5,12 @@
io.github.incplusplus
bigtoolbox
- 1.0.51
+ 1.0.52
os
Big Tool Box: OS
jar
- 1.0.51
+ 1.0.52
os
diff --git a/pom.xml b/pom.xml
index 5389699..cf1495c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
io.github.incplusplus
bigtoolbox
- 1.0.51
+ 1.0.52
pom
Big Tool Box
A collection of tools for varying purposes.