Skip to content

Commit

Permalink
Merge pull request #849 from OP-TED/prepare/1.11.0
Browse files Browse the repository at this point in the history
Prepare release of eforms-SDK version 1.11.0
  • Loading branch information
yfanti authored Apr 22, 2024
2 parents dce220c + bd1316a commit d4509ea
Show file tree
Hide file tree
Showing 512 changed files with 11,607 additions and 8,961 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Import GPG Key
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Set up Java for publishing to Maven Central Repository
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
Expand Down
170 changes: 101 additions & 69 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codelists/applicability_reserved-execution.gc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<LongName>reserved-execution</LongName>
<LongName Identifier="listId">http://publications.europa.eu/resource/authority/applicability</LongName>
<LongName Identifier="eFormsParentId">applicability</LongName>
<Version>1.10.0</Version>
<Version>1.11.0</Version>
<CanonicalUri/>
<CanonicalVersionUri/>
<Agency>
Expand Down
2 changes: 1 addition & 1 deletion codelists/buyer-legal-type_eforms-buyer-legal-type.gc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<LongName>eforms-buyer-legal-type</LongName>
<LongName Identifier="listId">http://publications.europa.eu/resource/authority/buyer-legal-type</LongName>
<LongName Identifier="eFormsParentId">buyer-legal-type</LongName>
<Version>1.10.0</Version>
<Version>1.11.0</Version>
<CanonicalUri/>
<CanonicalVersionUri/>
<Agency>
Expand Down
Loading

0 comments on commit d4509ea

Please sign in to comment.