Skip to content

Commit

Permalink
release version 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Hihlovskiy committed Sep 16, 2015
1 parent 54eb61b commit ec970f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/deployEclipseKepler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/deployEclipseKeplerViaPlugin/unpuzzle.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ec970f6

Please sign in to comment.