Skip to content

Commit e59e888

Browse files
Merge pull request #10 from SEPIA-Framework/dev
updated to be compatible with SEPIA-Home v2.4.1
2 parents 98b6113 + 2c9e88a commit e59e888

10 files changed

+9
-9
lines changed
-1.75 MB
Binary file not shown.
1.69 MB
Binary file not shown.
Binary file not shown.

libs/sepia-chat-v1.2.2-javadoc.jar

-271 KB
Binary file not shown.

libs/sepia-chat-v1.2.3-javadoc.jar

271 KB
Binary file not shown.
Binary file not shown.
-537 KB
Binary file not shown.
537 KB
Binary file not shown.
Binary file not shown.

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>net.b07z.sepia.sdk</groupId>
55
<artifactId>sepia-sdk-java</artifactId>
6-
<version>0.9.20</version>
6+
<version>0.9.21</version>
77
<name>SEPIA SDK</name>
88
<description>Tools to develop services for the SEPIA framework</description>
99
<url>https://sepia-framework.github.io</url>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>net.b07z.sepia.server.assist</groupId>
2929
<artifactId>sepia-assist-API</artifactId>
30-
<version>2.4.0</version>
30+
<version>2.4.1</version>
3131
</dependency>
3232
-->
3333

@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>com.googlecode.soundlibs</groupId>
6767
<artifactId>mp3spi</artifactId>
68-
<version>1.9.5-1</version>
68+
<version>1.9.5.4</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>com.google.guava</groupId>
@@ -85,9 +85,9 @@
8585
<dependency>
8686
<groupId>net.b07z.sepia.server.core</groupId>
8787
<artifactId>sepia-core-tools</artifactId>
88-
<version>2.2.4</version>
88+
<version>2.2.5</version>
8989
<scope>system</scope>
90-
<systemPath>${basedir}/libs/sepia-core-tools-v2.2.4.jar</systemPath>
90+
<systemPath>${basedir}/libs/sepia-core-tools-v2.2.5.jar</systemPath>
9191
</dependency>
9292

9393
<dependency>
@@ -98,9 +98,9 @@
9898
<dependency>
9999
<groupId>net.b07z.sepia.websockets</groupId>
100100
<artifactId>sepia-websockets</artifactId>
101-
<version>1.2.2</version>
101+
<version>1.2.3</version>
102102
<scope>system</scope>
103-
<systemPath>${basedir}/libs/sepia-chat-v1.2.2.jar</systemPath>
103+
<systemPath>${basedir}/libs/sepia-chat-v1.2.3.jar</systemPath>
104104
</dependency>
105105

106106
<dependency>
@@ -116,9 +116,9 @@
116116
<dependency>
117117
<groupId>net.b07z.sepia.server.assist</groupId>
118118
<artifactId>sepia-assist-API</artifactId>
119-
<version>2.4.0</version>
119+
<version>2.4.1</version>
120120
<scope>system</scope>
121-
<systemPath>${basedir}/libs/sepia-assist-v2.4.0.jar</systemPath>
121+
<systemPath>${basedir}/libs/sepia-assist-v2.4.1.jar</systemPath>
122122
</dependency>
123123
<!-- -->
124124

0 commit comments

Comments
 (0)