Accepting request 943059 from home:david.anes:branches:Java:packages

Fix bad version in default.properties that may break other packages

OBS-URL: https://build.opensuse.org/request/show/943059
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-lang3?expand=0&rev=28
This commit is contained in:
Pedro Monreal Gonzalez 2021-12-29 12:54:58 +00:00 committed by Git OBS Bridge
parent f06110c20b
commit cfd1394f6b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 29 12:49:05 UTC 2021 - David Anes <david.anes@suse.com>
- Fix component version in default.properties to 3.12
-------------------------------------------------------------------
Fri Dec 24 14:28:12 UTC 2021 - David Anes <david.anes@suse.com>

View File

@ -42,7 +42,7 @@ component.package = org.apache.commons.lang3
component.title = Core Language Utilities
# The current version number of this component
component.version = 3.9
component.version = 3.12
# The name that is used to create the jar file
final.name = ${component.name}-${component.version}