Skip to content

Commit

Permalink
Update version to 0.2.0, fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-mauky committed Sep 17, 2014
1 parent 84b4bd8 commit b19ba9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,5 @@ language: java
jdk:
- oraclejdk8

env:
global:
- secure: fr/+YihxsDim2xaxB5qNmN8CJoYRGk31JTY8QvVjeN7Ur+4hbHpGW6irL69I6mCrQsPWv8B+qKcnzgnfXGKv4mrkDP4n/m952p7UDzbaW+cwuTmJ1FJe/EQGEXPrWG7AJblU5SxG4AZwFzxkJfmqsaaOV70Dl8JeYUCL+BJCt30=
- secure: EUy/u0U7WcZpjSgj6uJMM37VcTiUKcXeGNflkJ8RmKYjysUoUfAdRKP1D5UF13zzwATLrMjG6b1qbMQtISNgpVCLbFuqPOS8e5Ur/lfcHFs7qqQbWc0DSSUuXdSAuQ6A7N+ontMBKy3wkw//ZhULATMvLuMG29Uuua7Qvk6ZWIk=

after_success:
- gradle uploadArchives -Psnapshot -PsonatypeUsername=$SONATYPE_USERNAME -PsonatypePassword=$SONATYPE_PASSWORD
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,28 +140,29 @@ public void testSum(){

```

## new Features?

## New Features?

If you have ideas for new custom bindings that could be added to the library feel free to add an [issue](../../issues).

## How to Use

Gradle:
```groovy
compile 'eu.lestard:advanced-bindings:0.1.1'
compile 'eu.lestard:advanced-bindings:0.2.0'
```

Maven:
```xml
<dependency>
<groupId>eu.lestard</groupId>
<artifactId>advanced-bindings</artifactId>
<version>0.1.1</version>
<version>0.2.0</version>
</dependency>
```



## Links

[JavaDoc](https://lestard.github.io/advanced-bindings/javadoc/0.1.1/)
[JavaDoc](https://lestard.github.io/advanced-bindings/javadoc/0.2.0/)
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

group = "eu.lestard"
version = "0.1.2"
version = "0.2.0"

repositories {
mavenLocal()
Expand Down

0 comments on commit b19ba9c

Please sign in to comment.