Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Update README.md and bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstadler committed Jul 12, 2018
1 parent d18b70e commit 0795da7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 25 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
![](https://img.shields.io/travis/Delthas/JavaMP3.svg)
![](https://img.shields.io/github/license/Delthas/JavaMP3.svg)
![](https://img.shields.io/maven-central/v/fr.delthas/javamp3.svg)
# JavaMP3

This is a fork of [delthas' Java MP3 decoding library](https://github.com/delthas/JavaMP3), incorporating fixes by [josephx86](https://github.com/josephx86/JavaMP3) as well as myself.

**Currently supports MPEG-1 Layer I/II/III (that is, most MP1, MP2, and MP3 files)**

## Introduction
Expand All @@ -16,7 +15,11 @@ This API lets you:

## Install

JavaMP3 requires Java >= 8 to run. You can get this library using Maven by adding this to your ```pom.xml```:
JavaMP3 requires Java >= 8 to run.

* The built library jar of this fork is only available for download in the root directory of this repository.

* delthas' original version of the library (v 1.0.1) is available from Maven by adding this to your ```pom.xml```:

```xml
<dependencies>
Expand Down
25 changes: 4 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 0795da7

Please sign in to comment.