Skip to content

Commit

Permalink
Update version in the pom.xml files to 1.5.8-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
saudet committed Feb 10, 2022
1 parent 8034be2 commit 42b3e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.bytedeco</groupId>
<artifactId>javacpp-presets</artifactId>
<version>1.5.7</version>
<version>1.5.8-SNAPSHOT</version>
<relativePath></relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.bytedeco</groupId>
<artifactId>javacv</artifactId>
<version>1.5.7</version>
<version>1.5.8-SNAPSHOT</version>

<name>JavaCV</name>
<description>Java interface to OpenCV, FFmpeg, and more</description>
Expand Down

0 comments on commit 42b3e7a

Please sign in to comment.