Skip to content

Commit

Permalink
Version to 1.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed Apr 19, 2016
1 parent 4b3c5b5 commit 9513682
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@ public class Example {
```

### Maven
Repository URL: `http://repo.kitteh.org/content/groups/public/`
```xml
<groupId>org.kitteh.irc</groupId>
<artifactId>client-lib</artifactId>
<version>0.4.0</version>
<version>1.0.0</version>
```

Releases are available on Maven Central.

Snapshots are available on the Sonatype OSSRH: https://oss.sonatype.org/content/repositories/snapshots

![KICL HAS A BAD LOGO](http://i.imgur.com/KCUNexy.png)
14 changes: 1 addition & 13 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,7 @@ builder.listenException(Throwable::printStackTrace);

## Using KICL in your maven project

KICL is built and deployed using maven, adding it as a dependency is simple as
including the Kitteh repo with

```xml
<repository>
<id>kitteh-repo</id>
<url>http://repo.kitteh.org/content/groups/public/</url>
</repository>
```

and adding the dependency with
KICL is built and deployed using Maven. Adding it as a dependency is simple as

```xml
<dependency>
Expand All @@ -72,8 +62,6 @@ and adding the dependency with
</dependency>
```

It is planned to submit KICL to Maven Central for 1.0.0 release.

## Events

KICL uses a simple event system driven by ```@Handler``` annotations.
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>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit 9513682

Please sign in to comment.