Skip to content

Commit 37324a6

Browse files
committed
Merge branch 'release/0.638'
2 parents c8cf822 + 5a09277 commit 37324a6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v2
1717
- name: Release
18-
uses: softprops/action-gh-release@v1
18+
uses: softprops/action-gh-release@v0.1.7
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.reaktivity</groupId>
88
<artifactId>ry-bom</artifactId>
99
<packaging>pom</packaging>
10-
<version>0.637</version>
10+
<version>0.638</version>
1111
<name>Reaktivity BOM for Java Projects</name>
1212
<description>Reaktivity BOM for Java Projects</description>
1313
<url>https://github.com/reaktivity/ry-bom.java</url>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.reaktivity</groupId>
102102
<artifactId>nukleus-tcp</artifactId>
103-
<version>0.116</version>
103+
<version>0.117</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.reaktivity</groupId>

0 commit comments

Comments
 (0)