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-launchpad-test-fragment.git
The following commit(s) were added to refs/heads/master by this push:
new 728525e SLING-7353 Update to Sling Parent 33
728525e is described below
commit 728525e580c23bbc6103eeb7d24687e396cb1ea6
Author: Oliver Lietz <[email protected]>
AuthorDate: Fri Feb 9 12:01:59 2018 +0100
SLING-7353 Update to Sling Parent 33
---
pom.xml | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index 02c023d..591ee0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>26</version>
+ <version>33</version>
<relativePath />
</parent>
@@ -47,10 +47,6 @@
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
- <artifactId>maven-scr-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
@@ -69,11 +65,5 @@
</plugin>
</plugins>
</build>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.scr.annotations</artifactId>
- </dependency>
- </dependencies>
+
</project>
--
To stop receiving notification emails like this one, please contact
[email protected].