Commit d467ad21a357a325dccfb724b053d792d4fbd925
1 parent
c5c1d76520
Exists in
master
REPO-1238 / REPO-1413: Upgrade to OpenCMIS 1.0.0
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
pom.xml
... | ... | @@ -185,7 +185,7 @@ |
185 | 185 | <dependency> |
186 | 186 | <groupId>org.apache.chemistry.opencmis</groupId> |
187 | 187 | <artifactId>chemistry-opencmis-client-impl</artifactId> |
188 | - <version>0.11.0</version> | |
188 | + <version>1.0.0</version> | |
189 | 189 | <exclusions> |
190 | 190 | <exclusion> |
191 | 191 | <groupId>junit</groupId> |
... | ... | @@ -200,7 +200,7 @@ |
200 | 200 | <dependency> |
201 | 201 | <groupId>org.apache.chemistry.opencmis</groupId> |
202 | 202 | <artifactId>chemistry-opencmis-commons-impl</artifactId> |
203 | - <version>0.11.0</version> | |
203 | + <version>1.0.0</version> | |
204 | 204 | <exclusions> |
205 | 205 | <exclusion> |
206 | 206 | <groupId>com.sun.xml.messaging.saaj</groupId> |
... | ... | @@ -222,7 +222,7 @@ |
222 | 222 | <dependency> |
223 | 223 | <groupId>org.apache.chemistry.opencmis</groupId> |
224 | 224 | <artifactId>chemistry-opencmis-server-bindings</artifactId> |
225 | - <version>0.11.0</version> | |
225 | + <version>1.0.0</version> | |
226 | 226 | <exclusions> |
227 | 227 | <exclusion> |
228 | 228 | <groupId>org.jvnet.staxex</groupId> | ... | ... |