Skip to content

Commit

Permalink
Update examples for Helidon 4.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Dec 16, 2024
1 parent abc7e95 commit 6b6f53d
Show file tree
Hide file tree
Showing 123 changed files with 126 additions and 126 deletions.
2 changes: 1 addition & 1 deletion examples/config/basics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.config</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/config/changes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.config</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/config/git/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.config</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/config/mapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.config</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/config/metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.config</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/config/overrides/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.config</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/config/profiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.config</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/config/sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.config</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/cors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/dbclient/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/dbclient/mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/dbclient/pokemons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/employee-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.employee</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql/basics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.graphql</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/health/basics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.health</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/cdi/datasource-hikaricp-h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.integrations.cdi</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.integrations.cdi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/cdi/datasource-hikaricp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.integrations.cdi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/cdi/jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.integrations.cdi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/cdi/pokemons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.integrations.cdi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/micrometer/mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/micrometer/se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/micronaut/data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<artifactId>helidon-examples-integrations-micronaut-data</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/microstream/greetings-mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/microstream/greetings-se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/neo4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<artifactId>helidon-examples-integration-neo4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/oci/atp-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/oci/atp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/oci/metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/oci/objectstorage-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/oci/objectstorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/oci/vault-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/oci/vault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/vault/hcp-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/vault/hcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/jbatch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.jbatch</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/logging/jul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.logging</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/logging/log4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.logging</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/logging/logback-aot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.logging</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/logging/slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.logging</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/media/form/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.media</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/media/multipart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.media</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/messaging/jms-websocket-mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.jms</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/messaging/jms-websocket-se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.5</version>
<relativePath/>
</parent>
<groupId>io.helidon.examples.jms</groupId>
Expand Down
Loading

0 comments on commit 6b6f53d

Please sign in to comment.