Skip to content

Commit 1d00681

Browse files
committed
Update version in the pom.xml files to 1.5.14-SNAPSHOT
1 parent e1bce0e commit 1d00681

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/javacv.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ env:
88
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
99
STAGING_REPOSITORY: ${{ secrets.STAGING_REPOSITORY }}
1010
jobs:
11+
linux-arm64:
12+
runs-on: ubuntu-22.04-arm
13+
steps:
14+
- uses: bytedeco/javacpp-presets/.github/actions/deploy-ubuntu@actions
15+
- uses: mxschmitt/action-tmate@v3
16+
if: ${{ github.event_name == 'workflow_dispatch' }}
1117
linux-x86_64:
1218
runs-on: ubuntu-22.04
1319
steps:

platform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.bytedeco</groupId>
88
<artifactId>javacpp-presets</artifactId>
9-
<version>1.5.13</version>
9+
<version>1.5.14-SNAPSHOT</version>
1010
<relativePath></relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.bytedeco</groupId>
66
<artifactId>javacv</artifactId>
7-
<version>1.5.13</version>
7+
<version>1.5.14-SNAPSHOT</version>
88

99
<name>JavaCV</name>
1010
<description>Java interface to OpenCV, FFmpeg, and more</description>

0 commit comments

Comments
 (0)