This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave-examples.git
commit 56833d089123fd03f6e5eb27b0cbc6676a13c3a5 Author: Mark Struberg <[email protected]> AuthorDate: Tue Jul 17 21:35:23 2018 +0200 upgrade to apache-parent 20 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8249108..36019b7 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>18</version> + <version>20</version> </parent> <groupId>org.apache.meecrowave</groupId> @@ -147,6 +147,7 @@ </plugins> </build> + <!-- Just to disable any accidential deployment to maven.central --> <distributionManagement> <repository> <id>localhost</id>
