We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630e8b4 commit e6a901eCopy full SHA for e6a901e
pom.xml
@@ -90,7 +90,7 @@
90
<dependency>
91
<groupId>org.apache.sling</groupId>
92
<artifactId>org.apache.sling.starter.integration-tests</artifactId>
93
- <version>14-SNAPSHOT</version>
+ <version>14</version>
94
<scope>test</scope>
95
<exclusions>
96
<exclusion>
src/main/features/test/test-content.json
@@ -2,7 +2,7 @@
2
"id":"${project.groupId}:${project.artifactId}:slingosgifeature:test-content:${project.version}",
3
"bundles":[
4
{
5
- "id": "org.apache.sling:org.apache.sling.starter.test-services:14-SNAPSHOT",
+ "id": "org.apache.sling:org.apache.sling.starter.test-services:14",
6
"start-order": "25"
7
}
8
],
0 commit comments