Skip to content

Commit

Permalink
use gitlab package repository instead of bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Oct 27, 2021
1 parent 2665658 commit 1535475
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Includes many ADPCM codecs and the SSRC sampling rate converter.
| sampled | YM2068 ADPCM | YAMAHA ADPCM |||| except `AudioFileReader` |
| sampled | ssrc | resampling || - || waiting for phase 1 |

### Install

* this project uses gitlab package registry. add a personal access token to `~/.m2/settings.xml`
* see https://docs.gitlab.com/ee/user/packages/maven_repository/index.html#authenticate-to-the-package-registry-with-maven

### FAQ

#### Q. can I use SSRC sampling converter under LGPL license?
Expand Down
13 changes: 5 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>vavi</groupId>
<artifactId>vavi-sound</artifactId>
<version>1.0.10</version>
<version>1.0.11</version>

<name>Vavi Sound API</name>
<url>https://github.com/umjammer/vavi-sound</url>
Expand Down Expand Up @@ -56,6 +56,7 @@ TODO
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>8</source>
<target>8</target>
Expand Down Expand Up @@ -98,12 +99,8 @@ TODO
<url>https://jitpack.io</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-umjammer-maven</id>
<name>bintray</name>
<url>https://dl.bintray.com/umjammer/maven</url>
<id>gitlab-maven</id>
<url>https://gitlab.com/api/v4/projects/30804899/packages/maven</url>
</repository>
</repositories>

Expand All @@ -126,7 +123,7 @@ TODO
<dependency>
<groupId>vavi</groupId>
<artifactId>vavi-sound-nda</artifactId>
<version>1.0.8</version>
<version>1.0.10</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1535475

Please sign in to comment.