Skip to content

Commit cc4c763

Browse files
Uptake build-tools 4.0.23 (#10721)
1 parent fe04679 commit cc4c763

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

applications/parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
<version.plugin.dependency>3.6.0</version.plugin.dependency>
4242
<version.plugin.exec>3.1.0</version.plugin.exec>
4343
<version.plugin.failsafe>3.1.2</version.plugin.failsafe>
44-
<version.plugin.helidon>4.0.22</version.plugin.helidon>
45-
<version.plugin.helidon-cli>4.0.22</version.plugin.helidon-cli>
44+
<version.plugin.helidon>4.0.23</version.plugin.helidon>
45+
<version.plugin.helidon-cli>4.0.23</version.plugin.helidon-cli>
4646
<version.plugin.jar>3.3.0</version.plugin.jar>
4747
<version.plugin.nativeimage>0.10.2</version.plugin.nativeimage>
4848
<version.plugin.os>1.5.0.Final</version.plugin.os>

archetypes/archetypes/src/main/archetype/common/docker.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
<directory>files</directory>
6464
<includes>
6565
<include>Dockerfile.mustache</include>
66-
<include if="${docker.native-image}">Dockerfile.native.mustache</include>
67-
<include if="${docker.jlink-image}">Dockerfile.jlink.mustache</include>
66+
<include if="${native-image}">Dockerfile.native.mustache</include>
67+
<include if="${jlink-image}">Dockerfile.jlink.mustache</include>
6868
</includes>
6969
</templates>
7070
<model>
@@ -74,7 +74,7 @@
7474
<list key="src-dirs" if="!${multi-module}">
7575
<value>ADD src src</value>
7676
</list>
77-
<list key="native-sections" if="${docker.native-image}">
77+
<list key="native-sections" if="${native-image}">
7878
<value file="files/README.native.md"/>
7979
</list>
8080
<list key="readme-sections">
@@ -100,7 +100,7 @@ docker run --rm -p 8080:8080 {{artifactId}}:latest
100100
Exercise the application as described above.
101101
]]>
102102
</value>
103-
<value template="mustache" if="${docker.native-image}">
103+
<value template="mustache" if="${native-image}">
104104
<![CDATA[
105105
## Building a Native Image
106106
@@ -109,7 +109,7 @@ Exercise the application as described above.
109109
{{/native-sections}}
110110
]]>
111111
</value>
112-
<value order="40" template="mustache" if="${docker.jlink-image}">
112+
<value order="40" template="mustache" if="${jlink-image}">
113113
<![CDATA[
114114
## Building a Custom Runtime Image
115115
@@ -147,7 +147,7 @@ For more information on available configuration options see the helidon-maven-pl
147147
]]>
148148
</value>
149149
</list>
150-
<list key="docker-phase1-options" if="${~flavor} == 'mp'">
150+
<list key="docker-phase1-options" if="${flavor} == 'mp'">
151151
<value>-Declipselink.weave.skip</value>
152152
<value>-DskipOpenApiGenerate</value>
153153
</list>

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
<plugin>
169169
<groupId>io.helidon.build-tools</groupId>
170170
<artifactId>helidon-build-cache-maven-plugin</artifactId>
171-
<version>4.0.22</version>
171+
<version>4.0.23</version>
172172
</plugin>
173173
</plugins>
174174
</pluginManagement>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<version.plugin.exec>3.1.0</version.plugin.exec>
129129
<version.plugin.failsafe>3.1.2</version.plugin.failsafe>
130130
<version.plugin.glassfish-copyright>2.3</version.plugin.glassfish-copyright>
131-
<version.plugin.helidon-build-tools>4.0.22</version.plugin.helidon-build-tools>
131+
<version.plugin.helidon-build-tools>4.0.23</version.plugin.helidon-build-tools>
132132
<version.plugin.hibernate-enhance>${version.lib.hibernate}</version.plugin.hibernate-enhance>
133133
<version.plugin.install>3.1.2</version.plugin.install>
134134
<version.plugin.invoker>3.2.2</version.plugin.invoker>

0 commit comments

Comments
 (0)