-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgradle.properties
38 lines (26 loc) · 1.02 KB
/
gradle.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
#Mon, 12 Sep 2016 15:56:06 +0300
#gpg --list-keys --keyid-format short
signing.keyId=keyid
signing.password=password
#gpg --export-secret-keys -o secring.gpg
signing.secretKeyRingFile=pathtokeyring
ossrhUsername=ossrhun
ossrhPassword=password
# Release Plugin Settings
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
POM_ARTIFACT_ID=fuzzy-csv
VERSION_NAME=1.9.1
POM_NAME=Fuzzy CSV
POM_DESCRIPTION=A groovy/java tabular Data (from CSV,SQL,JSON) processing library that supports fuzzy column matching,tranformations/merging/querying etc
#POM_INCEPTION_YEAR=2020
POM_URL=https://github.com/kayr/fuzzy-csv/
POM_LICENSE_NAME=The Apache Software License, Version 2.0
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENSE_DIST=repo
POM_SCM_URL=scm:git:https://github.com/kayr/fuzzy-csv.git
POM_SCM_CONNECTION=scm:git:https://github.com/kayr/fuzzy-csv.git
POM_SCM_DEV_CONNECTION=scm:git:https://github.com/kayr/fuzzy-csv.git
POM_DEVELOPER_ID=kayr
POM_DEVELOPER_NAME=Ronald Kayondo
POM_DEVELOPER_URL=https://github.com/kayr/