From ec970f6f06552f734c49a649f19269c198ffedb4 Mon Sep 17 00:00:00 2001 From: Andrey Hihlovskiy Date: Wed, 16 Sep 2015 13:03:52 +0200 Subject: [PATCH] release version 0.0.22 --- README.md | 4 ++-- examples/deployEclipseKepler/build.gradle | 2 +- examples/deployEclipseKeplerViaPlugin/unpuzzle.plugin | 2 +- gradle.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a3a3669..5622f50 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![Build Status](https://travis-ci.org/akhikhl/unpuzzle.png?branch=master)](https://travis-ci.org/akhikhl/unpuzzle) [![Maintainer Status](http://stillmaintained.com/akhikhl/unpuzzle.png)](http://stillmaintained.com/akhikhl/unpuzzle) -[![Release](http://img.shields.io/badge/release-0.0.21-47b31f.svg)](https://github.com/akhikhl/unpuzzle/releases/latest) -[![Snapshot](http://img.shields.io/badge/current-0.0.22--SNAPSHOT-47b31f.svg)](https://github.com/akhikhl/unpuzzle/tree/master) +[![Release](http://img.shields.io/badge/release-0.0.22-47b31f.svg)](https://github.com/akhikhl/unpuzzle/releases/latest) +[![Snapshot](http://img.shields.io/badge/current-0.0.23--SNAPSHOT-47b31f.svg)](https://github.com/akhikhl/unpuzzle/tree/master) [![License](http://img.shields.io/badge/license-MIT-47b31f.svg)](#copyright-and-license) **Unpuzzle** is a set of tools for mavenizing OSGi-bundles. You can consume Unpuzzle in two forms: diff --git a/examples/deployEclipseKepler/build.gradle b/examples/deployEclipseKepler/build.gradle index 1341bde..5f7e636 100644 --- a/examples/deployEclipseKepler/build.gradle +++ b/examples/deployEclipseKepler/build.gradle @@ -8,7 +8,7 @@ buildscript { } dependencies { - classpath 'org.akhikhl.unpuzzle:unpuzzle-eclipse2maven:0.0.22-SNAPSHOT' + classpath 'org.akhikhl.unpuzzle:unpuzzle-eclipse2maven:0.0.22' } } diff --git a/examples/deployEclipseKeplerViaPlugin/unpuzzle.plugin b/examples/deployEclipseKeplerViaPlugin/unpuzzle.plugin index acc973d..8bdc16a 100644 --- a/examples/deployEclipseKeplerViaPlugin/unpuzzle.plugin +++ b/examples/deployEclipseKeplerViaPlugin/unpuzzle.plugin @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath 'org.akhikhl.unpuzzle:unpuzzle-plugin:0.0.22-SNAPSHOT' + classpath 'org.akhikhl.unpuzzle:unpuzzle-plugin:0.0.22' } } diff --git a/gradle.properties b/gradle.properties index 55d1a2f..0877f95 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,4 +10,4 @@ license=MIT logback_version=1.1.3 projectId=unpuzzle projectLabels=unpuzzle,gradle,plugin,eclipse,osgi,maven -version=0.0.22-SNAPSHOT +version=0.0.22