1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

Add smack-resolver-minidns

This commit is contained in:
Florian Schmaus 2014-06-22 22:35:38 +02:00
parent 1f6d0fa415
commit 609c225865
6 changed files with 127 additions and 0 deletions

View file

@ -19,6 +19,7 @@ allprojects {
sonatypeStagingUrl = 'https://oss.sonatype.org/service/local/staging/deploy/maven2'
buildDate = (new java.text.SimpleDateFormat("yyyy-MM-dd")).format(new Date())
oneLineDesc = 'An Open Source XMPP (Jabber) client library'
jxmppVersion = "0.1.0-alpha1-SNAPSHOT"
}
group = 'org.igniterealtime.smack'
sourceCompatibility = 1.7