Skip to content

Commit 0803a76

Browse files
committed
1.2.21: dependabot changes
1 parent 6dae053 commit 0803a76

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/oss-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
name: Publish package to Maven Central Repository
55

66
on:
7-
release:
8-
types: [created]
7+
workflow_dispatch:
8+
# release:
9+
# types: [created]
910

1011
jobs:
1112
build:

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
VERSION=$(date +%s)
44
PROJECT=jac18281828/$(basename ${PWD})
55

6-
docker build . -t ${PROJECT}:${VERSION} && \
6+
docker build --no-cache=true . -t ${PROJECT}:${VERSION} && \
77
docker run -v ${PWD}:/build --rm -i -t ${PROJECT}:${VERSION}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.conversantmedia</groupId>
66
<artifactId>disruptor</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.2.21-SNAPSHOT</version>
8+
<version>1.2.21</version>
99
<name>${project.groupId}:${project.artifactId}</name>
1010
<url>https://github.com/conversant/disruptor</url>
1111
<description>Conversant Disruptor - very high throughput Java BlockingQueue</description>

0 commit comments

Comments
 (0)