Skip to content

Commit 9b25513

Browse files
committed
Moving to v1.7.0
1 parent 9d2a602 commit 9b25513

File tree

15 files changed

+19
-19
lines changed

15 files changed

+19
-19
lines changed

.DS_Store

0 Bytes
Binary file not shown.

core/dependency-reduced-pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>VideoHandler</artifactId>
55
<groupId>io.github.mianalysis</groupId>
6-
<version>1.6.0</version>
6+
<version>1.7.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>core</artifactId>
@@ -79,13 +79,13 @@
7979
<dependency>
8080
<groupId>io.github.mianalysis</groupId>
8181
<artifactId>mia-modules</artifactId>
82-
<version>1.6.0</version>
82+
<version>1.7.0</version>
8383
<scope>provided</scope>
8484
</dependency>
8585
<dependency>
8686
<groupId>io.github.mianalysis</groupId>
8787
<artifactId>mia-plugin</artifactId>
88-
<version>1.6.0</version>
88+
<version>1.7.0</version>
8989
<scope>provided</scope>
9090
</dependency>
9191
<dependency>

core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>VideoHandler</artifactId>
66
<groupId>io.github.mianalysis</groupId>
7-
<version>1.6.0</version>
7+
<version>1.7.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

@@ -147,14 +147,14 @@
147147
<dependency>
148148
<groupId>io.github.mianalysis</groupId>
149149
<artifactId>mia-modules</artifactId>
150-
<version>1.6.0</version>
150+
<version>1.7.0</version>
151151
<scope>${scp}</scope>
152152
</dependency>
153153

154154
<dependency>
155155
<groupId>io.github.mianalysis</groupId>
156156
<artifactId>mia-plugin</artifactId>
157-
<version>1.6.0</version>
157+
<version>1.7.0</version>
158158
<scope>${scp}</scope>
159159
</dependency>
160160
</dependencies>

core/src/main/java/io/github/mianalysis/videohandler/VideoLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public Status process(Workspace workspace) {
326326
workspace.addImage(outputImage);
327327

328328
if (showOutput)
329-
outputImage.showImage(outputImageName, null, false, true);
329+
outputImage.show(outputImageName, null, false, Image.DisplayModes.COMPOSITE);
330330

331331
return Status.PASS;
332332

linux32/dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>VideoHandler</artifactId>
55
<groupId>io.github.mianalysis</groupId>
6-
<version>1.6.0</version>
6+
<version>1.7.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>linux32</artifactId>

linux32/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>VideoHandler</artifactId>
77
<groupId>io.github.mianalysis</groupId>
8-
<version>1.6.0</version>
8+
<version>1.7.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

linux64/dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>VideoHandler</artifactId>
55
<groupId>io.github.mianalysis</groupId>
6-
<version>1.6.0</version>
6+
<version>1.7.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>linux64</artifactId>

linux64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>VideoHandler</artifactId>
77
<groupId>io.github.mianalysis</groupId>
8-
<version>1.6.0</version>
8+
<version>1.7.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

mac64/dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>VideoHandler</artifactId>
55
<groupId>io.github.mianalysis</groupId>
6-
<version>1.6.0</version>
6+
<version>1.7.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>mac64</artifactId>

mac64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>VideoHandler</artifactId>
77
<groupId>io.github.mianalysis</groupId>
8-
<version>1.6.0</version>
8+
<version>1.7.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.github.mianalysis</groupId>
66
<artifactId>VideoHandler</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.6.0</version>
8+
<version>1.7.0</version>
99
<name>VideoHandler</name>
1010
<url>https://github.com/mianalysis/videohandler</url>
1111
<inceptionYear>2019</inceptionYear>
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>io.github.mianalysis</groupId>
112112
<artifactId>mia-plugin</artifactId>
113-
<version>1.6.0</version>
113+
<version>1.7.0</version>
114114
<scope>${scp}</scope>
115115
</dependency>
116116

win32/dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>VideoHandler</artifactId>
55
<groupId>io.github.mianalysis</groupId>
6-
<version>1.6.0</version>
6+
<version>1.7.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>win32</artifactId>

win32/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>VideoHandler</artifactId>
77
<groupId>io.github.mianalysis</groupId>
8-
<version>1.6.0</version>
8+
<version>1.7.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

win64/dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>VideoHandler</artifactId>
55
<groupId>io.github.mianalysis</groupId>
6-
<version>1.6.0</version>
6+
<version>1.7.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>win64</artifactId>

win64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>VideoHandler</artifactId>
55
<groupId>io.github.mianalysis</groupId>
6-
<version>1.6.0</version>
6+
<version>1.7.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)