Skip to content

Commit

Permalink
project versions update (#54)
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam authored Jun 25, 2024
1 parent 1b31b80 commit d14c346
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions examples/integrations/cdi/datasource-hikaricp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
</parent>
<groupId>io.helidon.examples.integrations.cdi</groupId>
<artifactId>helidon-examples-integrations-datasource-hikaricp</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>Helidon CDI Extensions Examples DataSource/HikariCP</name>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-tools/quickstart-mp/mp-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</parent>
<artifactId>openapi-mp-client</artifactId>
<name>openapi-java-client</name>
<version>1.0.0</version>
<version>1.0.0-SNAPSHOT</version>
<url>https://github.com/openapitools/openapi-generator</url>
<description>OpenAPI Java</description>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-tools/quickstart-mp/mp-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<artifactId>openapi-mp-server</artifactId>
<name>openapi-java-server</name>
<description>This is a sample for Helidon Quickstart project.</description>
<version>1.0.0</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-tools/quickstart-se/se-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<artifactId>openapi-se-client</artifactId>
<name>openapi-java-client</name>
<description>This is a sample for Helidon Quickstart project.</description>
<version>1.0.0</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-tools/quickstart-se/se-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>
<groupId>org.openapitools</groupId>
<artifactId>openapi-se-server</artifactId>
<version>1.0.0</version>
<version>1.0.0-SNAPSHOT</version>
<name>openapi-java-server</name>
<description>This is a sample for Helidon Quickstart project.</description>

Expand Down
2 changes: 1 addition & 1 deletion examples/todo-app/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-mp</artifactId>
<version>3.2.9-SNAPSHOT</version>
<relativePath>../../../applications/mp/pom.xml</relativePath>
</parent>
<groupId>io.helidon.examples.todos</groupId>
<artifactId>helidon-examples-todo-backend</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>Helidon Examples TODO Demo Backend</name>

<description>
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-app/frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-se</artifactId>
<version>3.2.9-SNAPSHOT</version>
<relativePath>../../../applications/se/pom.xml</relativePath>
</parent>
<groupId>io.helidon.examples.todo</groupId>
<artifactId>helidon-examples-todo-frontend</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>Helidon Examples TODO Demo Frontend</name>

<description>
Expand Down

0 comments on commit d14c346

Please sign in to comment.