Skip to content

Commit e6a901e

Browse files
committed
update to test-services 14 and integration-tests 14
1 parent 630e8b4 commit e6a901e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.apache.sling</groupId>
9292
<artifactId>org.apache.sling.starter.integration-tests</artifactId>
93-
<version>14-SNAPSHOT</version>
93+
<version>14</version>
9494
<scope>test</scope>
9595
<exclusions>
9696
<exclusion>

src/main/features/test/test-content.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id":"${project.groupId}:${project.artifactId}:slingosgifeature:test-content:${project.version}",
33
"bundles":[
44
{
5-
"id": "org.apache.sling:org.apache.sling.starter.test-services:14-SNAPSHOT",
5+
"id": "org.apache.sling:org.apache.sling.starter.test-services:14",
66
"start-order": "25"
77
}
88
],

0 commit comments

Comments
 (0)