Revert "SLING-7353 Update to Sling Parent 33" This reverts commit e5f7f7c3943a726debac413158d49b5ad4d3707d. Remove SNAPSHOT dependency during the release.
diff --git a/pom.xml b/pom.xml index 53002c7..4d00e47 100644 --- a/pom.xml +++ b/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>33-SNAPSHOT</version> + <version>30</version> <relativePath /> </parent> @@ -45,6 +45,7 @@ <plugin> <groupId>org.apache.sling</groupId> <artifactId>slingstart-maven-plugin</artifactId> + <version>1.7.0</version> <extensions>true</extensions> </plugin> </plugins>