Skip to content

Commit 35167aa

Browse files
committed
Preparation for release 1.2.0.
1 parent df634d5 commit 35167aa

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@ jobs:
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
{
@@ -48,7 +62,7 @@ jobs:
4862
]
4963
active_profiles: >
5064
[
51-
"itbRepoRead"
65+
"itbRepoRead", "github"
5266
]
5367
- name: Install commons
5468
run: mvn -B install -DskipTests=true

.github/workflows/quality.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,20 @@ jobs:
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
{
@@ -55,7 +69,7 @@ jobs:
5569
]
5670
active_profiles: >
5771
[
58-
"itbRepoRead"
72+
"itbRepoRead", "github"
5973
]
6074
- name: Install commons
6175
run: mvn -B install -DskipTests=true

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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

0 commit comments

Comments
 (0)