Skip to content

Commit 199a31b

Browse files
committed
Release Error Prone 2.10.0
1 parent 99cdb15 commit 199a31b

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

annotation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.google.errorprone</groupId>
2323
<artifactId>error_prone_parent</artifactId>
24-
<version>HEAD-SNAPSHOT</version>
24+
<version>2.10.0</version>
2525
</parent>
2626

2727
<name>@BugPattern annotation</name>

annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.google.errorprone</groupId>
2323
<artifactId>error_prone_parent</artifactId>
24-
<version>HEAD-SNAPSHOT</version>
24+
<version>2.10.0</version>
2525
</parent>
2626

2727
<name>error-prone annotations</name>

check_api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.google.errorprone</groupId>
2323
<artifactId>error_prone_parent</artifactId>
24-
<version>HEAD-SNAPSHOT</version>
24+
<version>2.10.0</version>
2525
</parent>
2626

2727
<name>error-prone check api</name>

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.google.errorprone</groupId>
2323
<artifactId>error_prone_parent</artifactId>
24-
<version>HEAD-SNAPSHOT</version>
24+
<version>2.10.0</version>
2525
</parent>
2626

2727
<name>error-prone library</name>

docgen/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.google.errorprone</groupId>
2323
<artifactId>error_prone_parent</artifactId>
24-
<version>HEAD-SNAPSHOT</version>
24+
<version>2.10.0</version>
2525
</parent>
2626

2727
<name>Documentation tool for generating Error Prone bugpattern documentation</name>

docgen_processor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.google.errorprone</groupId>
2323
<artifactId>error_prone_parent</artifactId>
24-
<version>HEAD-SNAPSHOT</version>
24+
<version>2.10.0</version>
2525
</parent>
2626

2727
<name>JSR-269 annotation processor for @BugPattern annotation</name>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<name>Error Prone parent POM</name>
2222
<groupId>com.google.errorprone</groupId>
2323
<artifactId>error_prone_parent</artifactId>
24-
<version>HEAD-SNAPSHOT</version>
24+
<version>2.10.0</version>
2525
<packaging>pom</packaging>
2626

2727
<description>Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.</description>

refaster/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>error_prone_parent</artifactId>
2121
<groupId>com.google.errorprone</groupId>
22-
<version>HEAD-SNAPSHOT</version>
22+
<version>2.10.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

test_helpers/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.google.errorprone</groupId>
2323
<artifactId>error_prone_parent</artifactId>
24-
<version>HEAD-SNAPSHOT</version>
24+
<version>2.10.0</version>
2525
</parent>
2626

2727
<name>error-prone test helpers</name>

type_annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.google.errorprone</groupId>
2323
<artifactId>error_prone_parent</artifactId>
24-
<version>HEAD-SNAPSHOT</version>
24+
<version>2.10.0</version>
2525
</parent>
2626

2727
<name>error-prone type annotations</name>

0 commit comments

Comments
 (0)