Skip to content

Commit

Permalink
update version attribute in gradle.properties for b2-sdk-java-private (
Browse files Browse the repository at this point in the history
…#15)

This PR updates the version attribute in gradle.properties for b2-sdk-java-private. It currently has 5.1.0-PRIVATE+01. However the Github action for the build adds the build number to the end, so the version in maven has a number such as 5.1.0-PRIVATE+01+76. So this PR removes the +01.

Testing: will view the build number after this PR is built/merged

Jira Ticket: DEV-12614
  • Loading branch information
fmbz authored Apr 18, 2022
1 parent cff4329 commit ddcfb6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2021, Backblaze Inc. All Rights Reserved.
# Copyright 2022, Backblaze Inc. All Rights Reserved.
# License https://www.backblaze.com/using_b2_code.html

version=5.1.0-PRIVATE+01
version=5.1.0-PRIVATE
group=com.backblaze.b2

0 comments on commit ddcfb6f

Please sign in to comment.