This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch TAMAYA-386 in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git
commit 5360e1039e50b1d24536cc3c88cc2a4da2cc3c68 Author: Hugo Hirsch <[email protected]> AuthorDate: Wed Apr 24 00:02:31 2019 +0200 TAMAYA-386: Fix project setup/enable example project --- examples/11-distributed/pom.xml | 10 ++++------ examples/pom.xml | 1 + 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/examples/11-distributed/pom.xml b/examples/11-distributed/pom.xml index 1879dfe..5f24da8 100644 --- a/examples/11-distributed/pom.xml +++ b/examples/11-distributed/pom.xml @@ -19,15 +19,14 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.apache</groupId> - <artifactId>apache</artifactId> - <version>18</version> + <groupId>org.apache.tamaya.examples</groupId> + <artifactId>examples</artifactId> + <version>0.4-incubating-SNAPSHOT</version> </parent> <artifactId>tamaya-example-distributed</artifactId> - <groupId>org.apache.tamaya.examples</groupId> <name>Apache Tamaya Example: Distributed Configuration</name> - <description>This project contains a simple example based on JavaFX and Vertx.</description> + <description>This project contains a simple example based on JavaFX and VertX.</description> <packaging>jar</packaging> <properties> @@ -96,7 +95,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.5.1</version> <configuration> <debug>true</debug> <optimize>${maven.compile.optimize}</optimize> diff --git a/examples/pom.xml b/examples/pom.xml index b498821..fab7659 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -46,6 +46,7 @@ under the License. <modules> <module>01-minimal</module> <module>02-custom-property-source</module> + <module>11-distributed</module> </modules>
