Skip to content

Commit

Permalink
prepare release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fupelaqu committed Jul 30, 2014
1 parent 8aa11df commit d48b052
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add plugin to *project/plugins.sbt*:

resolvers += "Sonatype Repository" at "https://oss.sonatype.org/content/groups/public"

addSbtPlugin("com.ebiznext.sbt.plugins" % "sbt-cxf-wsdl2java" % "0.1.2")
addSbtPlugin("com.ebiznext.sbt.plugins" % "sbt-cxf-wsdl2java" % "0.1.3")
```

For *.sbt* build definitions, inject the plugin settings in *build.sbt*:
Expand Down Expand Up @@ -49,3 +49,5 @@ cxf.wsdls := Seq(
## Commands

```~wsdl2java``` To automatically generate source code when a wsdl is changed

TODO https://gist.github.com/meiwin/2779731
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "sbt-cxf-wsdl2java"

organization := "com.ebiznext.sbt.plugins"

version := "0.1.2"
version := "0.1.3"

scalaVersion := "2.10.2"

Expand Down

0 comments on commit d48b052

Please sign in to comment.