Skip to content

Commit 1d18e62

Browse files
authored
Merge pull request #30 from ligangty/master
Update plugin versions to latest
2 parents 6bb7e3a + dffda7b commit 1d18e62

File tree

4 files changed

+28
-29
lines changed

4 files changed

+28
-29
lines changed

codestyles/CommonJava.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
Copyright (C) 2012 John Casey (jdcasey@commonjava.org)
3+
Copyright (C) 2011-2021 Red Hat, Inc. (http://github.com/Commonjava/commonjava)
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

pmd-ruleset.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!--
33
4-
Copyright (C) 2012 John Casey (jdcasey@commonjava.org)
4+
Copyright (C) 2011-2021 Red Hat, Inc. (http://github.com/Commonjava/commonjava)
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -16,7 +16,6 @@
1616
limitations under the License.
1717
1818
-->
19-
2019
<ruleset name="Custom ruleset" xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
2120
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2221
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">

pom.xml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
Copyright (C) 2012 John Casey (jdcasey@commonjava.org)
3+
Copyright (C) 2011-2021 Red Hat, Inc. (http://github.com/Commonjava/commonjava)
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -28,7 +28,7 @@
2828
<url>https://github.com/Commonjava/commonjava</url>
2929

3030
<description>CommonJava top-level parent POM.</description>
31-
<inceptionYear>2012</inceptionYear>
31+
<inceptionYear>2011-2021</inceptionYear>
3232

3333
<licenses>
3434
<license>
@@ -40,9 +40,9 @@
4040

4141
<developers>
4242
<developer>
43-
<id>jdcasey</id>
44-
<email>jdcasey@commonjava.org</email>
45-
<name>John Casey</name>
43+
<id>Red Hat, Inc.</id>
44+
<name>Red Hat, Inc.</name>
45+
<organization>Red Hat, Inc.</organization>
4646
</developer>
4747
</developers>
4848

@@ -56,36 +56,36 @@
5656
<properties>
5757
<javaVersion>1.8</javaVersion>
5858
<javaTestVersion>${javaVersion}</javaTestVersion>
59-
<projectOwner>John Casey</projectOwner>
60-
<projectEmail>jdcasey@commonjava.org</projectEmail>
59+
<projectOwner>Red Hat, Inc.</projectOwner>
60+
<projectEmail>http://github.com/Commonjava/commonjava</projectEmail>
6161
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
62-
<version.plugin.compiler>3.1</version.plugin.compiler>
63-
<version.plugin.plugin>3.2</version.plugin.plugin>
62+
<version.plugin.compiler>3.8.1</version.plugin.compiler>
63+
<version.plugin.plugin>3.6.0</version.plugin.plugin>
6464
<version.plugin.plexus-component-metadata>1.6</version.plugin.plexus-component-metadata>
65-
<version.plugin.release>2.5</version.plugin.release>
66-
<version.plugin.enforcer>1.4</version.plugin.enforcer>
67-
<version.plugin.assembly>2.3</version.plugin.assembly>
68-
<version.plugin.jar>2.4</version.plugin.jar>
69-
<version.plugin.source>2.1.2</version.plugin.source>
70-
<version.plugin.javadoc>2.8.1</version.plugin.javadoc>
71-
<version.plugin.gpg>1.1</version.plugin.gpg>
72-
<version.plugin.surefire>2.18.1</version.plugin.surefire>
73-
<version.plugin.failsafe>2.18.1</version.plugin.failsafe>
74-
<version.plugin.clean>2.5</version.plugin.clean>
65+
<version.plugin.release>2.5.3</version.plugin.release>
66+
<version.plugin.enforcer>1.4.1</version.plugin.enforcer>
67+
<version.plugin.assembly>3.3.0</version.plugin.assembly>
68+
<version.plugin.jar>3.2.0</version.plugin.jar>
69+
<version.plugin.source>3.2.1</version.plugin.source>
70+
<version.plugin.javadoc>3.2.0</version.plugin.javadoc>
71+
<version.plugin.gpg>1.6</version.plugin.gpg>
72+
<version.plugin.surefire>2.22.2</version.plugin.surefire>
73+
<version.plugin.failsafe>2.22.2</version.plugin.failsafe>
74+
<version.plugin.clean>3.1.0</version.plugin.clean>
7575
<version.plugin.deploy>2.8.2</version.plugin.deploy>
76-
<version.plugin.install>2.4</version.plugin.install>
77-
<version.plugin.resources>2.6</version.plugin.resources>
78-
<version.plugin.site>3.3</version.plugin.site>
79-
<version.plugin.pmd>3.6</version.plugin.pmd>
80-
<version.plugin.jacoco>0.7.5.201505241946</version.plugin.jacoco>
76+
<version.plugin.install>2.5.2</version.plugin.install>
77+
<version.plugin.resources>3.2.0</version.plugin.resources>
78+
<version.plugin.site>3.9.1</version.plugin.site>
79+
<version.plugin.pmd>3.9.0</version.plugin.pmd>
80+
<version.plugin.jacoco>0.8.6</version.plugin.jacoco>
8181

8282
<plugin.jacoco.skip>true</plugin.jacoco.skip>
8383

8484
<skipIllegalTransitiveEnforcement>false</skipIllegalTransitiveEnforcement>
8585
<enforceManagedDeps>true</enforceManagedDeps>
8686

8787
<unEnforcedPlugins>org.eclipse.m2e:lifecycle-mapping</unEnforcedPlugins>
88-
<enforcedMavenVersion>(,2.1.0),(2.1.0,2.2.0),(2.2.0,)</enforcedMavenVersion>
88+
<enforcedMavenVersion>(3.0.0,)</enforcedMavenVersion>
8989
<enforcedJavaVersion>${javaVersion}</enforcedJavaVersion>
9090

9191
<enforceBestPractices>true</enforceBestPractices>

travis-settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
Copyright (C) 2012 John Casey (jdcasey@commonjava.org)
3+
Copyright (C) 2011-2021 Red Hat, Inc. (http://github.com/Commonjava/commonjava)
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)