Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Mar 4, 2022
1 parent 5fdb0ba commit 882d731
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 36 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
tmp/
etc/
66 changes: 31 additions & 35 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,43 +8,14 @@

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

<name>Vavi Sound API</name>
<url>https://github.com/umjammer/vavi-sound</url>
<scm>
<url>https://github.com/umjammer/vavi-sound</url>
</scm>
<description>1.0.7

simplify service loader
fix dependencies

1.0.6

depends on vavi-commons api change
fix event listener duplication

1.0.5

fix midi spi

1.0.4

ssrc spi (wip)

1.0.3

make build pass

1.0.2

maintenance version

1.0.1

refactor properties related

<description>
TODO

adpcm spi</description>
Expand Down Expand Up @@ -142,9 +113,8 @@ TODO
</repositories>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.github.umjammer</groupId>
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.8.1</version>
Expand All @@ -153,23 +123,49 @@ TODO
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.github.umjammer</groupId>
<artifactId>vavi-commons</artifactId>
<version>1.1.4</version>
<version>1.1.6</version>
</dependency>
<dependency>
<groupId>com.github.umjammer</groupId>
<artifactId>klab-commons-cli</artifactId>
<version>1.3.0</version>
<exclusions>
<exclusion>
<groupId>com.github.umjammer</groupId>
<artifactId>vavi-commons</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.umjammer</groupId>
<artifactId>vavi-util-codec-sandbox</artifactId>
<version>1.0.1</version>
<exclusions>
<exclusion>
<groupId>com.github.umjammer</groupId>
<artifactId>vavi-commons</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>vavi</groupId>
<artifactId>vavi-sound-nda</artifactId>
<version>1.0.10</version>
<exclusions>
<exclusion>
<groupId>com.github.umjammer</groupId>
<artifactId>vavi-commons</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.umjammer</groupId>
<artifactId>vavi-sound</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 882d731

Please sign in to comment.