File tree Expand file tree Collapse file tree 4 files changed +1
-43
lines changed
Expand file tree Collapse file tree 4 files changed +1
-43
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ using the Netty library to maximize performance and scalability.
66[ ![ Coverage] ( https://img.shields.io/codecov/c/github/KittehOrg/KittehIRCClientLib/master.svg )] ( https://codecov.io/github/KittehOrg/KittehIRCClientLib )
77![ Powered by Kittens] ( https://img.shields.io/badge/powered%20by-kittens-blue.svg )
88
9- #### [ Project News] ( http ://kitteh.org/) | [ Documentation] ( http ://kicl.kitteh.org/) | [ JavaDocs] ( http ://kittehorg.github.io/KittehIRCClientLib/) | [ Issues] ( https://github.com/KittehOrg/KittehIRCClientLib/issues )
9+ #### [ Project News] ( https ://kitteh.org/) | [ Documentation] ( https ://kicl.kitteh.org/) | [ JavaDocs] ( https ://kittehorg.github.io/KittehIRCClientLib/) | [ Issues] ( https://github.com/KittehOrg/KittehIRCClientLib/issues )
1010
1111### Minimal example
1212
@@ -52,8 +52,6 @@ implementation "org.kitteh.irc:client-lib:7.3.0"
5252
5353Releases are available on Maven Central.
5454
55- Snapshots are available on the Sonatype OSSRH: https://oss.sonatype.org/content/repositories/snapshots
56-
5755### Branches
5856
5957** master** branch tracks releases and may occasionally contain bug fixes or JavaDoc changes prior to release.
Original file line number Diff line number Diff line change 107107 </dependency >
108108 </dependencies >
109109
110- <distributionManagement >
111- <snapshotRepository >
112- <id >ossrh</id >
113- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
114- </snapshotRepository >
115- </distributionManagement >
116-
117110 <profiles >
118111 <profile >
119112 <id >duckswithsauce</id >
147140 </execution >
148141 </executions >
149142 </plugin >
150- <plugin >
151- <groupId >org.apache.maven.plugins</groupId >
152- <artifactId >maven-deploy-plugin</artifactId >
153- <version >3.0.0-M1</version >
154- </plugin >
155143 </plugins >
156144 </build >
157145 </profile >
You can’t perform that action at this time.
0 commit comments