Skip to content

Commit 5485459

Browse files
committed
No longer use travis for pushing snapshots
1 parent 9f92711 commit 5485459

File tree

4 files changed

+1
-43
lines changed

4 files changed

+1
-43
lines changed

.travis.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.travis_settings.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

5353
Releases 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.

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,6 @@
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>
@@ -147,11 +140,6 @@
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>

0 commit comments

Comments
 (0)