mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 22:32:06 +01:00
Use jxmpp 0.1.0 (non-SNAPSHOT)
This commit is contained in:
parent
f39519dbbe
commit
0f7365bc8a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue