We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3a7fd commit a70c696Copy full SHA for a70c696
pom.xml
@@ -30,7 +30,7 @@
30
31
<groupId>org.silverpeas.jcr</groupId>
32
<artifactId>access-control</artifactId>
33
- <version>1.0-SNAPSHOT</version>
+ <version>1.1-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.0</next.release>
+ <next.release>1.1</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