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
1 changed files with 1 additions and 1 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-alpha1-SNAPSHOT"
jxmppVersion = "0.1.0"
}
group = 'org.igniterealtime.smack'
sourceCompatibility = 1.7