Skip to content

Commit 65f6432

Browse files
committedJan 10, 2022
JAVA-9022: Fix formatting of POMs
1 parent b9cc959 commit 65f6432

File tree

97 files changed

+392
-412
lines changed

Some content is hidden

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

97 files changed

+392
-412
lines changed
 

‎aws-lambda/shipping-tracker/ShippingFunction/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<groupId>com.baeldung</groupId>
66
<artifactId>ShippingFunction</artifactId>
77
<version>1.0</version>
8-
<packaging>jar</packaging>
98
<name>ShippingFunction</name>
9+
<packaging>jar</packaging>
1010

1111
<dependencies>
1212
<dependency>

‎aws-lambda/todo-reminder/ToDoFunction/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<groupId>helloworld</groupId>
66
<artifactId>ToDoFunction</artifactId>
77
<version>1.0</version>
8-
<packaging>jar</packaging>
98
<name>ToDoFunction</name>
9+
<packaging>jar</packaging>
1010

1111
<dependencies>
1212
<dependency>

0 commit comments

Comments
 (0)