From 0803a76016d3255ef503100ed1d3bc3a17183331 Mon Sep 17 00:00:00 2001 From: John Cairns Date: Tue, 18 Oct 2022 10:46:51 -0500 Subject: [PATCH] 1.2.21: dependabot changes --- .github/workflows/oss-publish.yml | 5 +++-- build.sh | 2 +- pom.xml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/oss-publish.yml b/.github/workflows/oss-publish.yml index 833e834..e197bde 100644 --- a/.github/workflows/oss-publish.yml +++ b/.github/workflows/oss-publish.yml @@ -4,8 +4,9 @@ name: Publish package to Maven Central Repository on: - release: - types: [created] + workflow_dispatch: +# release: +# types: [created] jobs: build: diff --git a/build.sh b/build.sh index a203946..26b1a24 100644 --- a/build.sh +++ b/build.sh @@ -3,5 +3,5 @@ VERSION=$(date +%s) PROJECT=jac18281828/$(basename ${PWD}) -docker build . -t ${PROJECT}:${VERSION} && \ +docker build --no-cache=true . -t ${PROJECT}:${VERSION} && \ docker run -v ${PWD}:/build --rm -i -t ${PROJECT}:${VERSION} diff --git a/pom.xml b/pom.xml index e113522..94ef1c8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.conversantmedia disruptor jar - 1.2.21-SNAPSHOT + 1.2.21 ${project.groupId}:${project.artifactId} https://github.com/conversant/disruptor Conversant Disruptor - very high throughput Java BlockingQueue