Release Error Prone 2.45.0
diff --git a/annotation/pom.xml b/annotation/pom.xml index fbbba7c..224fe0e 100644 --- a/annotation/pom.xml +++ b/annotation/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_parent</artifactId> - <version>1.0-HEAD-SNAPSHOT</version> + <version>2.45.0</version> </parent> <name>@BugPattern annotation</name>
diff --git a/annotations/pom.xml b/annotations/pom.xml index 62ebfe8..638a17c 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_parent</artifactId> - <version>1.0-HEAD-SNAPSHOT</version> + <version>2.45.0</version> </parent> <name>error-prone annotations</name>
diff --git a/check_api/pom.xml b/check_api/pom.xml index 0c40bb0..fa264e2 100644 --- a/check_api/pom.xml +++ b/check_api/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_parent</artifactId> - <version>1.0-HEAD-SNAPSHOT</version> + <version>2.45.0</version> </parent> <name>error-prone check api</name>
diff --git a/core/pom.xml b/core/pom.xml index eaaab04..d298f7f 100644 --- a/core/pom.xml +++ b/core/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_parent</artifactId> - <version>1.0-HEAD-SNAPSHOT</version> + <version>2.45.0</version> </parent> <name>error-prone library</name>
diff --git a/docgen/pom.xml b/docgen/pom.xml index 8ee0058..15eef7e 100644 --- a/docgen/pom.xml +++ b/docgen/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_parent</artifactId> - <version>1.0-HEAD-SNAPSHOT</version> + <version>2.45.0</version> </parent> <name>Documentation tool for generating Error Prone bugpattern documentation</name>
diff --git a/docgen_processor/pom.xml b/docgen_processor/pom.xml index 7d97a4c..fa48d31 100644 --- a/docgen_processor/pom.xml +++ b/docgen_processor/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_parent</artifactId> - <version>1.0-HEAD-SNAPSHOT</version> + <version>2.45.0</version> </parent> <name>JSR-269 annotation processor for @BugPattern annotation</name>
diff --git a/pom.xml b/pom.xml index 16c5410..43fe1f5 100644 --- a/pom.xml +++ b/pom.xml
@@ -21,7 +21,7 @@ <name>Error Prone parent POM</name> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_parent</artifactId> - <version>1.0-HEAD-SNAPSHOT</version> + <version>2.45.0</version> <packaging>pom</packaging> <description>Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.</description>
diff --git a/refaster/pom.xml b/refaster/pom.xml index 968b0c2..845a9ca 100644 --- a/refaster/pom.xml +++ b/refaster/pom.xml
@@ -19,7 +19,7 @@ <parent> <artifactId>error_prone_parent</artifactId> <groupId>com.google.errorprone</groupId> - <version>1.0-HEAD-SNAPSHOT</version> + <version>2.45.0</version> </parent> <modelVersion>4.0.0</modelVersion>
diff --git a/test_helpers/pom.xml b/test_helpers/pom.xml index 5b62054..c4a51a4 100644 --- a/test_helpers/pom.xml +++ b/test_helpers/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_parent</artifactId> - <version>1.0-HEAD-SNAPSHOT</version> + <version>2.45.0</version> </parent> <name>error-prone test helpers</name>
diff --git a/type_annotations/pom.xml b/type_annotations/pom.xml index ce7176f..d155b47 100644 --- a/type_annotations/pom.xml +++ b/type_annotations/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_parent</artifactId> - <version>1.0-HEAD-SNAPSHOT</version> + <version>2.45.0</version> </parent> <name>error-prone type annotations</name>