Skip to content

Commit cc133aa

Browse files
authored
Update project names in pom files (#209)
1 parent 640c6b7 commit cc133aa

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

examples/config/encryption/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<groupId>io.helidon.examples.config</groupId>
2929
<artifactId>helidon-examples-config-encryption</artifactId>
3030
<version>1.0-SNAPSHOT</version>
31+
<name>Helidon Examples Config Encryption</name>
3132

3233
<properties>
3334
<mainClass>io.helidon.examples.config.Main</mainClass>

examples/microprofile/coherence/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</parent>
2929
<groupId>io.helidon.examples.microprofile</groupId>
3030
<artifactId>helidon-examples-microprofile-coherence</artifactId>
31-
<name>Helidon Example Microprofile Coherence</name>
31+
<name>Helidon Examples Microprofile Coherence</name>
3232
<version>1.0.0-SNAPSHOT</version>
3333

3434
<properties>

examples/microprofile/oci-tls-certificates/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<groupId>io.helidon.examples.microprofile</groupId>
2929
<artifactId>helidon-examples-microprofile-oci-tls-certificates</artifactId>
3030
<version>1.0.0-SNAPSHOT</version>
31-
<name>Helidon Microprofile Examples TLS Manager and OCI Certificates Service Integration</name>
31+
<name>Helidon Examples MicroProfile TLS Manager and OCI Certificates Service Integration</name>
3232

3333
<description>
3434
Microprofile example that configures TLS via a Manager and OCI Certificates Service integration with cert rotation

examples/microprofile/threads/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<groupId>io.helidon.examples.microprofile</groupId>
3030
<artifactId>helidon-examples-microprofile-threads</artifactId>
3131
<version>1.0.0-SNAPSHOT</version>
32+
<name>Helidon Examples MicroProfile Threads</name>
3233

3334
<dependencies>
3435
<dependency>

examples/packaging/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<groupId>io.helidon.examples.packaging</groupId>
2828
<artifactId>helidon-examples-packaging</artifactId>
2929
<version>1.0-SNAPSHOT</version>
30+
<name>Helidon Examples Packaging</name>
3031

3132
<properties>
3233
<mainClass>io.helidon.examples.packaging.Main</mainClass>

0 commit comments

Comments
 (0)