This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git
commit dd5b58dd31f3faacbae5ab8b4b43fcd611018c9f Author: sseifert <[email protected]> AuthorDate: Sat Aug 18 14:42:03 2018 +0200 auto-version sub modules --- parent/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/parent/pom.xml b/parent/pom.xml index ea8ce05..d087934 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -77,5 +77,21 @@ </dependencies> </dependencyManagement> + + <build> + <pluginManagement> + <plugins> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <autoVersionSubmodules>true</autoVersionSubmodules> + </configuration> + </plugin> + + </plugins> + </pluginManagement> + </build> </project>
