This is an automated email from the ASF dual-hosted git repository.
olli pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git
The following commit(s) were added to refs/heads/master by this push:
new e4a2c37 switch tests and support bundles to 12-SNAPSHOT, see
SLING-7935
e4a2c37 is described below
commit e4a2c37752c9a644f3a4fbc9c6e3efa5b084bf5a
Author: Oliver Lietz <[email protected]>
AuthorDate: Wed Apr 8 08:13:58 2020 +0200
switch tests and support bundles to 12-SNAPSHOT, see SLING-7935
---
pom.xml | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index da8f247..45fcc2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.launchpad.integration-tests</artifactId>
- <version>1.0.10</version>
+ <version>12-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -151,13 +151,13 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.launchpad.test-services</artifactId>
- <version>2.0.16</version>
+ <version>12-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.launchpad.test-fragment</artifactId>
- <version>2.0.16</version>
+ <version>12-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -281,6 +281,16 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>ban-felix-scr-annotations</id>
+ <phase>none</phase>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</profile>