Skip to content

Commit

Permalink
Version 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ric Klaren committed Mar 2, 2015
1 parent 23f305b commit 9470937
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -171,12 +171,12 @@ Also Overcast is used for integration tests of [Overthere](https://github.com/xe

#### From maven repo

[http://mvnrepository.com/artifact/com.xebialabs.cloud/overcast/2.5.0](http://mvnrepository.com/artifact/com.xebialabs.cloud/overcast/2.5.0)
[http://mvnrepository.com/artifact/com.xebialabs.cloud/overcast/2.5.1](http://mvnrepository.com/artifact/com.xebialabs.cloud/overcast/2.5.1)

<dependency>
<groupId>com.xebialabs.cloud</groupId>
<artifactId>overcast</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</dependency>

Note: the libvirt JNA wrapper may require adding the libvirt.org repository to your build: [http://www.libvirt.org/maven2/](http://www.libvirt.org/maven2/)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -10,7 +10,7 @@ buildscript {
}
}

version = '2.6.0-SNAPSHOT'
version = '2.5.1'
//version = '2.5.0' // Last released version

group = 'com.xebialabs.cloud'
Expand Down

0 comments on commit 9470937

Please sign in to comment.