We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3a451 commit dae8c54Copy full SHA for dae8c54
1 file changed
parent/pom.xml
@@ -48,6 +48,7 @@
48
49
<properties>
50
<maven.version>3.3.9</maven.version>
51
+ <oak.version>1.50.0</oak.version>
52
</properties>
53
54
<dependencyManagement>
@@ -155,12 +156,12 @@
155
156
<dependency>
157
<groupId>org.apache.jackrabbit</groupId>
158
<artifactId>oak-security-spi</artifactId>
- <version>1.50.0</version>
159
+ <version>${oak.version}</version>
160
</dependency>
161
162
163
<artifactId>oak-commons</artifactId>
164
165
166
167
<!-- Node type validation -->
0 commit comments