File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/deployEclipseKepler Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
1212
1313ext {
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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments