Skip to content

Commit 420048d

Browse files
committed
Add GraalVM to example name.
1 parent 9fca7ab commit 420048d

File tree

2 files changed

+2
-2
lines changed
  • examples
    • powertools-examples-core-utilities/sam-graalvm
    • powertools-examples-parameters/sam-graalvm

2 files changed

+2
-2
lines changed

examples/powertools-examples-core-utilities/sam-graalvm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<name>Powertools for AWS Lambda (Java) - Examples - Core Utilities (logging, tracing, metrics) with SAM</name>
5+
<name>Powertools for AWS Lambda (Java) - Examples - Core Utilities (logging, tracing, metrics) with SAM GraalVM</name>
66
<groupId>software.amazon.lambda.examples</groupId>
77
<version>2.0.0-SNAPSHOT</version>
88
<artifactId>powertools-examples-core-utilities-sam-graalvm</artifactId>

examples/powertools-examples-parameters/sam-graalvm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>2.0.0-SNAPSHOT</version>
66
<artifactId>powertools-examples-parameters-sam-graalvm</artifactId>
77
<packaging>jar</packaging>
8-
<name>Powertools for AWS Lambda (Java) - Examples - Parameters</name>
8+
<name>Powertools for AWS Lambda (Java) - Examples - Parameters GraalVM</name>
99

1010
<properties>
1111
<log4j.version>2.24.0</log4j.version>

0 commit comments

Comments
 (0)