You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2021/10/07 19:13:55 UTC

[db-jdo] 01/02: Fixed checkstyle dependency

This is an automated email from the ASF dual-hosted git repository.

mbo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/db-jdo.git

commit fe187097e86ef2ba023069c6f4339df0af7454ab
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Thu Oct 7 21:11:44 2021 +0200

    Fixed checkstyle dependency
---
 parent-pom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index 88a0d21..922582b 100644
--- a/parent-pom/pom.xml
+++ b/parent-pom/pom.xml
@@ -273,7 +273,7 @@ Requests (JSR 12 and 243) under the auspices of the Java Community Process.</des
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>3.1.1.</version>
+                    <version>3.1.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.felix</groupId>