Skip to content

Commit 75a7812

Browse files
Update version to 4.0.15-SNAPSHOT
1 parent a756770 commit 75a7812

File tree

46 files changed

+92
-92
lines changed

Some content is hidden

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

46 files changed

+92
-92
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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2025 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.15-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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2022, 2025 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.15-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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2025 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.15-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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2025 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.15-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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2025 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.15-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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2021, 2025 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.15-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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2025 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.15-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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2025 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.15-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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2025 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.15-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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2025 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.15-SNAPSHOT</version>
2525
</parent>
2626
<groupId>io.helidon.build-tools.cli</groupId>
2727
<artifactId>helidon-cli-project</artifactId>

cli/tests/functional/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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2022, 2025 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.
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.helidon.build-tools.cli.tests</groupId>
2626
<artifactId>helidon-cli-tests</artifactId>
27-
<version>4.0.0-SNAPSHOT</version>
27+
<version>4.0.15-SNAPSHOT</version>
2828
</parent>
2929

3030
<groupId>io.helidon.build-tools.cli.tests.functional</groupId>

cli/tests/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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2022, 2025 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.15-SNAPSHOT</version>
2525
</parent>
2626
<groupId>io.helidon.build-tools.cli.tests</groupId>
2727
<artifactId>helidon-cli-tests</artifactId>

common/ansi/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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2021, 2025 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.common</groupId>
2424
<artifactId>helidon-build-common-project</artifactId>
25-
<version>4.0.0-SNAPSHOT</version>
25+
<version>4.0.15-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>helidon-build-common-ansi</artifactId>
2828
<name>Helidon Build Tools Common Ansi</name>

common/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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2021, 2025 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.common</groupId>
2424
<artifactId>helidon-build-common-project</artifactId>
25-
<version>4.0.0-SNAPSHOT</version>
25+
<version>4.0.15-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>helidon-build-common</artifactId>
2828
<name>Helidon Build Tools Common</name>

common/markdown/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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2021, 2025 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.common</groupId>
2424
<artifactId>helidon-build-common-project</artifactId>
25-
<version>4.0.0-SNAPSHOT</version>
25+
<version>4.0.15-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>helidon-build-common-markdown</artifactId>
2828
<name>Helidon Build Tools Common Markdown</name>

common/maven-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) 2021, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2021, 2025 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.common</groupId>
2424
<artifactId>helidon-build-common-project</artifactId>
25-
<version>4.0.0-SNAPSHOT</version>
25+
<version>4.0.15-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>helidon-build-common-maven-plugin</artifactId>
2828
<name>Helidon Build Tools Common Maven Plugin</name>

common/maven-url-support/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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2021, 2025 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.common</groupId>
2525
<artifactId>helidon-build-common-project</artifactId>
26-
<version>4.0.0-SNAPSHOT</version>
26+
<version>4.0.15-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-build-common-maven-url-support</artifactId>
2929
<name>Helidon Build Tools Common Maven URL Support</name>

common/maven/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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2021, 2025 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.common</groupId>
2424
<artifactId>helidon-build-common-project</artifactId>
25-
<version>4.0.0-SNAPSHOT</version>
25+
<version>4.0.15-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>helidon-build-common-maven</artifactId>
2828
<name>Helidon Build Tools Common Maven</name>

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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2021, 2025 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</groupId>
2424
<artifactId>helidon-build-tools-project</artifactId>
25-
<version>4.0.0-SNAPSHOT</version>
25+
<version>4.0.15-SNAPSHOT</version>
2626
</parent>
2727
<groupId>io.helidon.build-tools.common</groupId>
2828
<artifactId>helidon-build-common-project</artifactId>

common/test-utils/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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2021, 2025 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.common</groupId>
2424
<artifactId>helidon-build-common-project</artifactId>
25-
<version>4.0.0-SNAPSHOT</version>
25+
<version>4.0.15-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>helidon-build-common-test-utils</artifactId>
2828
<name>Helidon Build Tools Common Test Utils</name>

common/xml/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, 2024 Oracle and/or its affiliates.
4+
Copyright (c) 2021, 2025 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.common</groupId>
2424
<artifactId>helidon-build-common-project</artifactId>
25-
<version>4.0.0-SNAPSHOT</version>
25+
<version>4.0.15-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>helidon-build-common-xml</artifactId>
2828
<name>Helidon Build Tools Common XML</name>

dev-loop/common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
Copyright (c) 2020, 2024 Oracle and/or its affiliates.
3+
Copyright (c) 2020, 2025 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.
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.helidon.build-tools.devloop</groupId>
2222
<artifactId>helidon-build-devloop-project</artifactId>
23-
<version>4.0.0-SNAPSHOT</version>
23+
<version>4.0.15-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>helidon-build-devloop-common</artifactId>
2626
<name>Helidon Dev Loop Common</name>

0 commit comments

Comments
 (0)