|
19 | 19 |
|
20 | 20 | <project xmlns="http://maven.apache.org/POM/4.0.0"
|
21 | 21 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
22 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd "> |
| 22 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd "> |
23 | 23 | <modelVersion>4.0.0</modelVersion>
|
24 | 24 |
|
25 | 25 | <groupId>org.silverpeas.jcr</groupId>
|
26 | 26 | <artifactId>jackrabbit-jca</artifactId>
|
27 | 27 | <packaging>rar</packaging>
|
28 |
| - <version>2.20.5-SNAPSHOT</version> |
| 28 | + <version>2.20.14-SNAPSHOT</version> |
29 | 29 | <name>Jackrabbit JCA Resource Adapter</name>
|
30 | 30 | <url>https://www.silverpeas.org</url>
|
31 | 31 |
|
|
34 | 34 | <id>Silverpeas</id>
|
35 | 35 | <layout>default</layout>
|
36 | 36 | <name>Silverpeas Repository</name>
|
37 |
| - <url>https://www.silverpeas.org/nexus/content/groups/silverpeas</url> |
| 37 | + <url>https://nexus3.silverpeas.org/repository/silverpeas</url> |
38 | 38 | <releases>
|
39 | 39 | <enabled>true</enabled>
|
40 | 40 | </releases>
|
|
49 | 49 | <id>Silverpeas</id>
|
50 | 50 | <layout>default</layout>
|
51 | 51 | <name>Silverpeas Repository</name>
|
52 |
| - <url>https://www.silverpeas.org/nexus/content/groups/silverpeas</url> |
| 52 | + <url>https://nexus3.silverpeas.org/repository/silverpeas</url> |
53 | 53 | <releases>
|
54 | 54 | <enabled>true</enabled>
|
55 | 55 | </releases>
|
|
64 | 64 | <id>silverpeas</id>
|
65 | 65 | <name>Repository Silverpeas</name>
|
66 | 66 | <layout>default</layout>
|
67 |
| - <url>https://www.silverpeas.org/nexus/content/repositories/releases/</url> |
| 67 | + <url>https://nexus3.silverpeas.org/repository/releases/</url> |
68 | 68 | </repository>
|
69 | 69 | <snapshotRepository>
|
70 | 70 | <id>silverpeas-snapshots</id>
|
71 | 71 | <name>Snapshots Repository Silverpeas</name>
|
72 | 72 | <layout>default</layout>
|
73 |
| - <url>https://www.silverpeas.org/nexus/content/repositories/snapshots/</url> |
| 73 | + <url>https://nexus3.silverpeas.org/repository/snapshots/</url> |
74 | 74 | </snapshotRepository>
|
75 | 75 | </distributionManagement>
|
76 | 76 |
|
77 | 77 | <properties>
|
78 | 78 | <!-- property used by the CI to both deploy a build version and release the next stable version -->
|
79 |
| - <next.release>2.20.5</next.release> |
| 79 | + <next.release>2.20.14</next.release> |
80 | 80 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
81 |
| - <jackrabbit.version>2.20.5</jackrabbit.version> |
82 |
| - <tika.version>2.4.0</tika.version> |
| 81 | + <jackrabbit.version>2.20.14</jackrabbit.version> |
| 82 | + <tika.version>2.4.1</tika.version> |
83 | 83 | <silverpeas-jca.version>1.4</silverpeas-jca.version>
|
84 | 84 | </properties>
|
85 | 85 |
|
|
0 commit comments