Skip to content

Commit

Permalink
Update the name and description of modules
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Jan 29, 2024
1 parent 35ac25b commit 65c663f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion fmi2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
<relativePath>../pom.xml</relativePath>
</parent>


<!-- parent pom -->
<groupId>org.into-cps.vdmcheck</groupId>
<artifactId>fmi2</artifactId>
<packaging>pom</packaging>

<name>FMI2 modules</name>
<description>Various projects concerning FMI2</description>

<!-- sub modules -->
<modules>
<module>cosim-model</module>
Expand Down
3 changes: 3 additions & 0 deletions fmi3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<artifactId>fmi3</artifactId>
<packaging>pom</packaging>

<name>FMI3 modules</name>
<description>Various projects concerning FMI3</description>

<!-- sub modules -->
<modules>
<module>static-model</module>
Expand Down
2 changes: 1 addition & 1 deletion fmuReader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<artifactId>fmuReader</artifactId>
<packaging>jar</packaging>

<name>FMU Reader</name>
<name>fmuReader</name>
<description>A VDMJ ExternalFormatReader for reading FMUs</description>

<dependencies>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<version>${revision}${sha1}${changelist}</version>

<packaging>pom</packaging>
<name>FMUCheck Tools</name>
<description>iA suite of tools for checking FMUs</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion xsd2vdm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<artifactId>xsd2vdm</artifactId>
<packaging>jar</packaging>

<name>XSD to VDM</name>
<name>xsd2vdm</name>
<description>A converter for XSD schemas to VDM-SL schemas</description>

<properties>
Expand Down

0 comments on commit 65c663f

Please sign in to comment.