Skip to content

Commit

Permalink
Set a snapshot version number.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cpovirk authored and Copybara-Service committed Mar 9, 2024
1 parent a883dd3 commit 9202585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId>
<packaging>jar</packaging>
<version>3.0.0</version>
<version>3.0.0-SNAPSHOT</version>

<name>J2ObjC Annotations</name>
<description>
Expand Down

0 comments on commit 9202585

Please sign in to comment.