This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
forked from josephx86/JavaMP3
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md and bump version to 1.0.2
- Loading branch information
1 parent
d18b70e
commit 0795da7
Showing
2 changed files
with
11 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,16 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>fr.delthas</groupId> | ||
<artifactId>javamp3</artifactId> | ||
<version>1.0.1</version> | ||
<version>1.0.2</version> | ||
|
||
<name>JavaMP3</name> | ||
<url>https://github.com/delthas/javamp3</url> | ||
<description>A fast and lightweight MP3 decoding library</description> | ||
<url>https://github.com/kevinstadler/JavaMP3</url> | ||
<description>A fork of delthas' Java MP3 decoding library</description> | ||
|
||
<inceptionYear>2017</inceptionYear> | ||
<issueManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/delthas/javamp3/issues</url> | ||
<url>https://github.com/kevinstadler/JavaMP3/issues</url> | ||
</issueManagement> | ||
|
||
<properties> | ||
|
@@ -35,23 +35,6 @@ | |
</developer> | ||
</developers> | ||
|
||
<scm> | ||
<connection>scm:git:[email protected]:delthas/javamp3.git</connection> | ||
<developerConnection>scm:git:[email protected]:delthas/javamp3.git</developerConnection> | ||
<url>[email protected]:delthas/javamp3.git</url> | ||
</scm> | ||
|
||
<distributionManagement> | ||
<snapshotRepository> | ||
<id>ossrh</id> | ||
<url>https://oss.sonatype.org/content/repositories/snapshots</url> | ||
</snapshotRepository> | ||
<repository> | ||
<id>ossrh</id> | ||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> | ||
</repository> | ||
</distributionManagement> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
|