Skip to content

Commit

Permalink
Change milestone version to 2.0-M4u1.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasMikula committed Aug 18, 2015
1 parent 985bc60 commit 804aed6
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-M4.
Current milestone release is 2.0-M4u1.

#### Maven coordinates

| Group ID | Artifact ID | Version |
| :---------: | :---------: | :-----: |
| org.reactfx | reactfx | 2.0-M4 |
| org.reactfx | reactfx | 2.0-M4u1 |

#### Gradle example

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

#### Sbt example

```scala
libraryDependencies += "org.reactfx" % "reactfx" % "2.0-M4"
libraryDependencies += "org.reactfx" % "reactfx" % "2.0-M4u1"
```

#### Manual download

[Download](https://github.com/TomasMikula/ReactFX/releases/download/v2.0-M4/reactfx-2.0-M4.jar) the JAR file and place it on your classpath.
[Download](https://github.com/TomasMikula/ReactFX/releases/download/v2.0-M4u1/reactfx-2.0-M4u1.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-M4 (Javadoc)](http://www.reactfx.org/javadoc/2.0-M4/overview-summary.html)
[API 2.0-M4u1 (Javadoc)](http://www.reactfx.org/javadoc/2.0-M4u1/overview-summary.html)


License
Expand Down

0 comments on commit 804aed6

Please sign in to comment.