mirror of https://github.com/apache/ant-ivy
next version is 2.6.0
This commit is contained in:
parent
ecf6c2e009
commit
a9c0602304
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
= Ivy Release Announcement
|
||||
|
||||
XXXX Date XXXX - The Apache Ivy project is pleased to announce its 2.5.1 release.
|
||||
XXXX Date XXXX - The Apache Ivy project is pleased to announce its 2.6.0 release.
|
||||
|
||||
== What is Ivy?
|
||||
Apache Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies, characterized by flexibility,
|
||||
|
|
@ -34,7 +34,7 @@ More information about the project can be found on the website link:https://ant.
|
|||
|
||||
== Key features in this release
|
||||
|
||||
Key features of this 2.5.1 release are:
|
||||
Key features of this 2.6.0 release are:
|
||||
|
||||
*
|
||||
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@
|
|||
# * specific language governing permissions and limitations
|
||||
# * under the License.
|
||||
# ***************************************************************
|
||||
target.ivy.version=2.5.1
|
||||
target.ivy.version=2.6.0
|
||||
# Following OSGi spec: have to be 3 numbers separated by dots
|
||||
target.ivy.bundle.version=2.5.1
|
||||
target.ivy.bundle.version=2.6.0
|
||||
# in case we want to add a qualifier such as alpha, beta, etc...
|
||||
# if non empty, add a '_' at the end of the qualifier, so the version would look like 1.2.3.alpha_200901011200
|
||||
# NB: be careful with naming, OSGi orders version alphabetically. Suggested values: alpha_, beta_, cr1_ (for RC-1), final_
|
||||
|
|
|
|||
Loading…
Reference in New Issue