We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc16d7 commit 6aa1f3cCopy full SHA for 6aa1f3c
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>org.freedesktop.gstreamer</groupId>
7
<artifactId>gst1-java-core</artifactId>
8
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
9
<packaging>jar</packaging>
10
11
<name>GStreamer 1.x Java Core</name>
@@ -107,7 +107,7 @@
107
<plugin>
108
<groupId>org.apache.maven.plugins</groupId>
109
<artifactId>maven-surefire-plugin</artifactId>
110
- <version>2.20</version>
+ <version>2.22.2</version>
111
<configuration>
112
<!--<skipTests>true</skipTests>-->
113
<forkCount>1</forkCount>
0 commit comments