Skip to content

Commit c6e143c

Browse files
committed
Fixes repo for github releases and uses correct nexus url for release builds
1 parent 8baf476 commit c6e143c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ deploy:
3535
file: build/libs/*
3636
skip_cleanup: true
3737
on:
38-
repo: upbcuk/upb.crypto.craco
38+
repo: upbcuk/upb.crypto.math
3939
branch: release

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ publishing {
9898
username = System.getProperty('nexus.user')
9999
password = System.getProperty('nexus.key')
100100
}
101-
def releasesRepoUrl = "https://nexus.cs.upb.de/repository/sfb901-snapshots/"
101+
def releasesRepoUrl = "https://nexus.cs.upb.de/repository/sfb901-releases/"
102102
def snapshotsRepoUrl = "https://nexus.cs.upb.de/repository/sfb901-snapshots/"
103103
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
104104
}

0 commit comments

Comments
 (0)