Skip to content

Commit 1a13c60

Browse files
authored
Merge pull request #134 from xdev-software/renovate/org.codehaus.mojo-flatten-maven-plugin-1.x
Update dependency org.codehaus.mojo:flatten-maven-plugin to v1.7.1
2 parents 195699c + 22928a0 commit 1a13c60

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>org.codehaus.mojo</groupId>
137137
<artifactId>flatten-maven-plugin</artifactId>
138-
<version>1.7.0</version>
138+
<version>1.7.1</version>
139139
<configuration>
140140
<flattenMode>bom</flattenMode>
141141
</configuration>

codec-sha256/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>org.codehaus.mojo</groupId>
164164
<artifactId>flatten-maven-plugin</artifactId>
165-
<version>1.7.0</version>
165+
<version>1.7.1</version>
166166
<configuration>
167167
<flattenMode>ossrh</flattenMode>
168168
</configuration>

crypto-symmetric-managed/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
<plugin>
183183
<groupId>org.codehaus.mojo</groupId>
184184
<artifactId>flatten-maven-plugin</artifactId>
185-
<version>1.7.0</version>
185+
<version>1.7.1</version>
186186
<configuration>
187187
<flattenMode>ossrh</flattenMode>
188188
</configuration>

crypto-symmetric/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>org.codehaus.mojo</groupId>
164164
<artifactId>flatten-maven-plugin</artifactId>
165-
<version>1.7.0</version>
165+
<version>1.7.1</version>
166166
<configuration>
167167
<flattenMode>ossrh</flattenMode>
168168
</configuration>

csp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<plugin>
172172
<groupId>org.codehaus.mojo</groupId>
173173
<artifactId>flatten-maven-plugin</artifactId>
174-
<version>1.7.0</version>
174+
<version>1.7.1</version>
175175
<configuration>
176176
<flattenMode>ossrh</flattenMode>
177177
</configuration>

metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<plugin>
167167
<groupId>org.codehaus.mojo</groupId>
168168
<artifactId>flatten-maven-plugin</artifactId>
169-
<version>1.7.0</version>
169+
<version>1.7.1</version>
170170
<configuration>
171171
<flattenMode>ossrh</flattenMode>
172172
</configuration>

oauth2-oidc-remember-me/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
<plugin>
197197
<groupId>org.codehaus.mojo</groupId>
198198
<artifactId>flatten-maven-plugin</artifactId>
199-
<version>1.7.0</version>
199+
<version>1.7.1</version>
200200
<configuration>
201201
<flattenMode>ossrh</flattenMode>
202202
</configuration>

oauth2-oidc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
<plugin>
216216
<groupId>org.codehaus.mojo</groupId>
217217
<artifactId>flatten-maven-plugin</artifactId>
218-
<version>1.7.0</version>
218+
<version>1.7.1</version>
219219
<configuration>
220220
<flattenMode>ossrh</flattenMode>
221221
</configuration>

vaadin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
<plugin>
213213
<groupId>org.codehaus.mojo</groupId>
214214
<artifactId>flatten-maven-plugin</artifactId>
215-
<version>1.7.0</version>
215+
<version>1.7.1</version>
216216
<configuration>
217217
<flattenMode>ossrh</flattenMode>
218218
</configuration>

web-sidecar-actuator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
<plugin>
200200
<groupId>org.codehaus.mojo</groupId>
201201
<artifactId>flatten-maven-plugin</artifactId>
202-
<version>1.7.0</version>
202+
<version>1.7.1</version>
203203
<configuration>
204204
<flattenMode>ossrh</flattenMode>
205205
</configuration>

web-sidecar-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<plugin>
177177
<groupId>org.codehaus.mojo</groupId>
178178
<artifactId>flatten-maven-plugin</artifactId>
179-
<version>1.7.0</version>
179+
<version>1.7.1</version>
180180
<configuration>
181181
<flattenMode>ossrh</flattenMode>
182182
</configuration>

web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<plugin>
167167
<groupId>org.codehaus.mojo</groupId>
168168
<artifactId>flatten-maven-plugin</artifactId>
169-
<version>1.7.0</version>
169+
<version>1.7.1</version>
170170
<configuration>
171171
<flattenMode>ossrh</flattenMode>
172172
</configuration>

0 commit comments

Comments
 (0)