Skip to content

Commit a6f6066

Browse files
authored
Update to Shapeshifter specification version 3.1.0 (#162)
* Update to Shapeshifter specification version 3.1.0 Signed-off-by: Tom Wetjens <tom.wetjens@edsn.nl>
1 parent bd7ebac commit a6f6066

File tree

14 files changed

+1693
-1517
lines changed

14 files changed

+1693
-1517
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# Changelog
22

3-
Starting from version 3.0.0, all notable changes to this project will be documented in this file.
4-
53
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
64
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
75

8-
## [3.0.0]
6+
## 3.2.0
7+
8+
### Changed
9+
- Updated to Shapeshifter specification version 3.1.0
10+
11+
## 3.1.0
12+
13+
### Changed
14+
- Update Spring Boot version to 3.4.1
15+
16+
## 3.0.0
917

1018
### Added
1119

api/src/main/resources/UFTP-agr-cro.xsd

Lines changed: 164 additions & 181 deletions
Large diffs are not rendered by default.

api/src/main/resources/UFTP-agr-dso.xsd

Lines changed: 682 additions & 695 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
3-
<!--
4-
Copyright 2023 Contributors to the Shapeshifter project
5-
6-
SPDX-License-Identifier: Apache-2.0
7-
-->
8-
92
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
10-
<xs:include schemaLocation="UFTP-common.xsd"/>
11-
<xs:include schemaLocation="UFTP-agr-cro.xsd"/>
12-
<xs:include schemaLocation="UFTP-agr-dso.xsd"/>
3+
<xs:include schemaLocation="UFTP-common.xsd"/>
4+
<xs:include schemaLocation="UFTP-agr-cro.xsd"/>
5+
<xs:include schemaLocation="UFTP-agr-dso.xsd"/>
136
</xs:schema>

0 commit comments

Comments
 (0)