File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 28
28
29
29
<!-- disable javadoc linter for JDK8 to not fail on incomplete javadoc -->
30
30
<additionalparam >-Xdoclint:none</additionalparam >
31
+
32
+ <!-- release parent settings -->
33
+ <nexus .snapshot.repository>https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions-snapshots/</nexus .snapshot.repository>
34
+ <nexus .release.repository>https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/</nexus .release.repository>
31
35
</properties >
32
36
33
37
<licenses >
44
48
<tag >HEAD</tag >
45
49
</scm >
46
50
47
- <!-- repositories used for distribution of releases and snapshots, DO NOT CHANGE -->
48
- <distributionManagement >
49
- <repository >
50
- <id >camunda-nexus</id >
51
- <name >camunda bpm community extensions</name >
52
- <url >https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions/</url >
53
- </repository >
54
- <snapshotRepository >
55
- <id >camunda-nexus</id >
56
- <name >camunda bpm community extensions snapshots</name >
57
- <url >https://artifacts.camunda.com/artifactory/camunda-bpm-community-extensions-snapshots/</url >
58
- <!-- for maven 2 compatibility -->
59
- <uniqueVersion >true</uniqueVersion >
60
- </snapshotRepository >
61
- </distributionManagement >
62
-
63
51
<modules >
64
52
<module >extension</module >
65
53
<module >extension-webapp</module >
You can’t perform that action at this time.
0 commit comments