Skip to content

Commit 2829f6d

Browse files
authored
Merge pull request #6 from SEPIA-Framework/dev
v0.9.12; updated libraries to support SEPIA Home v2.3.1
2 parents 46f934a + 1df3b0d commit 2829f6d

13 files changed

+219
-21
lines changed
-1.67 MB
Binary file not shown.
1.68 MB
Binary file not shown.
Binary file not shown.

libs/sepia-chat-v1.2.0.jar

-88.5 KB
Binary file not shown.

libs/sepia-chat-v1.2.1.jar

89.9 KB
Binary file not shown.
-526 KB
Binary file not shown.

libs/sepia-core-tools-v2.2.2.jar

-137 KB
Binary file not shown.
527 KB
Binary file not shown.

libs/sepia-core-tools-v2.2.3.jar

139 KB
Binary file not shown.

pom.xml

Lines changed: 16 additions & 16 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.11</version>
6+
<version>0.9.12</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.3.0</version>
30+
<version>2.3.1</version>
3131
</dependency>
3232
-->
3333

@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.fasterxml.jackson.core</groupId>
5252
<artifactId>jackson-databind</artifactId>
53-
<version>2.9.9.2</version>
53+
<version>2.9.10</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>commons-lang</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.2</version>
88+
<version>2.2.3</version>
8989
<scope>system</scope>
90-
<systemPath>${basedir}/libs/sepia-core-tools-v2.2.2.jar</systemPath>
90+
<systemPath>${basedir}/libs/sepia-core-tools-v2.2.3.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.0</version>
101+
<version>1.2.1</version>
102102
<scope>system</scope>
103-
<systemPath>${basedir}/libs/sepia-chat-v1.2.0.jar</systemPath>
103+
<systemPath>${basedir}/libs/sepia-chat-v1.2.1.jar</systemPath>
104104
</dependency>
105105

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

125-
<!-- Java Docs / not really working, need to load manually via IDE -->
126-
<dependency>
125+
<!-- Java Docs / not really working, need to load manually via IDE (Java build path -> Libraries -> Maven dep. -> ... Javadoc location)-->
126+
<!-- <dependency>
127127
<groupId>net.b07z.sepia.server.core</groupId>
128128
<artifactId>sepia-core-tools</artifactId>
129-
<version>2.2.2</version>
129+
<version>X.Y.Z</version>
130130
<classifier>javadoc</classifier>
131131
<scope>system</scope>
132-
<systemPath>${basedir}/libs/sepia-core-tools-v2.2.2-javadoc.jar</systemPath>
132+
<systemPath>${basedir}/libs/sepia-core-tools-vX.Y.Z-javadoc.jar</systemPath>
133133
</dependency>
134134
<dependency>
135135
<groupId>net.b07z.sepia.server.assist</groupId>
136136
<artifactId>sepia-assist-API</artifactId>
137-
<version>2.3.0</version>
137+
<version>X.Y.Z</version>
138138
<classifier>javadoc</classifier>
139139
<scope>system</scope>
140-
<systemPath>${basedir}/libs/sepia-assist-v2.3.0-javadoc.jar</systemPath>
141-
</dependency>
140+
<systemPath>${basedir}/libs/sepia-assist-vX.Y.Z-javadoc.jar</systemPath>
141+
</dependency> -->
142142

143143
<!-- JUnit -->
144144
<dependency>

0 commit comments

Comments
 (0)