Skip to content

Commit 078af38

Browse files
committed
Fix pom parenting in integrations examples. Clean up project names in examples.
1 parent 86a7ca5 commit 078af38

11 files changed

Lines changed: 11 additions & 14 deletions

File tree

etc/scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ update_version(){
171171
-DnewVersion="${FULL_VERSION}" \
172172
-Dproperty=helidon.version \
173173
-DprocessAllModules=true \
174-
-Pexamples,integrations,docs
174+
-Pexamples,integrations,docs,tck -e
175175

176176
# Invoke prepare hook
177177
if [ -n "${PREPARE_HOOKS}" ]; then

examples/health/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<version>0.11.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
27+
<name>Helidon Health Examples</name>
2728

2829
<packaging>pom</packaging>
2930
<modules>

examples/integrations/cdi/datasource-hikaricp-mysql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<version>0.11.0-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>helidon-integrations-examples-datasource-hikaricp-mysql</artifactId>
30-
<name>Helidon Integrations Examples DataSource/HikariCP MySQL</name>
30+
<name>Helidon CDI Extensions Examples DataSource/HikariCP MySQL</name>
3131

3232
<properties>
3333
<dependenciesDirectory>libs</dependenciesDirectory>

examples/integrations/cdi/datasource-hikaricp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<version>0.11.0-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>helidon-examples-integrations-datasource-hikaricp</artifactId>
30-
<name>Helidon Integrations Examples DataSource/HikariCP</name>
30+
<name>Helidon CDI Extensions Examples DataSource/HikariCP</name>
3131

3232
<properties>
3333
<dependenciesDirectory>libs</dependenciesDirectory>

examples/integrations/cdi/jedis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<version>0.11.0-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-examples-integrations-jedis</artifactId>
29-
<name>Helidon Integrations Examples Jedis</name>
29+
<name>Helidon CDI Extensions Examples Jedis</name>
3030

3131
<properties>
3232
<dependenciesDirectory>libs</dependenciesDirectory>

examples/integrations/cdi/oci-objectstorage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<version>0.11.0-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-integrations-examples-oci-objectstorage</artifactId>
29-
<name>Helidon Integrations Examples OCI ObjectStorage</name>
29+
<name>Helidon CDI Extensions Examples OCI ObjectStorage</name>
3030

3131
<properties>
3232
<dependenciesDirectory>libs</dependenciesDirectory>

examples/integrations/cdi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<groupId>io.helidon.examples.integrations.cdi</groupId>
3030
<artifactId>helidon-examples-integrations-cdi-project</artifactId>
3131
<packaging>pom</packaging>
32-
<name>Helidon Integrations Examples</name>
32+
<name>Helidon CDI Extensions Examples</name>
3333

3434
<modules>
3535
<module>datasource-hikaricp</module>

examples/integrations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</parent>
2828
<groupId>io.helidon.examples.integrations</groupId>
2929
<artifactId>helidon-examples-integrations-project</artifactId>
30-
<name>Helidon CDI Extensions Examples</name>
30+
<name>Helidon Integrations Examples</name>
3131
<packaging>pom</packaging>
3232

3333
<modules>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<profile>
6767
<id>integrations</id>
6868
<modules>
69-
<module>integrations/cdi</module>
69+
<module>integrations</module>
7070
</modules>
7171
</profile>
7272
</profiles>

examples/todo-app/demo-backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<version>0.11.0-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>helidon-todos-backend</artifactId>
30-
<name>Helidon Examples TODOs Demo Backend</name>
30+
<name>Helidon Examples ToDo Demo Backend</name>
3131

3232
<description>
3333
Back-end part of the demo, uses Helidon Microprofile

0 commit comments

Comments
 (0)