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

Use jxmpp 0.2.0

this also changes jxmpp's group from org.jivesoftware.jxmpp to org.jxmpp
This commit is contained in:
Florian Schmaus 2014-07-15 18:00:55 +02:00
parent 06ab0e32d7
commit 46a54bcd7d
3 changed files with 3 additions and 7 deletions

View file

@ -19,7 +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"
jxmppVersion = "0.2.0"
}
group = 'org.igniterealtime.smack'
sourceCompatibility = 1.7