Skip to content

Commit 9513682

Browse files
committed
Version to 1.0.0 for release
1 parent 4b3c5b5 commit 9513682

3 files changed

Lines changed: 7 additions & 16 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,14 @@ public class Example {
3939
```
4040

4141
### Maven
42-
Repository URL: `http://repo.kitteh.org/content/groups/public/`
4342
```xml
4443
<groupId>org.kitteh.irc</groupId>
4544
<artifactId>client-lib</artifactId>
46-
<version>0.4.0</version>
45+
<version>1.0.0</version>
4746
```
4847

48+
Releases are available on Maven Central.
49+
50+
Snapshots are available on the Sonatype OSSRH: https://oss.sonatype.org/content/repositories/snapshots
51+
4952
![KICL HAS A BAD LOGO](http://i.imgur.com/KCUNexy.png)

docs/index.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,7 @@ builder.listenException(Throwable::printStackTrace);
5151

5252
## Using KICL in your maven project
5353

54-
KICL is built and deployed using maven, adding it as a dependency is simple as
55-
including the Kitteh repo with
56-
57-
```xml
58-
<repository>
59-
<id>kitteh-repo</id>
60-
<url>http://repo.kitteh.org/content/groups/public/</url>
61-
</repository>
62-
```
63-
64-
and adding the dependency with
54+
KICL is built and deployed using Maven. Adding it as a dependency is simple as
6555

6656
```xml
6757
<dependency>
@@ -72,8 +62,6 @@ and adding the dependency with
7262
</dependency>
7363
```
7464

75-
It is planned to submit KICL to Maven Central for 1.0.0 release.
76-
7765
## Events
7866

7967
KICL uses a simple event system driven by ```@Handler``` annotations.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.kitteh.irc</groupId>
66
<artifactId>client-lib</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88

99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)