Skip to content

Commit e76466e

Browse files
committed
update build scripts
1 parent 70a8783 commit e76466e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

pom.xml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
<organization>
1212
<name></name>
1313
</organization>
14-
<version>1.0.0</version>
14+
<version>1.0.1</version>
1515
<url>https://github.com/umjammer/vavi-sound-sandbox</url>
16-
<description></description>
16+
<description>1.0.1
17+
18+
maintenance version</description>
1719
<build>
1820
<plugins>
1921
<plugin>
@@ -75,7 +77,7 @@
7577
</dependency>
7678
<dependency>
7779
<groupId>org.tritonus</groupId>
78-
<artifactId>tritonus_share</artifactId>
80+
<artifactId>tritonus-share</artifactId>
7981
<version>0.3.6</version>
8082
<scope>test</scope>
8183
</dependency>
@@ -109,4 +111,10 @@
109111
<version>0.2.9</version>
110112
</dependency>
111113
</dependencies>
114+
<scm>
115+
<url>https://github.com/umjammer/vavi-sound-sandbox</url>
116+
</scm>
117+
<issueManagement>
118+
<url>https://github.com/umjammer/vavi-sound-sandbox/issues</url>
119+
</issueManagement>
112120
</project>

0 commit comments

Comments
 (0)