Skip to content

Commit 516db4e

Browse files
authored
chore: cleanup poms and reduce warning noise (#1535)
* pom cleanup and reduce warning noise * added variable for version
1 parent b139a96 commit 516db4e

File tree

23 files changed

+38
-206
lines changed

23 files changed

+38
-206
lines changed

examples/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<plugin>
4949
<groupId>org.apache.maven.plugins</groupId>
5050
<artifactId>maven-deploy-plugin</artifactId>
51+
<version>3.1.1</version>
5152
<configuration>
5253
<skip>true</skip>
5354
</configuration>

examples/powertools-examples-batch/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
<plugin>
137137
<groupId>org.apache.maven.plugins</groupId>
138138
<artifactId>maven-deploy-plugin</artifactId>
139+
<version>3.1.1</version>
139140
<configuration>
140141
<skip>true</skip>
141142
</configuration>

examples/powertools-examples-cloudformation/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-deploy-plugin</artifactId>
147+
<version>3.1.1</version>
147148
<configuration>
148149
<skip>true</skip>
149150
</configuration>

examples/powertools-examples-core-utilities/cdk/app/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-deploy-plugin</artifactId>
135+
<version>3.1.1</version>
135136
<configuration>
136137
<skip>true</skip>
137138
</configuration>

examples/powertools-examples-core-utilities/cdk/infra/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<plugin>
3535
<groupId>org.apache.maven.plugins</groupId>
3636
<artifactId>maven-deploy-plugin</artifactId>
37+
<version>3.1.1</version>
3738
<configuration>
3839
<skip>true</skip>
3940
</configuration>

examples/powertools-examples-core-utilities/terraform/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-deploy-plugin</artifactId>
121+
<version>3.1.1</version>
121122
<configuration>
122123
<skip>true</skip>
123124
</configuration>

examples/powertools-examples-idempotency/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
178178
<artifactId>maven-deploy-plugin</artifactId>
179+
<version>3.1.1</version>
179180
<configuration>
180181
<skip>true</skip>
181182
</configuration>

examples/powertools-examples-parameters/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>
110110
<artifactId>maven-deploy-plugin</artifactId>
111+
<version>3.1.1</version>
111112
<configuration>
112113
<skip>true</skip>
113114
</configuration>

examples/powertools-examples-serialization/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<plugin>
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-deploy-plugin</artifactId>
44+
<version>3.1.1</version>
4445
<configuration>
4546
<skip>true</skip>
4647
</configuration>

examples/powertools-examples-validation/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
<plugin>
107107
<groupId>org.apache.maven.plugins</groupId>
108108
<artifactId>maven-deploy-plugin</artifactId>
109+
<version>3.1.1</version>
109110
<configuration>
110111
<skip>true</skip>
111112
</configuration>

0 commit comments

Comments
 (0)