This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-site.git
commit bd3523081d9e1754d481f6d4deeac0b2986ded19 Author: Georg Kallidis <[email protected]> AuthorDate: Thu Jun 25 11:28:25 2020 +0000 - updating to turbine parent 7 - deactivating jetty - add build info git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/site@1879181 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6f39989..81d9f63 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>turbine-parent</artifactId> <groupId>org.apache.turbine</groupId> - <version>7-SNAPSHOT</version> + <version>7</version> </parent> <groupId>org.apache.fulcrum</groupId>
