Skip to content

Commit

Permalink
Version to 7.1.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed Mar 23, 2019
1 parent ef2229c commit 7dce2d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,19 @@ public class Example {
}
```

### Maven
### Adding the dependency
```xml
<dependency>
<groupId>org.kitteh.irc</groupId>
<artifactId>client-lib</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
</dependency>
```

```groovy
compile "org.kitteh.irc:client-lib:7.1.0"
```

Releases are available on Maven Central.

Snapshots are available on the Sonatype OSSRH: https://oss.sonatype.org/content/repositories/snapshots
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ simple as adding the lines below to your pom.xml file:
<dependency>
<groupId>org.kitteh.irc</groupId>
<artifactId>client-lib</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
<scope>...</scope>
</dependency>
```

Or, for Gradle:

```
compile "org.kitteh.irc:client-lib:7.0.0"
compile "org.kitteh.irc:client-lib:7.1.0"
```

## Events
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.kitteh.irc</groupId>
<artifactId>client-lib</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit 7dce2d5

Please sign in to comment.