Skip to content

Commit

Permalink
[RELEASE] LDDTool v10.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed Jan 24, 2020
1 parent db39fef commit 3f0d859
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## [v10.1.2](https://github.com/NASA-PDS-Incubator/pds4-information-model/tree/v10.1.2) (2020-01-23)
[Full Changelog](https://github.com/NASA-PDS-Incubator/pds4-information-model/compare/v10.1.1...v10.1.2)

**Fixed bugs:**

- LDDTool: Fix invalid examples or link to valid versions online [\#105](https://github.com/NASA-PDS-Incubator/pds4-information-model/issues/105)

**Closed issues:**

- Sync up LDDTool version with Maven build version [\#127](https://github.com/NASA-PDS-Incubator/pds4-information-model/issues/127)
- Nillable attributes are not declared nillable in class definitions. [\#125](https://github.com/NASA-PDS-Incubator/pds4-information-model/issues/125)
- Sync LDDTool version with Maven version [\#124](https://github.com/NASA-PDS-Incubator/pds4-information-model/issues/124)

**Merged pull requests:**

- Update tool versioning to move to config file [\#129](https://github.com/NASA-PDS-Incubator/pds4-information-model/pull/129) ([jordanpadams](https://github.com/jordanpadams))
- Sync up LDDTool version with Maven build version [\#128](https://github.com/NASA-PDS-Incubator/pds4-information-model/pull/128) ([jshughes](https://github.com/jshughes))
- Nillable attributes are not declared nillable in class definitions. [\#126](https://github.com/NASA-PDS-Incubator/pds4-information-model/pull/126) ([jshughes](https://github.com/jshughes))

## [v10.1.1](https://github.com/NASA-PDS-Incubator/pds4-information-model/tree/v10.1.1) (2019-10-19)
[Full Changelog](https://github.com/NASA-PDS-Incubator/pds4-information-model/compare/v10.1.0...v10.1.1)

Expand Down
2 changes: 1 addition & 1 deletion model-dmdocument/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<parent>
<groupId>gov.nasa.pds</groupId>
<artifactId>model</artifactId>
<version>10.1.1</version>
<version>10.1.2</version>
</parent>

<groupId>gov.nasa.pds.model</groupId>
Expand Down
2 changes: 1 addition & 1 deletion model-lddtool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<parent>
<groupId>gov.nasa.pds</groupId>
<artifactId>model</artifactId>
<version>10.1.1</version>
<version>10.1.2</version>
</parent>

<groupId>gov.nasa.pds.model</groupId>
Expand Down
2 changes: 1 addition & 1 deletion model-ontology/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
<parent>
<groupId>gov.nasa.pds</groupId>
<artifactId>model</artifactId>
<version>10.1.1</version>
<version>10.1.2</version>
</parent>

<groupId>gov.nasa.pds.model</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ POSSIBILITY OF SUCH DAMAGE.

<groupId>gov.nasa.pds</groupId>
<artifactId>model</artifactId>
<version>10.1.1</version>
<version>10.1.2</version>
<packaging>pom</packaging>

<name>PDS4 Information Model</name>
Expand Down

0 comments on commit 3f0d859

Please sign in to comment.