File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/org/freedesktop/gstreamer/fx Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >org.freedesktop.gstreamer</groupId >
66 <artifactId >gst1-java-fx</artifactId >
7- <version >0.9.0-SNAPSHOT </version >
7+ <version >0.9.0</version >
88 <packaging >jar</packaging >
99
1010 <name >GStreamer 1.x Java FX</name >
111111 <plugin >
112112 <groupId >org.apache.maven.plugins</groupId >
113113 <artifactId >maven-javadoc-plugin</artifactId >
114- <version >2.10.4 </version >
114+ <version >3.1.1 </version >
115115 </plugin >
116116 </plugins >
117117 </build >
137137 <plugin >
138138 <groupId >org.apache.maven.plugins</groupId >
139139 <artifactId >maven-javadoc-plugin</artifactId >
140- <version >2.10.4 </version >
140+ <version >3.1.1 </version >
141141 <executions >
142142 <execution >
143143 <id >attach-javadocs</id >
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public FXImageSink() {
7878 }
7979
8080 /**
81- * Create and FXImageSink wrapping the provided AppSink element.
81+ * Create an FXImageSink wrapping the provided AppSink element.
8282 *
8383 * @param sink AppSink element
8484 */
You can’t perform that action at this time.
0 commit comments