Skip to content

Commit e4eec1d

Browse files
dependabot[bot]Dennis Labordus
andauthored
Bump compas.core.version from 0.9.0 to 0.9.1 (#228)
* Bump compas.core.version from 0.9.0 to 0.9.1 Bumps `compas.core.version` from 0.9.0 to 0.9.1. Updates `commons` from 0.9.0 to 0.9.1 Updates `scl-extension` from 0.9.0 to 0.9.1 Updates `jaxrs-commons` from 0.9.0 to 0.9.1 --- updated-dependencies: - dependency-name: org.lfenergy.compas.core:commons dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.lfenergy.compas.core:scl-extension dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.lfenergy.compas.core:jaxrs-commons dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fixed layout of table in MD File. Signed-off-by: Dennis Labordus <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dennis Labordus <[email protected]>
1 parent 12d232c commit e4eec1d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

doc/postgresql.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ For the SCL Data Service the following table is automatically created using FlyW
2828

2929
Table: scl_file
3030

31-
| Column | Type | Required | Description |
32-
| ----------------- | -------------------- | ----------| ------------------------------------------------------------------ |
33-
| id | uuid | True | Unique ID generated according to standards |
34-
| major_version | smallint | True | Versioning according to [Semantic Versioning](https://semver.org/) |
35-
| minor_version | smallint | True | Versioning according to [Semantic Versioning](https://semver.org/) |
36-
| patch_version | smallint | True | Versioning according to [Semantic Versioning](https://semver.org/) |
37-
| type | varchar(3) | True | The type of SCL stored |
38-
| name | varchar(255) | True | The name of the SCL File |
39-
| scl_data | text | True | The SCL XML Content |
31+
| Column | Type | Required | Description |
32+
|---------------|--------------|----------|--------------------------------------------------------------------|
33+
| id | uuid | True | Unique ID generated according to standards |
34+
| major_version | smallint | True | Versioning according to [Semantic Versioning](https://semver.org/) |
35+
| minor_version | smallint | True | Versioning according to [Semantic Versioning](https://semver.org/) |
36+
| patch_version | smallint | True | Versioning according to [Semantic Versioning](https://semver.org/) |
37+
| type | varchar(3) | True | The type of SCL stored |
38+
| name | varchar(255) | True | The name of the SCL File |
39+
| scl_data | text | True | The SCL XML Content |
4040

4141
## Development
4242

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SPDX-License-Identifier: Apache-2.0
2424
<surefire-plugin.version>3.0.0-M7</surefire-plugin.version>
2525
<sonarqube-plugin.version>3.2.0</sonarqube-plugin.version>
2626

27-
<compas.core.version>0.9.0</compas.core.version>
27+
<compas.core.version>0.9.1</compas.core.version>
2828

2929
<quarkus.platform.version>2.10.0.Final</quarkus.platform.version>
3030
<jaxb-impl.version>2.3.6</jaxb-impl.version>

0 commit comments

Comments
 (0)