|
3 | 3 |
|
4 | 4 | <groupId>net.b07z.sepia.sdk</groupId> |
5 | 5 | <artifactId>sepia-sdk-java</artifactId> |
6 | | - <version>0.9.11</version> |
| 6 | + <version>0.9.12</version> |
7 | 7 | <name>SEPIA SDK</name> |
8 | 8 | <description>Tools to develop services for the SEPIA framework</description> |
9 | 9 | <url>https://sepia-framework.github.io</url> |
|
27 | 27 | <dependency> |
28 | 28 | <groupId>net.b07z.sepia.server.assist</groupId> |
29 | 29 | <artifactId>sepia-assist-API</artifactId> |
30 | | - <version>2.3.0</version> |
| 30 | + <version>2.3.1</version> |
31 | 31 | </dependency> |
32 | 32 | --> |
33 | 33 |
|
|
50 | 50 | <dependency> |
51 | 51 | <groupId>com.fasterxml.jackson.core</groupId> |
52 | 52 | <artifactId>jackson-databind</artifactId> |
53 | | - <version>2.9.9.2</version> |
| 53 | + <version>2.9.10</version> |
54 | 54 | </dependency> |
55 | 55 | <dependency> |
56 | 56 | <groupId>commons-lang</groupId> |
|
85 | 85 | <dependency> |
86 | 86 | <groupId>net.b07z.sepia.server.core</groupId> |
87 | 87 | <artifactId>sepia-core-tools</artifactId> |
88 | | - <version>2.2.2</version> |
| 88 | + <version>2.2.3</version> |
89 | 89 | <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> |
91 | 91 | </dependency> |
92 | 92 |
|
93 | 93 | <dependency> |
|
98 | 98 | <dependency> |
99 | 99 | <groupId>net.b07z.sepia.websockets</groupId> |
100 | 100 | <artifactId>sepia-websockets</artifactId> |
101 | | - <version>1.2.0</version> |
| 101 | + <version>1.2.1</version> |
102 | 102 | <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> |
104 | 104 | </dependency> |
105 | 105 |
|
106 | 106 | <dependency> |
|
116 | 116 | <dependency> |
117 | 117 | <groupId>net.b07z.sepia.server.assist</groupId> |
118 | 118 | <artifactId>sepia-assist-API</artifactId> |
119 | | - <version>2.3.0</version> |
| 119 | + <version>2.3.1</version> |
120 | 120 | <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> |
122 | 122 | </dependency> |
123 | 123 | <!-- --> |
124 | 124 |
|
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> |
127 | 127 | <groupId>net.b07z.sepia.server.core</groupId> |
128 | 128 | <artifactId>sepia-core-tools</artifactId> |
129 | | - <version>2.2.2</version> |
| 129 | + <version>X.Y.Z</version> |
130 | 130 | <classifier>javadoc</classifier> |
131 | 131 | <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> |
133 | 133 | </dependency> |
134 | 134 | <dependency> |
135 | 135 | <groupId>net.b07z.sepia.server.assist</groupId> |
136 | 136 | <artifactId>sepia-assist-API</artifactId> |
137 | | - <version>2.3.0</version> |
| 137 | + <version>X.Y.Z</version> |
138 | 138 | <classifier>javadoc</classifier> |
139 | 139 | <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> --> |
142 | 142 |
|
143 | 143 | <!-- JUnit --> |
144 | 144 | <dependency> |
|
0 commit comments