File tree Expand file tree Collapse file tree 3 files changed +31
-3
lines changed
Expand file tree Collapse file tree 3 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 2929 - name : Generate Maven settings
3030 uses : whelk-io/maven-settings-xml-action@v18
3131 with :
32+ repositories : >
33+ [
34+ {
35+ "id": "itbRepoRead",
36+ "name": "itbRepoRead",
37+ "url": "${{ secrets.ITB_MVN_REPO_URL }}",
38+ "releases": {
39+ "enabled": "true"
40+ },
41+ "snapshots": {
42+ "enabled": "true"
43+ }
44+ }
45+ ]
3246 servers : >
3347 [
3448 {
4862 ]
4963 active_profiles : >
5064 [
51- "itbRepoRead"
65+ "itbRepoRead", "github"
5266 ]
5367 - name : Install commons
5468 run : mvn -B install -DskipTests=true
Original file line number Diff line number Diff line change 3636 - name : Generate Maven settings
3737 uses : whelk-io/maven-settings-xml-action@v18
3838 with :
39+ repositories : >
40+ [
41+ {
42+ "id": "itbRepoRead",
43+ "name": "itbRepoRead",
44+ "url": "${{ secrets.ITB_MVN_REPO_URL }}",
45+ "releases": {
46+ "enabled": "true"
47+ },
48+ "snapshots": {
49+ "enabled": "true"
50+ }
51+ }
52+ ]
3953 servers : >
4054 [
4155 {
5569 ]
5670 active_profiles : >
5771 [
58- "itbRepoRead"
72+ "itbRepoRead", "github"
5973 ]
6074 - name : Install commons
6175 run : mvn -B install -DskipTests=true
Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >eu.europa.ec.itb.commons</groupId >
1515 <artifactId >validator-parent</artifactId >
16- <version >1.2.0-SNAPSHOT </version >
16+ <version >1.2.0</version >
1717 <relativePath />
1818 </parent >
1919
You can’t perform that action at this time.
0 commit comments