1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-16 08:34:54 +02:00

Use jxmpp 0.1.0 (non-SNAPSHOT)

This commit is contained in:
Florian Schmaus 2014-06-26 22:58:47 +02:00
parent f39519dbbe
commit 0f7365bc8a

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-alpha1-SNAPSHOT"
jxmppVersion = "0.1.0"
}
group = 'org.igniterealtime.smack'
sourceCompatibility = 1.7