Skip to content

Commit 090ba99

Browse files
author
Andrey Hihlovskiy
committed
release 0.0.20
1 parent 1fb2f47 commit 090ba99

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![Build Status](https://travis-ci.org/akhikhl/unpuzzle.png?branch=master)](https://travis-ci.org/akhikhl/unpuzzle)
44
[![Maintainer Status](http://stillmaintained.com/akhikhl/unpuzzle.png)](http://stillmaintained.com/akhikhl/unpuzzle)
5-
[![Release](http://img.shields.io/badge/release-0.0.19-47b31f.svg)](https://github.com/akhikhl/unpuzzle/releases/latest)
6-
[![Snapshot](http://img.shields.io/badge/current-0.0.20--SNAPSHOT-47b31f.svg)](https://github.com/akhikhl/unpuzzle/tree/master)
5+
[![Release](http://img.shields.io/badge/release-0.0.20-47b31f.svg)](https://github.com/akhikhl/unpuzzle/releases/latest)
6+
[![Snapshot](http://img.shields.io/badge/current-0.0.21--SNAPSHOT-47b31f.svg)](https://github.com/akhikhl/unpuzzle/tree/master)
77
[![License](http://img.shields.io/badge/license-MIT-47b31f.svg)](#copyright-and-license)
88

99
**Unpuzzle** is a set of tools for mavenizing OSGi-bundles. You can consume Unpuzzle in two forms:
@@ -297,7 +297,7 @@ unit-test.
297297

298298
## Support of multiple Eclipse versions
299299

300-
Unpuzzle supports Eclipse versions 4.3.2, 4.3.1, 4.2.2, 4.2.1, 3.7.2, 3.7.1 out of the box.
300+
Unpuzzle supports Eclipse versions 4.5, 4.4.2, 4.4.1, 4.4, 4.3.2, 4.3.1, 4.2.2, 4.2.1, 3.7.2, 3.7.1 out of the box.
301301
You can easily switch between Eclipse versions by simply specifying eclipse version in "build.gradle":
302302

303303
```groovy
@@ -336,7 +336,7 @@ Essentially, Unpuzzle API consists of four classes:
336336

337337
## Copyright and License
338338

339-
Copyright 2014-2015 (c) Andrey Hihlovskiy.
339+
Copyright 2014-2015 (c) Andrey Hihlovskiy and contributors.
340340

341341
All versions, present and past, of Unpuzzle are licensed under [MIT license](license.txt).
342342

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ license=MIT
1010
logback_version=1.1.3
1111
projectId=unpuzzle
1212
projectLabels=unpuzzle,gradle,plugin,eclipse,osgi,maven
13-
version=0.0.20-SNAPSHOT
13+
version=0.0.20
1414

0 commit comments

Comments
 (0)