Skip to content

Commit

Permalink
pom.xml cleanup, README update
Browse files Browse the repository at this point in the history
  • Loading branch information
spariev committed Jul 19, 2011
1 parent d24b2a0 commit dacdeca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
14 changes: 1 addition & 13 deletions README
@@ -1,17 +1,5 @@
Java Implementation of "Hoptoad's Notifier API version 2":http://help.hoptoadapp.com/faqs/api-2/notifier-api-v2
Can be also used as an Errbit Client, just set host and port attributes of HoptoadAppender appropriately.

Add to pom.xml to install:

<repository>
<id>spariev-github-hoptoad</id>
<name>Hoptoad fork</name>
<url>http://github.com/spariev/hoptoad-notifier-java/raw/master/maven2</url>
</repository>

<dependency>
<groupId>code.lucamarrocco</groupId>
<artifactId>hoptoad-notifier</artifactId>
<version>1.7.1</version>
</dependency>
To install, follow instructions at "Clojars":https://clojars.org/code.lucamarrocco/hoptoad-notifier

10 changes: 0 additions & 10 deletions pom.xml
Expand Up @@ -41,16 +41,6 @@
<version>1.2.14</version>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>releases</id>
<url>http://nebbiolo:8081/nexus/content/repositories/exm/</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<url>http://nebbiolo:8081/nexus/content/repositories/exm-snapshots/</url>
</snapshotRepository>
</distributionManagement>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit dacdeca

Please sign in to comment.