Skip to content

Commit

Permalink
Merge pull request #39 from de4a-wp5/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
phax authored May 13, 2022
2 parents da58424 + 43463c7 commit 97a5e9e
Show file tree
Hide file tree
Showing 17 changed files with 29 additions and 401 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Shared stuff for DE4A software components.

Last release:
* Iteration 2: **0.2.4**
* Iteration 2: **0.2.5**
* Iteration 1: **0.1.11**

In the DE4A project we are differentiating between "Iteration 1" and "Iteration 2". As they are incompatible, care needs to be taken, that they are not mixed together.
Expand All @@ -13,6 +13,8 @@ The `development` branch is used for development of Iteration 2 stuff.

## History

* v0.2.5 - 2022-05-13
* Removed the SA UC1 data model 2021-02-11
* v0.2.4 - 2022-04-13
* Fixed the date/time/dateTime JAXB binding for T41 and T42.
* Changed the package names in the `de4a-canonical-evidences` submodule
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/
public enum EDE4ACanonicalEvidenceType implements IDE4ACanonicalEvidenceType
{
T41_UC1_2021_02_11 ("t41-uc1-2021-02-11", "T4.1 UC1 v2021-02-11", eu.de4a.iem.cev.de4a.t41.v2021_02_11.CT41.getAllXSDs ()),
// Studying abroad
T41_UC1_2021_04_13 ("t41-uc1-2021-04-13", "T4.1 UC1 v2021-04-13", eu.de4a.iem.cev.de4a.t41.v2021_04_13.CT41.getAllXSDs ()),
T42_COMPANY_INFO_V06 ("t42-companyinfo-v06", "T4.2 Company Info v0.6", eu.de4a.iem.cev.de4a.t42.v0_6.CT42.getAllXSDs ()),
T43_BIRTH_EVIDENCE_V16B ("t43-birth-v16b", "T4.3 Birth Evidence v1.6b", eu.de4a.iem.cev.de4a.t43.v1_6b.CT43.getAllBirthEvidenceXSDs ()),
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions de4a-canonical-evidences/src/main/jaxb/bindings-t41.xjb
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@
<package name="eu.de4a.iem.jaxb.t41.edci.w3c" />
</schemaBindings>
</bindings>
<bindings schemaLocation="../resources/schemas/t4.1/uc1/SA-UC1-11-02-2021.xsd">
<schemaBindings>
<package name="eu.de4a.iem.jaxb.t41.uc1.v2021_02_11" />
</schemaBindings>
</bindings>
<bindings schemaLocation="../resources/schemas/t4.1/uc1/SA-UC1-13-04-2021.xsd">
<schemaBindings>
<package name="eu.de4a.iem.jaxb.t41.uc1.v2021_04_13" />
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 97a5e9e

Please sign in to comment.