Skip to content

Commit ea47d82

Browse files
authored
Merge pull request #6 from xdev-software/develop
Release
2 parents a474dfb + 3bff0d0 commit ea47d82

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
custom:
2+
- https://incompetech.com/donate.html
3+
- https://xiph.org/donate

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
# 1.0.0
1+
# 1.0.1
2+
* Updated dependencies
23

4+
# 1.0.0
35
_Initial release_

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following configuration will play some "elevator" music in the background as
1717
<groupId>software.xdev</groupId>
1818
<artifactId>music-maven-plugin</artifactId>
1919
<version>...</version>
20-
<!-- You might also want to add <inherited>false</inherited> here to not run it in every child module -->
20+
<!-- You might also want to add <inherited>false</inherited> so not every child executes this -->
2121
<executions>
2222
<execution>
2323
<phase>validate</phase>

music-maven-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,17 @@
113113
<dependency>
114114
<groupId>com.googlecode.soundlibs</groupId>
115115
<artifactId>tritonus-share</artifactId>
116-
<version>0.3.7-2</version>
116+
<version>0.3.7.4</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>com.googlecode.soundlibs</groupId>
120120
<artifactId>mp3spi</artifactId>
121-
<version>1.9.5-1</version>
121+
<version>1.9.5.4</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>com.googlecode.soundlibs</groupId>
125125
<artifactId>vorbisspi</artifactId>
126-
<version>1.0.3-1</version>
126+
<version>1.0.3.3</version>
127127
</dependency>
128128
</dependencies>
129129

0 commit comments

Comments
 (0)