Skip to content

Commit 8bdcd83

Browse files
committed
Add a new property dedicated to the continuous deployment of the project.
Update the dependency on the access-control library to the build version 1.0-build180123
1 parent d590959 commit 8bdcd83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,12 @@
7575
</distributionManagement>
7676

7777
<properties>
78+
<!-- property used by the CI to both deploy a build version and release the next stable version -->
79+
<next.release>2.14.4</next.release>
7880
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7981
<jackrabbit.version>2.14.4</jackrabbit.version>
8082
<tika.version>1.16</tika.version>
81-
<silverpeas-jca.version>1.0-SNAPSHOT</silverpeas-jca.version>
83+
<silverpeas-jca.version>1.0-build180123</silverpeas-jca.version>
8284
</properties>
8385

8486
<build>

0 commit comments

Comments
 (0)