forked from LivotovLabs/3DSView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
maven.properties
45 lines (34 loc) · 1.5 KB
/
maven.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Maven group and artifact ID's
maven.group=eu.livotov.labs.android
maven.artifact=3DSView
# Project name and short description
maven.name=3DSView
maven.info=Android UI component to process banking 3D Secure (MasterCard SecureCode / Verified By Visa) payment authorizations in Android apps.
# Project version
maven.version=1.1.2.9
# VCS tag to reference this version sources
maven.version.tag=v1.1.2.9
# Project homepage url
maven.url.home=https://github.com/livotovlabs/3DSView
# Project vcs root url (to be used for clone/checkout)
maven.url.vcs=https://github.com/livotovlabs/3DSView.git
# Project bugs tracker url
maven.url.issues=https://github.com/livotovlabs/3DSView/issues
# Main developer information
maven.developer.name=Dmitri Livotov
maven.developer.id=livotov
# Project license name and license text url
maven.license.name=The Apache Software License, Version 2.0
maven.license.url=https://www.apache.org/licenses/LICENSE-2.0.txt
# In order to enable automatic bintray publishing, create the extra "maven.secret.properties" file,
# at the same level as this one, making sure it will not be committed into VCS. Add the following
# sensitive proeprties to it:
#
# maven.bintray.repo=<your bintray repo to publish to>
# maven.bintray.user=<your bintray login>
# maven.bintray.org=<bintray organization id, if used>
# bintray.apikey=<your bintray api key>
# gpg.secret.password=<your gpg private key passphrase>
#
# Then run: ./gradlew clean assembleRelease install bintrayUpload