Skip to content

Commit 71be1df

Browse files
Update version to 4.0.24-SNAPSHOT
1 parent 36af23d commit 71be1df

File tree

49 files changed

+97
-97
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+97
-97
lines changed

archetype/engine-v1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2020, 2025 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2026 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.build-tools.archetype</groupId>
2525
<artifactId>helidon-archetype-project</artifactId>
26-
<version>4.0.0-SNAPSHOT</version>
26+
<version>4.0.24-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-archetype-engine-v1</artifactId>
2929
<name>Helidon Archetype Engine</name>

archetype/engine-v2-json/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2022, 2025 Oracle and/or its affiliates.
4+
Copyright (c) 2022, 2026 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.build-tools.archetype</groupId>
2525
<artifactId>helidon-archetype-project</artifactId>
26-
<version>4.0.0-SNAPSHOT</version>
26+
<version>4.0.24-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-archetype-engine-v2-json</artifactId>
2929
<name>Helidon Archetype Engine V2 JSON Support</name>

archetype/engine-v2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2020, 2025 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2026 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.build-tools.archetype</groupId>
2525
<artifactId>helidon-archetype-project</artifactId>
26-
<version>4.0.0-SNAPSHOT</version>
26+
<version>4.0.24-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-archetype-engine-v2</artifactId>
2929
<name>Helidon Archetype Engine</name>

archetype/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2020, 2025 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2026 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.build-tools</groupId>
2525
<artifactId>helidon-build-tools-project</artifactId>
26-
<version>4.0.0-SNAPSHOT</version>
26+
<version>4.0.24-SNAPSHOT</version>
2727
</parent>
2828
<groupId>io.helidon.build-tools.archetype</groupId>
2929
<artifactId>helidon-archetype-project</artifactId>

cli/codegen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2020, 2025 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2026 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.build-tools.cli</groupId>
2424
<artifactId>helidon-cli-project</artifactId>
25-
<version>4.0.0-SNAPSHOT</version>
25+
<version>4.0.24-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>helidon-cli-codegen</artifactId>
2828
<name>Helidon Command Line Interface Code Generator</name>

cli/common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2021, 2025 Oracle and/or its affiliates.
4+
Copyright (c) 2021, 2026 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.helidon.build-tools.cli</groupId>
2323
<artifactId>helidon-cli-project</artifactId>
24-
<version>4.0.0-SNAPSHOT</version>
24+
<version>4.0.24-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>helidon-cli-common</artifactId>
2727
<name>Helidon Command Line Common</name>

cli/harness/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2020, 2025 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2026 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.build-tools.cli</groupId>
2424
<artifactId>helidon-cli-project</artifactId>
25-
<version>4.0.0-SNAPSHOT</version>
25+
<version>4.0.24-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>helidon-cli-harness</artifactId>
2828
<name>Helidon Command Line Interface Harness</name>

cli/impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2020, 2025 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2026 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.helidon.build-tools.cli</groupId>
2323
<artifactId>helidon-cli-project</artifactId>
24-
<version>4.0.0-SNAPSHOT</version>
24+
<version>4.0.24-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>helidon-cli-impl</artifactId>
2727
<name>Helidon Command Line Interface Impl</name>

cli/plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2020, 2025 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2026 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.build-tools.cli</groupId>
2424
<artifactId>helidon-cli-project</artifactId>
25-
<version>4.0.0-SNAPSHOT</version>
25+
<version>4.0.24-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>helidon-cli-plugin</artifactId>
2828
<name>Helidon Command Line Interface Plugin</name>

cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2020, 2025 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2026 Oracle and/or its affiliates.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.helidon.build-tools</groupId>
2323
<artifactId>helidon-build-tools-project</artifactId>
24-
<version>4.0.0-SNAPSHOT</version>
24+
<version>4.0.24-SNAPSHOT</version>
2525
</parent>
2626
<groupId>io.helidon.build-tools.cli</groupId>
2727
<artifactId>helidon-cli-project</artifactId>

0 commit comments

Comments
 (0)