File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! groovy
2
- @Library (' github.com/cloudogu/ces-build-lib@d207c94 ' )
2
+ @Library (' github.com/cloudogu/ces-build-lib@73bcbd1 ' )
3
3
import com.cloudogu.ces.cesbuildlib.*
4
4
5
5
node {
45
45
stage(' Deploy' ) {
46
46
if (preconditionsForDeploymentFulfilled()) {
47
47
48
- mvn. setDeploymentRepository(' ossrh' , ' https://oss.sonatype.org/ ' , ' de.triology-mavenCentral-acccessToken' )
48
+ mvn. setDeploymentRepository(' ossrh' , ' https://oss.sonatype.org' , ' de.triology-mavenCentral-acccessToken' )
49
49
50
50
mvn. setSignatureCredentials(' de.triology-mavenCentral-secretKey-asc-file' ,
51
51
' de.triology-mavenCentral-secretKey-Passphrase' )
Original file line number Diff line number Diff line change 76
76
77
77
</developers >
78
78
79
+ <distributionManagement >
80
+ <snapshotRepository >
81
+ <id >ossrh</id >
82
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
83
+ </snapshotRepository >
84
+ <repository >
85
+ <id >ossrh</id >
86
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
87
+ </repository >
88
+ </distributionManagement >
89
+
79
90
<properties >
80
91
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
81
92
<sonar .sources>src/main/groovy</sonar .sources>
You can’t perform that action at this time.
0 commit comments