Skip to content

Commit

Permalink
1.2.21: dependabot changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Oct 18, 2022
1 parent 6dae053 commit 0803a76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/oss-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
name: Publish package to Maven Central Repository

on:
release:
types: [created]
workflow_dispatch:
# release:
# types: [created]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.conversantmedia</groupId>
<artifactId>disruptor</artifactId>
<packaging>jar</packaging>
<version>1.2.21-SNAPSHOT</version>
<version>1.2.21</version>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/conversant/disruptor</url>
<description>Conversant Disruptor - very high throughput Java BlockingQueue</description>
Expand Down

0 comments on commit 0803a76

Please sign in to comment.