Skip to content

Commit 28f038b

Browse files
authored
Merge pull request #771 from cloudbees-oss/PierreBtz-patch-1
[chore] Temporary override the distribution management to test the new release process
2 parents 55035f6 + 1227f0a commit 28f038b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@
8888
<url>https://app.codeship.com/projects/302087</url>
8989
</ciManagement>
9090

91+
<distributionManagement>
92+
<repository>
93+
<id>cloudbees-nexus-staging</id>
94+
<name>Nexus Release Repository</name>
95+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
96+
</repository>
97+
</distributionManagement>
98+
9199
<properties>
92100
<maven.compiler.source>11</maven.compiler.source>
93101
<maven.compiler.target>11</maven.compiler.target>

0 commit comments

Comments
 (0)