diff --git a/annotation/pom.xml b/annotation/pom.xml index 74898a160a4..d9d7cc16df0 100644 --- a/annotation/pom.xml +++ b/annotation/pom.xml @@ -21,7 +21,7 @@ com.google.errorprone error_prone_parent - 2.3.3-SNAPSHOT + 2.3.2-SNAPSHOT @BugPattern annotation diff --git a/annotations/pom.xml b/annotations/pom.xml index cd3b5d46650..a717da8431e 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -21,7 +21,7 @@ com.google.errorprone error_prone_parent - 2.3.3-SNAPSHOT + 2.3.2-SNAPSHOT error-prone annotations diff --git a/check_api/pom.xml b/check_api/pom.xml index 887f3b7c28c..0872fbd5f98 100644 --- a/check_api/pom.xml +++ b/check_api/pom.xml @@ -31,7 +31,7 @@ com.google.errorprone error_prone_parent - 2.3.3-SNAPSHOT + 2.3.2-SNAPSHOT error-prone check api diff --git a/core/pom.xml b/core/pom.xml index 626c24c91ea..1238a7fab6e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -31,7 +31,7 @@ com.google.errorprone error_prone_parent - 2.3.3-SNAPSHOT + 2.3.2-SNAPSHOT error-prone library diff --git a/core/src/main/java/com/google/errorprone/bugpatterns/AnnotationPosition.java b/core/src/main/java/com/google/errorprone/bugpatterns/AnnotationPosition.java index 6624c6396d1..cb233a6d5cc 100644 --- a/core/src/main/java/com/google/errorprone/bugpatterns/AnnotationPosition.java +++ b/core/src/main/java/com/google/errorprone/bugpatterns/AnnotationPosition.java @@ -71,7 +71,7 @@ */ @BugPattern( name = "AnnotationPosition", - summary = "Annotations should be positioned after Javadocs, but before modifiers..", + summary = "Annotations should be positioned after Javadocs, but before modifiers.", severity = WARNING, tags = STYLE, linkType = CUSTOM, diff --git a/docgen/pom.xml b/docgen/pom.xml index 222fcae8cf2..5eddb520238 100644 --- a/docgen/pom.xml +++ b/docgen/pom.xml @@ -21,7 +21,7 @@ com.google.errorprone error_prone_parent - 2.3.3-SNAPSHOT + 2.3.2-SNAPSHOT Documentation tool for generating Error Prone bugpattern documentation diff --git a/docgen_processor/pom.xml b/docgen_processor/pom.xml index 189af8896cf..19cef2341e6 100644 --- a/docgen_processor/pom.xml +++ b/docgen_processor/pom.xml @@ -21,7 +21,7 @@ com.google.errorprone error_prone_parent - 2.3.3-SNAPSHOT + 2.3.2-SNAPSHOT JSR-269 annotation processor for @BugPattern annotation diff --git a/pom.xml b/pom.xml index fd54aa4d924..3bca78efd99 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ Error Prone parent POM com.google.errorprone error_prone_parent - 2.3.3-SNAPSHOT + 2.3.2-SNAPSHOT pom diff --git a/refaster/pom.xml b/refaster/pom.xml index 1b187a7c160..fc476332c05 100644 --- a/refaster/pom.xml +++ b/refaster/pom.xml @@ -19,7 +19,7 @@ error_prone_parent com.google.errorprone - 2.3.3-SNAPSHOT + 2.3.2-SNAPSHOT 4.0.0 diff --git a/test_helpers/pom.xml b/test_helpers/pom.xml index f4342cf1bfa..de28aaad659 100644 --- a/test_helpers/pom.xml +++ b/test_helpers/pom.xml @@ -31,7 +31,7 @@ com.google.errorprone error_prone_parent - 2.3.3-SNAPSHOT + 2.3.2-SNAPSHOT error-prone test helpers diff --git a/type_annotations/pom.xml b/type_annotations/pom.xml index 9c19a99d025..867bbcbfb83 100644 --- a/type_annotations/pom.xml +++ b/type_annotations/pom.xml @@ -15,13 +15,15 @@ limitations under the License. --> - + 4.0.0 com.google.errorprone error_prone_parent - 2.3.3-SNAPSHOT + 2.3.2-SNAPSHOT error-prone type annotations