Skip to content

Commit 11cd90b

Browse files
Update version to 2.3.2-SNAPSHOT
1 parent 6bbe101 commit 11cd90b

File tree

22 files changed

+44
-44
lines changed

22 files changed

+44
-44
lines changed

build-cache-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 Oracle and/or its affiliates.
4+
Copyright (c) 2021, 2022 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
<artifactId>helidon-build-tools-project</artifactId>
2424
<groupId>io.helidon.build-tools</groupId>
25-
<version>2.3.1-SNAPSHOT</version>
25+
<version>2.3.2-SNAPSHOT</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>helidon-build-cache-maven-plugin</artifactId>

dev-loop/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, 2021 Oracle and/or its affiliates.
3+
Copyright (c) 2020, 2022 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.build-tools</groupId>
2424
<artifactId>helidon-build-tools-project</artifactId>
25-
<version>2.3.1-SNAPSHOT</version>
25+
<version>2.3.2-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>helidon-dev-loop</artifactId>
2828
<name>Helidon Dev Loop</name>

enforcer-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 Oracle and/or its affiliates.
4+
Copyright (c) 2021, 2022 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</groupId>
2626
<artifactId>helidon-build-tools-project</artifactId>
27-
<version>2.3.1-SNAPSHOT</version>
27+
<version>2.3.2-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>helidon-enforcer-plugin</artifactId>
3030
<name>Helidon Enforcer Plugin</name>

helidon-archetype/engine/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, 2021 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2022 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>2.3.1-SNAPSHOT</version>
26+
<version>2.3.2-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-archetype-engine</artifactId>
2929
<name>Helidon Archetype Engine</name>

helidon-archetype/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) 2020, 2021 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2022 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>2.3.1-SNAPSHOT</version>
26+
<version>2.3.2-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-archetype-maven-plugin</artifactId>
2929
<name>Helidon Archetype Maven Plugin</name>

helidon-archetype/maven-plugin/src/it/projects/test1/catalog2/catalog.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, 2021 Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2020, 2022 Oracle and/or its affiliates. All rights reserved.
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.
@@ -19,7 +19,7 @@
1919
<archetype-catalog modelVersion="1.0"
2020
name="catalog2"
2121
groupId="io.helidon.build-tools.archetype.tests"
22-
version="2.3.1-SNAPSHOT">
22+
version="2.3.2-SNAPSHOT">
2323

2424
<archetype name="test-archetype1"
2525
title="Test Archetype #1"

helidon-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, 2021 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2022 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>2.3.1-SNAPSHOT</version>
26+
<version>2.3.2-SNAPSHOT</version>
2727
</parent>
2828
<groupId>io.helidon.build-tools.archetype</groupId>
2929
<artifactId>helidon-archetype-project</artifactId>

helidon-cli-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) 2018, 2021 Oracle and/or its affiliates.
4+
Copyright (c) 2018, 2022 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>2.3.1-SNAPSHOT</version>
25+
<version>2.3.2-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>helidon-cli-maven-plugin</artifactId>
2828
<name>Helidon CLI Maven Plugin</name>

helidon-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, 2021 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2022 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.cli</groupId>
2525
<artifactId>helidon-cli-project</artifactId>
26-
<version>2.3.1-SNAPSHOT</version>
26+
<version>2.3.2-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-cli-codegen</artifactId>
2929
<name>Helidon Command Line Interface Code Generator</name>

helidon-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, 2021 Oracle and/or its affiliates.
4+
Copyright (c) 2020, 2022 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.cli</groupId>
2525
<artifactId>helidon-cli-project</artifactId>
26-
<version>2.3.1-SNAPSHOT</version>
26+
<version>2.3.2-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-cli-harness</artifactId>
2929
<name>Helidon Command Line Interface Harness</name>

0 commit comments

Comments
 (0)