Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjchristensen committed Dec 6, 2012
1 parent 2b7fd8f commit 44c7a06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ Example for Maven:
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-core</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
</dependency>
```
and for Ivy:

```xml
<dependency org="com.netflix.hystrix" name="hystrix-core" rev="1.0.2" />
<dependency org="com.netflix.hystrix" name="hystrix-core" rev="1.1.0" />
```

If you need to download the jars instead of using a build system, create a Maven pom file like this with the desired version:
Expand All @@ -94,7 +94,7 @@ If you need to download the jars instead of using a build system, create a Maven
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-core</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
<scope/>
</dependency>
</dependencies>
Expand Down

0 comments on commit 44c7a06

Please sign in to comment.