File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
spring-cloud-oci-dependencies Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,12 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
91
91
<cc .code-coverage-ratio>0.80</cc .code-coverage-ratio>
92
92
<!-- <dependency-check-maven.version>8.4.0</dependency-check-maven.version>
93
93
<failBuildOnCVSS.score>8</failBuildOnCVSS.score> -->
94
+
95
+ <!-- Distribution management -->
96
+ <repository .id>releases</repository .id>
97
+ <repository .name>spring-cloud-oci-releases</repository .name>
98
+ <repository .url>changeme</repository .url>
99
+
94
100
</properties >
95
101
96
102
<dependencyManagement >
@@ -362,4 +368,12 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
362
368
</build >
363
369
</profile >
364
370
</profiles >
371
+
372
+ <distributionManagement >
373
+ <repository >
374
+ <id >${repository.id} </id >
375
+ <name >${repository.name} </name >
376
+ <url >${repository.url} </url >
377
+ </repository >
378
+ </distributionManagement >
365
379
</project >
Original file line number Diff line number Diff line change 11
11
<description >Spring Cloud OCI Dependencies</description >
12
12
<url >https://github.com/oracle/spring-cloud-oci/#spring-cloud-oci-documentation</url >
13
13
14
+ <properties >
15
+ <!-- Distribution management -->
16
+ <repository .id>releases</repository .id>
17
+ <repository .name>spring-cloud-oci-releases</repository .name>
18
+ <repository .url>changeme</repository .url>
19
+ </properties >
20
+
14
21
<licenses >
15
22
<license >
16
23
<name >The Universal Permissive License (UPL), Version 1.0</name >
132
139
</dependency >
133
140
</dependencies >
134
141
</dependencyManagement >
142
+
143
+ <distributionManagement >
144
+ <repository >
145
+ <id >${repository.id} </id >
146
+ <name >${repository.name} </name >
147
+ <url >${repository.url} </url >
148
+ </repository >
149
+ </distributionManagement >
135
150
</project >
You can’t perform that action at this time.
0 commit comments