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-parent.git
commit 56934c556b710ecea8e3520201a263dcb6dee76e Author: Georg Kallidis <[email protected]> AuthorDate: Mon Sep 27 16:34:02 2021 +0200 update to turbine-parent-assembly v1.0.2, add .gitignore, updated readme in markdown --- .gitignore | 4 ++++ README.md | 24 ++++++++++++++++++++++++ README.txt | 40 ---------------------------------------- pom.xml | 2 +- 4 files changed, 29 insertions(+), 41 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5c9147e --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +target/ +.classpath +.project +.idea/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f0138e --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# About Turbine Parent + +This is the parent for Turbine-Core, Site and most of Fulcrum components and inherits [Apache Parent POM](https://infra.apache.org/publishing-maven-artifacts.html). + + +## USAGE + +- Parent module to align dependencies in Fulcrum nand Turbine + +- Based on last released [commons parent versions](http://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk). + +### CAVEAT + +- Check turbine-parent-assembly module dependency, which overwrites Apache module (still needed in 2017) + +## RELEASE + +- Normally, this module (and turbine-parent-assembly) could be released lazily (add [LAZY][VOTE] in release voting phase). + +### Notes + +Since v.9 + +- Java 8: include explicitely cobertura if needed: mvn clean site install -Papache-release,cobertura diff --git a/README.txt b/README.txt deleted file mode 100644 index 7d73a22..0000000 --- a/README.txt +++ /dev/null @@ -1,40 +0,0 @@ --------------------------------------------------------------------------- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. - - $Id$ --------------------------------------------------------------------------- - -This is the parent for Turbine-Core, Site and most of Fulcrum components. - -USAGE - -- Parent module to align dependencies in Fulcrum nand Turbine - -- Based on last released commons parent versions - -- cft. http://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk - -CAVEAT - -- Check turbine-parent-assembly module dependency, which overwrites Apache module (still needed, 2017) - -RELEASE - -- Normally, this module could be released lazily. - -- Java 8: include explicitely cobertura if needed: mvn clean site install -Papache-release,cobertura diff --git a/pom.xml b/pom.xml index 59731c4..93b3b7f 100644 --- a/pom.xml +++ b/pom.xml @@ -461,7 +461,7 @@ <dependency> <groupId>org.apache.turbine</groupId> <artifactId>turbine-parent-assembly</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> </dependency> </dependencies> <!-- Disable Apache Parent POM built-in source assembly -->
