Skip to content

Commit fa41565

Browse files
committed
Update version in the pom.xml files to 1.5.11-SNAPSHOT
1 parent e4d04de commit fa41565

File tree

101 files changed

+186
-186
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+186
-186
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
### January 29, 2024 version 1.5.10
33
* Introduce `macosx-arm64` builds for PyTorch ([pull #1463](https://github.com/bytedeco/javacpp-presets/pull/1463))
4-
* Reenable `linux-arm64` builds for CPython and NumPy ([pull #1386](https://github.com/bytedeco/javacpp-presets/pull/1386)
4+
* Reenable `linux-arm64` builds for CPython and NumPy ([pull #1386](https://github.com/bytedeco/javacpp-presets/pull/1386))
55
* Enable Vulkan GPU acceleration for FFmpeg ([pull #1460](https://github.com/bytedeco/javacpp-presets/pull/1460))
66
* Include `timeapi.h` for system API of Windows ([pull #1447](https://github.com/bytedeco/javacpp-presets/pull/1447))
77
* Add Android and Windows builds to presets for DepthAI ([pull #1441](https://github.com/bytedeco/javacpp-presets/pull/1441))

arpack-ng/platform/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
<relativePath>../../</relativePath>
1111
</parent>
1212

arpack-ng/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.bytedeco</groupId>

arpack-ng/samples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.bytedeco.arpack</groupId>
44
<artifactId>icbarpackc</artifactId>
5-
<version>1.5.10</version>
5+
<version>1.5.11-SNAPSHOT</version>
66
<properties>
77
<exec.mainClass>IcbArpackC</exec.mainClass>
88
<maven.compiler.source>1.7</maven.compiler.source>
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>arpack-ng-platform</artifactId>
15-
<version>3.9.1-1.5.10</version>
15+
<version>3.9.1-1.5.11-SNAPSHOT</version>
1616
</dependency>
1717
</dependencies>
1818
<build>

cminpack/platform/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
<relativePath>../../</relativePath>
1111
</parent>
1212

cminpack/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.bytedeco</groupId>

cminpack/samples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.bytedeco.cminpack</groupId>
44
<artifactId>tlmdif1c</artifactId>
5-
<version>1.5.10</version>
5+
<version>1.5.11-SNAPSHOT</version>
66
<properties>
77
<exec.mainClass>Tlmdif1c</exec.mainClass>
88
<maven.compiler.source>1.7</maven.compiler.source>
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>cminpack-platform</artifactId>
15-
<version>1.3.8-1.5.10</version>
15+
<version>1.3.8-1.5.11-SNAPSHOT</version>
1616
</dependency>
1717
</dependencies>
1818
<build>

cpython/platform/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
<relativePath>../../</relativePath>
1111
</parent>
1212

cpython/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.bytedeco</groupId>

cpython/samples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.bytedeco.cpython</groupId>
44
<artifactId>simple</artifactId>
5-
<version>1.5.10</version>
5+
<version>1.5.11-SNAPSHOT</version>
66
<properties>
77
<exec.mainClass>Simple</exec.mainClass>
88
<maven.compiler.source>1.7</maven.compiler.source>
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>cpython-platform</artifactId>
15-
<version>3.12.1-1.5.10</version>
15+
<version>3.12.1-1.5.11-SNAPSHOT</version>
1616
</dependency>
1717
</dependencies>
1818
<build>

cuda/platform/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
<relativePath>../../</relativePath>
1111
</parent>
1212

cuda/platform/redist/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
<relativePath>../../../</relativePath>
1111
</parent>
1212

cuda/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.bytedeco</groupId>

cuda/samples/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.bytedeco.cuda</groupId>
44
<artifactId>mnistcudnn</artifactId>
5-
<version>1.5.10</version>
5+
<version>1.5.11-SNAPSHOT</version>
66
<properties>
77
<exec.mainClass>MNISTCUDNN</exec.mainClass>
88
<maven.compiler.source>1.7</maven.compiler.source>
@@ -12,14 +12,14 @@
1212
<dependency>
1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>cuda-platform</artifactId>
15-
<version>12.3-8.9-1.5.10</version>
15+
<version>12.3-8.9-1.5.11-SNAPSHOT</version>
1616
</dependency>
1717

1818
<!-- Additional dependencies to use bundled CUDA, cuDNN, and NCCL -->
1919
<dependency>
2020
<groupId>org.bytedeco</groupId>
2121
<artifactId>cuda-platform-redist</artifactId>
22-
<version>12.3-8.9-1.5.10</version>
22+
<version>12.3-8.9-1.5.11-SNAPSHOT</version>
2323
</dependency>
2424

2525
</dependencies>

dnnl/platform/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
<relativePath>../../</relativePath>
1111
</parent>
1212

dnnl/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.bytedeco</groupId>

dnnl/samples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.bytedeco.dnnl</groupId>
44
<artifactId>samples</artifactId>
5-
<version>1.5.10</version>
5+
<version>1.5.11-SNAPSHOT</version>
66
<properties>
77
<exec.mainClass>CpuCnnInferenceInt8</exec.mainClass>
88
<maven.compiler.source>1.7</maven.compiler.source>
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>dnnl-platform</artifactId>
15-
<version>3.3.4-1.5.10</version>
15+
<version>3.3.4-1.5.11-SNAPSHOT</version>
1616
</dependency>
1717
</dependencies>
1818
<build>

ffmpeg/platform/gpl/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
<relativePath>../../../</relativePath>
1111
</parent>
1212

ffmpeg/platform/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
<relativePath>../../</relativePath>
1111
</parent>
1212

ffmpeg/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.bytedeco</groupId>

ffmpeg/samples/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.bytedeco.ffmpeg</groupId>
44
<artifactId>readfewframe</artifactId>
5-
<version>1.5.10</version>
5+
<version>1.5.11-SNAPSHOT</version>
66
<properties>
77
<exec.mainClass>ReadFewFrame</exec.mainClass>
88
<maven.compiler.source>1.7</maven.compiler.source>
@@ -12,14 +12,14 @@
1212
<dependency>
1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>ffmpeg-platform</artifactId>
15-
<version>6.1.1-1.5.10</version>
15+
<version>6.1.1-1.5.11-SNAPSHOT</version>
1616
</dependency>
1717

1818
<!-- Optional GPL builds with (almost) everything enabled -->
1919
<dependency>
2020
<groupId>org.bytedeco</groupId>
2121
<artifactId>ffmpeg-platform-gpl</artifactId>
22-
<version>6.1.1-1.5.10</version>
22+
<version>6.1.1-1.5.11-SNAPSHOT</version>
2323
</dependency>
2424
</dependencies>
2525
<build>

fftw/platform/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
<relativePath>../../</relativePath>
1111
</parent>
1212

fftw/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.bytedeco</groupId>

fftw/samples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.bytedeco.fftw</groupId>
44
<artifactId>example</artifactId>
5-
<version>1.5.10</version>
5+
<version>1.5.11-SNAPSHOT</version>
66
<properties>
77
<exec.mainClass>Example</exec.mainClass>
88
<maven.compiler.source>1.7</maven.compiler.source>
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>fftw-platform</artifactId>
15-
<version>3.3.10-1.5.10</version>
15+
<version>3.3.10-1.5.11-SNAPSHOT</version>
1616
</dependency>
1717
</dependencies>
1818
<build>

gsl/platform/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
<relativePath>../../</relativePath>
1111
</parent>
1212

gsl/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.bytedeco</groupId>

gsl/samples/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.bytedeco.gsl</groupId>
44
<artifactId>demo</artifactId>
5-
<version>1.5.10</version>
5+
<version>1.5.11-SNAPSHOT</version>
66
<properties>
77
<exec.mainClass>Demo</exec.mainClass>
88
<maven.compiler.source>1.7</maven.compiler.source>
@@ -12,14 +12,14 @@
1212
<dependency>
1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>gsl-platform</artifactId>
15-
<version>2.7-1.5.10</version>
15+
<version>2.7-1.5.11-SNAPSHOT</version>
1616
</dependency>
1717

1818
<!-- Additional dependencies to use bundled full version of MKL -->
1919
<dependency>
2020
<groupId>org.bytedeco</groupId>
2121
<artifactId>mkl-platform-redist</artifactId>
22-
<version>2024.0-1.5.10</version>
22+
<version>2024.0-1.5.11-SNAPSHOT</version>
2323
</dependency>
2424

2525
</dependencies>

leptonica/platform/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
<relativePath>../../</relativePath>
1111
</parent>
1212

leptonica/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.bytedeco</groupId>

leptonica/samples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.bytedeco.leptonica</groupId>
44
<artifactId>sudokutest</artifactId>
5-
<version>1.5.10</version>
5+
<version>1.5.11-SNAPSHOT</version>
66
<properties>
77
<exec.mainClass>SudokuTest</exec.mainClass>
88
<maven.compiler.source>1.7</maven.compiler.source>
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>org.bytedeco</groupId>
1414
<artifactId>leptonica-platform</artifactId>
15-
<version>1.84.1-1.5.10</version>
15+
<version>1.84.1-1.5.11-SNAPSHOT</version>
1616
</dependency>
1717
</dependencies>
1818
<build>

libffi/platform/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
<relativePath>../../</relativePath>
1111
</parent>
1212

libffi/pom.xml

+1-1
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.10</version>
9+
<version>1.5.11-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.bytedeco</groupId>

0 commit comments

Comments
 (0)