We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8baf476 commit c6e143cCopy full SHA for c6e143c
2 files changed
.travis.yml
@@ -35,5 +35,5 @@ deploy:
35
file: build/libs/*
36
skip_cleanup: true
37
on:
38
- repo: upbcuk/upb.crypto.craco
+ repo: upbcuk/upb.crypto.math
39
branch: release
build.gradle
@@ -98,7 +98,7 @@ publishing {
98
username = System.getProperty('nexus.user')
99
password = System.getProperty('nexus.key')
100
}
101
- def releasesRepoUrl = "https://nexus.cs.upb.de/repository/sfb901-snapshots/"
+ def releasesRepoUrl = "https://nexus.cs.upb.de/repository/sfb901-releases/"
102
def snapshotsRepoUrl = "https://nexus.cs.upb.de/repository/sfb901-snapshots/"
103
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
104
0 commit comments