From 9202585b0da272bf6710691f1c950f8a6b9c7fc9 Mon Sep 17 00:00:00 2001 From: cpovirk Date: Fri, 8 Mar 2024 17:17:01 -0800 Subject: [PATCH] Set a snapshot version number. This prevents local builds from overwriting a released version in the Maven local repository. It also makes our release script happier, since that script is surprised to find that the version number is _already_ set to the planned value. PiperOrigin-RevId: 614088417 --- annotations/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotations/pom.xml b/annotations/pom.xml index 3ac9ca4096..aa857cb5ee 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -26,7 +26,7 @@ com.google.j2objc j2objc-annotations jar - 3.0.0 + 3.0.0-SNAPSHOT J2ObjC Annotations