File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change
1
+ 0.4.0-rc1
Original file line number Diff line number Diff line change @@ -23,27 +23,28 @@ dependencies {
23
23
}
24
24
25
25
bintray {
26
- user = System . getenv(' BINTRAY_USER ' )
27
- key = System . getenv(' BINTRAY_API_KEY ' )
26
+ user = System . getenv(' BINTRAY_SNOWPLOW_MAVEN_USER ' )
27
+ key = System . getenv(' BINTRAY_SNOWPLOW_MAVEN_API_KEY ' )
28
28
29
29
pkg {
30
30
repo = ' snowplow-maven'
31
31
name = archivesBaseName
32
+ userOrg = ' snowplow'
32
33
licenses = [' Apache-2.0' ]
33
34
vcsUrl = ' https://github.com/snowplow-referer-parser/java-referer-parser.git'
34
- }
35
- publications = [' mavenJava' ]
36
- version {
37
- name = version
38
- gpg {
39
- sign = true
40
- }
41
- mavenCentralSync {
42
- sync = true
43
- user = System . getenv(' SONA_USER' )
44
- password = System . getenv(' SONA_PASS' )
35
+ version {
36
+ name = ' 0.4.0-rc1'
37
+ gpg {
38
+ sign = true
39
+ }
40
+ mavenCentralSync {
41
+ sync = true
42
+ user = System . getenv(' SONA_USER' )
43
+ password = System . getenv(' SONA_PASS' )
44
+ }
45
45
}
46
46
}
47
+ publications = [' mavenJava' ]
47
48
}
48
49
49
50
task javadocJar (type : Jar ) {
You can’t perform that action at this time.
0 commit comments