You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pom.xml
+10-10
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@
6
6
<modelVersion>4.0.0</modelVersion>
7
7
8
8
<parent>
9
-
<groupId>sc.fiji</groupId>
10
-
<artifactId>pom-ffmpeg-io</artifactId>
11
-
<version>2.0.0-SNAPSHOT</version>
9
+
<groupId>org.scijava</groupId>
10
+
<artifactId>pom-scijava</artifactId>
11
+
<version>1.44</version>
12
12
</parent>
13
13
14
-
<artifactId>FFMPEG_IO</artifactId>
14
+
<artifactId>scifio-javacv</artifactId>
15
15
16
16
<name>javacv-based I/O for SCIFIO</name>
17
17
<description>javacv is a great library wrapping LibAV (formerly known as FFMPEG) to read and write movies. This plugin uses javacv to access that library via SCIFIO.</description>
0 commit comments