Skip to content

Commit ee0f18a

Browse files
committed
Update version in the pom.xml files to 1.5.14-SNAPSHOT
1 parent 6dcfa53 commit ee0f18a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform/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>javacpp-platform</artifactId>
7-
<version>1.5.13</version>
7+
<version>1.5.14-SNAPSHOT</version>
88

99
<name>JavaCPP Platform</name>
1010
<description>The missing bridge between Java and native C++</description>

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>javacpp</artifactId>
7-
<version>1.5.13</version>
7+
<version>1.5.14-SNAPSHOT</version>
88

99
<name>JavaCPP</name>
1010
<description>The missing bridge between Java and native C++</description>

0 commit comments

Comments
 (0)