From 8c5f3793eafc7445cef90fb54b66e530ede07eaf Mon Sep 17 00:00:00 2001 From: Abhinay Agarwal Date: Wed, 14 Aug 2024 13:40:29 +0530 Subject: [PATCH] add modules for samples to parent --- emoji/pom.xml | 2 +- offline/pom.xml | 2 +- pom.xml | 2 ++ samples/introduction/pom.xml | 9 ++++++++- samples/nodes/pom.xml | 9 ++++++++- 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/emoji/pom.xml b/emoji/pom.xml index 307e165..4d64997 100644 --- a/emoji/pom.xml +++ b/emoji/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 emoji - Emoji core + Emoji Core Emoji support for JavaFX diff --git a/offline/pom.xml b/offline/pom.xml index 6064be1..a35bd75 100644 --- a/offline/pom.xml +++ b/offline/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 offline - Offline support for Emoji + Emoji Offline Offline Emoji support for JavaFX diff --git a/pom.xml b/pom.xml index 4ff7ecc..0eca003 100644 --- a/pom.xml +++ b/pom.xml @@ -14,6 +14,8 @@ emoji offline updater + samples/introduction + samples/nodes diff --git a/samples/introduction/pom.xml b/samples/introduction/pom.xml index 8bc6356..dc9c1d9 100644 --- a/samples/introduction/pom.xml +++ b/samples/introduction/pom.xml @@ -9,7 +9,14 @@ 1.0.0-SNAPSHOT jar - My Gluon Application + Emoji Demo - Introduction + + + com.gluonhq.emoji + parent + 1.0.2-SNAPSHOT + ../../pom.xml + UTF-8 diff --git a/samples/nodes/pom.xml b/samples/nodes/pom.xml index c28280f..bde7df0 100644 --- a/samples/nodes/pom.xml +++ b/samples/nodes/pom.xml @@ -5,7 +5,14 @@ samples 1.0.0-SNAPSHOT - samples + Emoji Demo - Nodes + + + com.gluonhq.emoji + parent + 1.0.2-SNAPSHOT + ../../pom.xml + UTF-8