Skip to content

Commit b68b611

Browse files
authored
4.x: Repair version strings (helidon-io#8820)
* Repair version strings * Fix copyright
1 parent b5ee94f commit b68b611

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

examples/webserver/threads/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-se</artifactId>
26-
<version>4.0.0-SNAPSHOT</version>
26+
<version>4.1.0-SNAPSHOT</version>
2727
<relativePath>../../../applications/se/pom.xml</relativePath>
2828
</parent>
2929
<groupId>io.helidon.examples.webserver</groupId>
3030
<artifactId>helidon-examples-webserver-threads</artifactId>
31-
<version>4.0.0-SNAPSHOT</version>
31+
<version>4.1.0-SNAPSHOT</version>
3232

3333
<properties>
3434
<mainClass>io.helidon.examples.webserver.threads.Main</mainClass>

grpc/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>helidon-grpc-project</artifactId>
2323
<groupId>io.helidon.grpc</groupId>
24-
<version>4.0.0-SNAPSHOT</version>
24+
<version>4.1.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon</groupId>
2424
<artifactId>helidon-project</artifactId>
25-
<version>4.0.0-SNAPSHOT</version>
25+
<version>4.1.0-SNAPSHOT</version>
2626
</parent>
2727
<packaging>pom</packaging>
2828

tests/integration/dbclient/mongodb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2019, 2023 Oracle and/or its affiliates.
3+
Copyright (c) 2019, 2024 Oracle and/or its affiliates.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.tests.integration.dbclient</groupId>
2424
<artifactId>helidon-tests-integration-dbclient-project</artifactId>
25-
<version>4.0.0-SNAPSHOT</version>
25+
<version>4.1.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>helidon-tests-integration-dbclient-mongodb</artifactId>

webclient/grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.helidon.webclient</groupId>
2323
<artifactId>helidon-webclient-project</artifactId>
24-
<version>4.0.0-SNAPSHOT</version>
24+
<version>4.1.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>helidon-webclient-grpc</artifactId>

webclient/tests/grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.helidon.webclient.tests</groupId>
2323
<artifactId>helidon-webclient-tests-project</artifactId>
24-
<version>4.0.0-SNAPSHOT</version>
24+
<version>4.1.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>helidon-webclient-tests-grpc</artifactId>

webserver/testing/junit5/grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.helidon.webserver.testing.junit5</groupId>
2626
<artifactId>helidon-webserver-testing-junit5-project</artifactId>
27-
<version>4.0.0-SNAPSHOT</version>
27+
<version>4.1.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>helidon-webserver-testing-junit5-grpc</artifactId>

0 commit comments

Comments
 (0)