Skip to content

Commit da5dd02

Browse files
committed
released 0.8
1 parent be67c1d commit da5dd02

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Integration, especially based on HTTP protocol, e.g. web service, REST etc, is w
1414
In the old days, we just deployed another WAR to an application server, e.g. Jetty or Tomcat etc. As we all know, it's so boring to develop a WAR and deploy it to any application server, even if we use an embeded server. And the WAR needs to be reassembled even if we just want to change a little bit.
1515

1616
## Quick Start
17-
* Download [Standalone Moco Runner](http://repo1.maven.org/maven2/com/github/dreamhead/moco-runner/0.7/moco-runner-0.7-standalone.jar)
17+
* Download [Standalone Moco Runner](http://repo1.maven.org/maven2/com/github/dreamhead/moco-runner/0.8/moco-runner-0.8-standalone.jar)
1818
* Write your own configuration file to describe your Moco server configuration as follow:
1919
```json
2020
[

moco-doc/ReleaseNote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release 0.8
1+
# Release 0.8 (21-July-2013)
22

33
## Usage
44
* global setting file

moco-doc/usage.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Moco has been published on Maven repository, so you can refer to it directly in
1313
<dependency>
1414
<groupId>com.github.dreamhead</groupId>
1515
<artifactId>moco-core</artifactId>
16-
<version>0.7</version>
16+
<version>0.8</version>
1717
</dependency>
1818
```
1919

@@ -26,7 +26,7 @@ repositories {
2626
2727
dependencies {
2828
testCompile(
29-
"com.github.dreamhead:moco-core:0.7",
29+
"com.github.dreamhead:moco-core:0.8",
3030
)
3131
}
3232
```
@@ -58,10 +58,7 @@ Here, We use [Apache Http Client Fluent API](http://hc.apache.org/httpcomponents
5858
## Standalone
5959

6060
Moco can be used as standalone to run with configuration and you can download standalone directly:
61-
[Standalone Moco Runner](http://repo1.maven.org/maven2/com/github/dreamhead/moco-runner/0.7/moco-runner-0.7-standalone.jar)
62-
63-
For the brave, you can try latest version from snapshot repository.
64-
[Snapshot Standalone Moco Runner](https://oss.sonatype.org/content/repositories/snapshots/com/github/dreamhead/moco-runner/0.8-SNAPSHOT/moco-runner-0.8-20130718.221338-4-standalone.jar)
61+
[Standalone Moco Runner](http://repo1.maven.org/maven2/com/github/dreamhead/moco-runner/0.8/moco-runner-0.8-standalone.jar)
6562

6663
First of all, a JSON configuration file needs to be provided to start Moco.
6764

0 commit comments

Comments
 (0)