We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d590959 commit 8bdcd83Copy full SHA for 8bdcd83
pom.xml
@@ -75,10 +75,12 @@
75
</distributionManagement>
76
77
<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>
80
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
81
<jackrabbit.version>2.14.4</jackrabbit.version>
82
<tika.version>1.16</tika.version>
- <silverpeas-jca.version>1.0-SNAPSHOT</silverpeas-jca.version>
83
+ <silverpeas-jca.version>1.0-build180123</silverpeas-jca.version>
84
</properties>
85
86
<build>
0 commit comments