Skip to content

Commit

Permalink
Bump for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Aug 27, 2013
1 parent 93ad295 commit f3cdc60
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,10 @@ Write maven plugins in Scala.

See [documentation site](http://jsuereth.com/scala-mojo-support)

Stable version:
Stable version (Scala 2.10):

<dependency>
<groupId>com.jsuereth</groupId>
<artifactId>scala-mojo-support</artifactId>
<version>0.4</version>
</dependency>

Development version, Scala 2.9.x:

<dependency>
<groupId>com.jsuereth</groupId>
<artifactId>scala-mojo-support_2.9</artifactId>
<version>0.5-SNAPSHOT</version>
</dependency>

Development version, Scala 2.10.0-RC2:

<dependency>
<groupId>com.jsuereth</groupId>
<artifactId>scala-mojo-support_2.10.0-RC2</artifactId>
<version>0.5-SNAPSHOT</version>
<artifactId>scala-mojo-support_2.10</artifactId>
<version>0.5</version>
</dependency>

0 comments on commit f3cdc60

Please sign in to comment.