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-samples.git
commit b58f1a00083edd0ff759327428fae80c0fdf212c Author: Oliver Lietz <[email protected]> AuthorDate: Sat May 12 16:18:32 2018 +0200 SLING-7353 Update to Sling Parent 33 --- fling/pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/fling/pom.xml b/fling/pom.xml index 04f69d1..0d0ec76 100644 --- a/fling/pom.xml +++ b/fling/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>30</version> + <version>33</version> <relativePath/> </parent> @@ -63,13 +63,11 @@ <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.service.component.annotations</artifactId> - <version>1.3.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.service.metatype.annotations</artifactId> - <version>1.3.0</version> <scope>provided</scope> </dependency> <!-- Apache Commons --> @@ -176,8 +174,6 @@ <Sling-Model-Packages> org.apache.sling.samples.fling.page </Sling-Model-Packages> - <_dsannotations>*</_dsannotations> - <_metatypeannotations>*</_metatypeannotations> <_removeheaders> Embed-Dependency, Private-Package, -- To stop receiving notification emails like this one, please contact [email protected].
