We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3815517 commit 7e50964Copy full SHA for 7e50964
pom.xml
@@ -30,7 +30,7 @@
30
31
<groupId>org.silverpeas.jcr</groupId>
32
<artifactId>access-control</artifactId>
33
- <version>1.2-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
34
<packaging>jar</packaging>
35
36
<name>Silverpeas JCR Access Control</name>
@@ -95,7 +95,7 @@
95
96
<properties>
97
<!-- property used by the CI to both deploy a build version and release the next stable version -->
98
- <next.release>1.2</next.release>
+ <next.release>1.3</next.release>
99
<maven.compiler.source>1.8</maven.compiler.source>
100
<maven.compiler.target>1.8</maven.compiler.target>
101
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments