Skip to content

Commit ec970f6

Browse files
author
Andrey Hihlovskiy
committed
release version 0.0.22
1 parent 54eb61b commit ec970f6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 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.21-47b31f.svg)](https://github.com/akhikhl/unpuzzle/releases/latest)
6-
[![Snapshot](http://img.shields.io/badge/current-0.0.22--SNAPSHOT-47b31f.svg)](https://github.com/akhikhl/unpuzzle/tree/master)
5+
[![Release](http://img.shields.io/badge/release-0.0.22-47b31f.svg)](https://github.com/akhikhl/unpuzzle/releases/latest)
6+
[![Snapshot](http://img.shields.io/badge/current-0.0.23--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:

examples/deployEclipseKepler/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'org.akhikhl.unpuzzle:unpuzzle-eclipse2maven:0.0.22-SNAPSHOT'
11+
classpath 'org.akhikhl.unpuzzle:unpuzzle-eclipse2maven:0.0.22'
1212
}
1313
}
1414

examples/deployEclipseKeplerViaPlugin/unpuzzle.plugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'org.akhikhl.unpuzzle:unpuzzle-plugin:0.0.22-SNAPSHOT'
9+
classpath 'org.akhikhl.unpuzzle:unpuzzle-plugin:0.0.22'
1010
}
1111
}
1212

gradle.properties

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

0 commit comments

Comments
 (0)