Skip to content

Commit 00a482c

Browse files
committed
ci(maven): fix scm links
1 parent 03298d0 commit 00a482c

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

pom.xml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -299,27 +299,10 @@
299299
</licenses>
300300

301301
<scm>
302-
<connection>scm:git:[email protected]:camunda/dmn-scala.git</connection>
303-
<url>scm:git:[email protected]:camunda/dmn-scala.git</url>
304-
<developerConnection>scm:git:[email protected]:camunda/dmn-scala.git</developerConnection>
302+
<connection>scm:git:[email protected]:camunda-community-hub/dmn-scala.git</connection>
303+
<url>scm:git:[email protected]:camunda-community-hub/dmn-scala.git</url>
304+
<developerConnection>scm:git:[email protected]:camunda-community-hub/dmn-scala.git</developerConnection>
305305
<tag>1.0.0</tag>
306306
</scm>
307307

308-
<distributionManagement>
309-
<repository>
310-
<id>camunda-nexus</id>
311-
<name>Camunda Platform community extensions</name>
312-
<url>https://app.camunda.com/nexus/content/repositories/camunda-bpm-community-extensions</url>
313-
</repository>
314-
<snapshotRepository>
315-
<id>camunda-nexus</id>
316-
<name>Camunda Platform community extensions snapshots</name>
317-
<url>
318-
https://app.camunda.com/nexus/content/repositories/camunda-bpm-community-extensions-snapshots
319-
</url>
320-
<!-- for maven 2 compatibility -->
321-
<uniqueVersion>true</uniqueVersion>
322-
</snapshotRepository>
323-
</distributionManagement>
324-
325308
</project>

0 commit comments

Comments
 (0)