From b9b77302dfacb54c57c70cff9224820406b01f79 Mon Sep 17 00:00:00 2001 From: Ryan Cloherty Date: Fri, 20 Sep 2019 09:40:52 -0400 Subject: [PATCH 1/4] Make circular dependency point to 1.0.51 Hopefully his won't be necessary soon but until then, let's make FOSSA happy by pointing to a version that uses the Apache-2.0 license. Signed-off-by: Ryan Cloherty --- network/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/pom.xml b/network/pom.xml index 0f6bdc3..4d824da 100644 --- a/network/pom.xml +++ b/network/pom.xml @@ -114,7 +114,7 @@ io.github.incplusplus bigtoolbox - 1.0.50 + 1.0.51 From 1bfb910374240fc06de6b8ef55d7ea9ab06bf609 Mon Sep 17 00:00:00 2001 From: Ryan Cloherty Date: Fri, 20 Sep 2019 09:43:56 -0400 Subject: [PATCH 2/4] Only make draft releases Signed-off-by: Ryan Cloherty --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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 From 76d0156340fc3285c5edd2a3eb447b0199fe4ff8 Mon Sep 17 00:00:00 2001 From: Ryan Cloherty Date: Fri, 20 Sep 2019 09:49:14 -0400 Subject: [PATCH 3/4] Bump version number Signed-off-by: Ryan Cloherty --- (broken)bintray_info_gradle.JSON | 4 ++-- assembly/pom.xml | 4 ++-- bintray_info_maven.JSON | 2 +- build.gradle | 2 +- io/pom.xml | 4 ++-- math/pom.xml | 4 ++-- network/pom.xml | 4 ++-- os/pom.xml | 4 ++-- pom.xml | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) 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/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 4d824da..5ed8abf 100644 --- a/network/pom.xml +++ b/network/pom.xml @@ -5,12 +5,12 @@ io.github.incplusplus bigtoolbox - 1.0.51 + 1.0.52 network Big Tool Box: Network jar - 1.0.51 + 1.0.52 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. From 67ac292cd04fb39baa9230ba258073e4f3e397a7 Mon Sep 17 00:00:00 2001 From: Ryan Cloherty Date: Fri, 20 Sep 2019 11:29:13 -0400 Subject: [PATCH 4/4] Add main-maven repo for now This will make deployment retrieval much faster than having to depend on sonatype. Signed-off-by: Ryan Cloherty --- network/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/network/pom.xml b/network/pom.xml index 5ed8abf..e3a7183 100644 --- a/network/pom.xml +++ b/network/pom.xml @@ -12,6 +12,24 @@ jar 1.0.52 + + + + + false + + + + bintray-incplusplus-main-maven + + + bintray + + + https://dl.bintray.com/incplusplus/main-maven + + +