Skip to content

Commit a5a2fb0

Browse files
Refactoring and documentation for v1
2 parents 4cd0ff7 + 1542125 commit a5a2fb0

File tree

198 files changed

+7554
-7417
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+7554
-7417
lines changed

pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.freedesktop.gstreamer</groupId>
77
<artifactId>gst1-java-core</artifactId>
8-
<version>0.9.5-SNAPSHOT</version>
8+
<version>1.0.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>GStreamer 1.x Java Core</name>
@@ -151,6 +151,14 @@
151151
</excludes>
152152
</configuration>
153153
</plugin>
154+
<plugin>
155+
<groupId>org.apache.maven.plugins</groupId>
156+
<artifactId>maven-javadoc-plugin</artifactId>
157+
<version>2.10.4</version>
158+
<configuration>
159+
<excludePackageNames>org.freedesktop.gstreamer.lowlevel</excludePackageNames>
160+
</configuration>
161+
</plugin>
154162
</plugins>
155163
</build>
156164

@@ -175,7 +183,10 @@
175183
<plugin>
176184
<groupId>org.apache.maven.plugins</groupId>
177185
<artifactId>maven-javadoc-plugin</artifactId>
178-
<version>2.9.1</version>
186+
<version>2.10.4</version>
187+
<configuration>
188+
<excludePackageNames>org.freedesktop.gstreamer.lowlevel</excludePackageNames>
189+
</configuration>
179190
<executions>
180191
<execution>
181192
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)