Skip to content

Commit

Permalink
Prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Jan 24, 2025
1 parent 30ff609 commit a61e8c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

<properties>
<revision>${weasis.core.version}</revision>
<changelist>-SNAPSHOT</changelist> <!-- Remove "-SNAPSHOT" for release -->
<changelist></changelist> <!-- Remove "-SNAPSHOT" for release -->
<sha1/>

<weasis.opencv.version>4.9.0</weasis.opencv.version>
<weasis.core.version>${weasis.opencv.version}.4</weasis.core.version>
<weasis.opencv.version>4.11.0</weasis.opencv.version>
<weasis.core.version>${weasis.opencv.version}</weasis.core.version>
<weasis.opencv.native.version>${weasis.opencv.version}-dcm</weasis.opencv.native.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion weasis-core-img/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<bundle.symbolicName>${project.artifactId}</bundle.symbolicName>

<slf4j.version>2.0.12</slf4j.version>
<slf4j.version>2.0.16</slf4j.version>
<junit-bom.version>5.11.3</junit-bom.version>
<mockito.version>5.14.2</mockito.version>
<mockito-inline.version>5.2.0</mockito-inline.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ void testToBufferedImage() {
UnsupportedOperationException.class,
() -> {
ImageConversion.toBufferedImage((PlanarImage) img);
;
});
}

Expand Down

0 comments on commit a61e8c1

Please sign in to comment.