Skip to content

Commit

Permalink
Fix release artifacts so cucumber-clojure can be released. Closes #270
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Mar 22, 2012
1 parent d2b2013 commit dcec2a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [Git master](https://github.com/cucumber/cucumber-jvm/compare/v1.0.0.RC23...master)

* Fix release artifacts so cucumber-clojure can be released. ([#270](https://github.com/cucumber/cucumber-jvm/issues/270) Aslak Hellesøy)
* The @Pending annotation no longer exists. Throw a PendingException instead ([#271](https://github.com/cucumber/cucumber-jvm/issues/271) Aslak Hellesøy)

## [1.0.0.RC23](https://github.com/cucumber/cucumber-jvm/compare/v1.0.0.RC22...v1.0.0.RC23)
Expand Down
5 changes: 5 additions & 0 deletions clojure/src/main/java/cucumber/runtime/clojure/Dummy.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package cucumber.runtime.clojure;

// Nothing to see here, just a workaround for https://github.com/cucumber/cucumber-jvm/issues/270
public class Dummy {
}

0 comments on commit dcec2a1

Please sign in to comment.