Skip to content

Commit e740617

Browse files
committed
Update maven and plugins
- Bump maven from 3.9.0 to 3.9.1 - Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2 - Bump maven-pmd-plugin from 3.20.0 to 3.21.0 - Bump maven-resource-plugin from 3.3.0 to 3.3.1 - Bump maven-site-plugin from 4.4.0-M4 to 4.4.0-M8 - Bump maven-surefire-plugin from 3.0.0-M8 to 3.1.0 - Bump maven-dependency-plugin from 3.3.0 to 3.5.0 - Bump maven-enforcer-plugin from 3.1.0 to 3.3.0 - Bump maven-deploy-plugin from 3.1.0 to 3.1.1
1 parent a1fe5bb commit e740617

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.0/apache-maven-3.9.0-bin.zip
17+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.2/apache-maven-3.9.2-bin.zip
1818
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar

net.sourceforge.pmd.eclipse.plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>org.apache.maven.plugins</groupId>
6464
<artifactId>maven-dependency-plugin</artifactId>
65-
<version>3.3.0</version>
65+
<version>3.5.0</version>
6666
<configuration>
6767
<stripVersion>true</stripVersion>
6868
<prependGroupId>false</prependGroupId>

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<pmd.version>7.0.0-rc2</pmd.version>
2525
<pmd.build-tools.version>20</pmd.build-tools.version>
2626
<checkstyle.version>10.7.0</checkstyle.version>
27-
<checkstyle.plugin.version>3.2.1</checkstyle.plugin.version>
28-
<pmd.plugin.version>3.20.0</pmd.plugin.version>
27+
<checkstyle.plugin.version>3.2.2</checkstyle.plugin.version>
28+
<pmd.plugin.version>3.21.0</pmd.plugin.version>
2929
<pmd.check.version>6.55.0</pmd.check.version>
3030

3131
<keystorePath>.ci/files/pmd-eclipse-plugin.p12</keystorePath>
@@ -186,12 +186,12 @@
186186
<plugin>
187187
<groupId>org.apache.maven.plugins</groupId>
188188
<artifactId>maven-deploy-plugin</artifactId>
189-
<version>3.1.0</version>
189+
<version>3.1.1</version>
190190
</plugin>
191191
<plugin>
192192
<groupId>org.apache.maven.plugins</groupId>
193193
<artifactId>maven-enforcer-plugin</artifactId>
194-
<version>3.1.0</version>
194+
<version>3.3.0</version>
195195
</plugin>
196196
<plugin>
197197
<groupId>org.apache.maven.plugins</groupId>
@@ -206,17 +206,17 @@
206206
<plugin>
207207
<groupId>org.apache.maven.plugins</groupId>
208208
<artifactId>maven-resources-plugin</artifactId>
209-
<version>3.3.0</version>
209+
<version>3.3.1</version>
210210
</plugin>
211211
<plugin>
212212
<groupId>org.apache.maven.plugins</groupId>
213213
<artifactId>maven-site-plugin</artifactId>
214-
<version>4.0.0-M4</version>
214+
<version>4.0.0-M8</version>
215215
</plugin>
216216
<plugin>
217217
<groupId>org.apache.maven.plugins</groupId>
218218
<artifactId>maven-surefire-plugin</artifactId>
219-
<version>3.0.0-M8</version>
219+
<version>3.1.0</version>
220220
</plugin>
221221
<plugin>
222222
<groupId>org.eclipse.tycho</groupId>

0 commit comments

Comments
 (0)