Skip to content

Commit a6c3a67

Browse files
author
Andrea Medeghini
committed
Updated POMs
1 parent b5e63cd commit a6c3a67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

maven/com.nextbreakpoint.ffmpeg4java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<artifactId>com.nextbreakpoint.ffmpeg4java</artifactId>
66
<version>1.0.0</version>
77
<packaging>jar</packaging>
8-
<name>ffmpeg4java</name>
9-
<description>ffmpeg4java provides a JNI wrapper of ffmpeg library</description>
8+
<name>FFmpeg4Java</name>
9+
<description>FFmpeg4Java provides a JNI wrapper of FFmpeg library</description>
1010
<url>https://github.com/nextbreakpoint/ffmpeg4java</url>
1111
<licenses>
1212
<license>

tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<artifactId>com.nextbreakpoint.ffmpeg4java.tests</artifactId>
66
<version>1.0.0</version>
77
<packaging>jar</packaging>
8-
<name>ffmpeg4java - Tests</name>
9-
<description>ffmpeg4java provides a JNI wrapper of ffmpeg library</description>
8+
<name>Tests of FFmpeg4Java</name>
9+
<description>FFmpeg4Java provides a JNI wrapper of FFmpeg library</description>
1010
<url>https://github.com/nextbreakpoint/ffmpeg4java</url>
1111
<licenses>
1212
<license>

0 commit comments

Comments
 (0)