This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git
commit e30e84da9bed0b722212bb8a4f11b18770e25519 Author: Hugo Hirsch <[email protected]> AuthorDate: Mon Mar 25 21:42:04 2019 +0100 Remove unneeded version. --- examples/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index 0a2e67f..b498821 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -31,8 +31,6 @@ under the License. <groupId>org.apache.tamaya.examples</groupId> <artifactId>examples</artifactId> - <version>0.4-incubating-SNAPSHOT</version> - <name>Apache Tamaya Core Examples</name> <packaging>pom</packaging>
