Skip to content

Commit

Permalink
Update Milestone version to 2.0-M3.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasMikula committed Feb 13, 2015
1 parent 4053012 commit b369264
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,31 +419,31 @@ libraryDependencies += "org.reactfx" % "reactfx" % "1.4.1"

### Milestone release

Current milestone release is 2.0-M2u1.
Current milestone release is 2.0-M3.

#### Maven coordinates

| Group ID | Artifact ID | Version |
| :---------: | :---------: | :-----: |
| org.reactfx | reactfx | 2.0-M2u1 |
| org.reactfx | reactfx | 2.0-M3 |

#### Gradle example

```groovy
dependencies {
compile group: 'org.reactfx', name: 'reactfx', version: '2.0-M2u1'
compile group: 'org.reactfx', name: 'reactfx', version: '2.0-M3'
}
```

#### Sbt example

```scala
libraryDependencies += "org.reactfx" % "reactfx" % "2.0-M2u1"
libraryDependencies += "org.reactfx" % "reactfx" % "2.0-M3"
```

#### Manual download

[Download](https://github.com/TomasMikula/ReactFX/releases/download/v2.0-M2u1/reactfx-2.0-M2u1.jar) the JAR file and place it on your classpath.
[Download](https://github.com/TomasMikula/ReactFX/releases/download/v2.0-M3/reactfx-2.0-M3.jar) the JAR file and place it on your classpath.


### Snapshot releases
Expand Down Expand Up @@ -487,7 +487,7 @@ Links
-----

[API 1.4.1 (Javadoc)](http://www.reactfx.org/javadoc/1.4.1/overview-summary.html)
[API 2.0-M2 (Javadoc)](http://www.reactfx.org/javadoc/2.0-M2/overview-summary.html)
[API 2.0-M3 (Javadoc)](http://www.reactfx.org/javadoc/2.0-M3/overview-summary.html)


License
Expand Down

0 comments on commit b369264

Please sign in to comment.