Skip to content

Commit 1c090be

Browse files
committed
bumped version to 0.0.10
1 parent 86fcfdd commit 1c090be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Maintainer Status](http://stillmaintained.com/akhikhl/unpuzzle.png)](http://stillmaintained.com/akhikhl/unpuzzle)
44
[![Build Status](https://travis-ci.org/akhikhl/unpuzzle.png?branch=master)](https://travis-ci.org/akhikhl/unpuzzle)
5-
[![Latest Version](http://img.shields.io/badge/latest_version-0.0.9-3f6498.svg)](https://github.com/akhikhl/unpuzzle/tree/v0.0.9)
5+
[![Latest Version](http://img.shields.io/badge/latest_version-0.0.10-3f6498.svg)](https://github.com/akhikhl/unpuzzle/tree/v0.0.10)
66
[![License](http://img.shields.io/badge/license-MIT-d63434.svg)](#copyright-and-license)
77

88
**Unpuzzle** is a set of tools for mavenizing OSGi-bundles. You can consume Unpuzzle in two forms:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212

1313
ext {
1414
group = 'org.akhikhl.unpuzzle'
15-
version = '0.0.9'
15+
version = '0.0.10'
1616
groovy_version = '1.8.6'
1717
spock_version = '0.7-groovy-1.8'
1818
}

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.9'
11+
classpath 'org.akhikhl.unpuzzle:unpuzzle-eclipse2maven:0.0.10'
1212
}
1313
}
1414

0 commit comments

Comments
 (0)