This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new bb8f8adc99 Upgrading maven-checkstyle-plugin
bb8f8adc99 is described below
commit bb8f8adc99bed8a5d716a6af841617ca55a6b569
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue May 23 11:13:57 2023 +0200
Upgrading maven-checkstyle-plugin
---
pom.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7a12373ab0..8d1fd5862e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -301,8 +301,6 @@ under the License.
<developer>
<id>skylark17</id>
<name>Matteo Alessandroni</name>
- <organization>Tirasa</organization>
- <organizationUrl>https://www.tirasa.net/</organizationUrl>
<roles>
<role>PMC member</role>
</roles>
@@ -1705,7 +1703,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>3.2.2</version>
+ <version>3.3.0</version>
<configuration>
<configLocation>${rootpom.basedir}/src/main/resources/org/apache/syncope/checkstyle.xml</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>