-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release Release/1.0.0
- Loading branch information
Casper Thule
committed
Oct 22, 2020
1 parent
41b1d42
commit 95acd4a
Showing
9 changed files
with
230 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 | ||
http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>org.into-cps</groupId> | ||
<artifactId>vdmcheck</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
</parent> | ||
|
||
|
||
<!-- parent pom --> | ||
<groupId>org.into-cps.vdmcheck</groupId> | ||
<artifactId>fmi2</artifactId> | ||
<packaging>pom</packaging> | ||
|
||
<!-- sub modules --> | ||
<modules> | ||
<module>cosim-model</module> | ||
<module>cosim2vdm</module> | ||
<module>static-model</module> | ||
<module>fmi2vdm</module> | ||
</modules> | ||
|
||
</project> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>org.into-cps</groupId> | ||
<artifactId>vdmcheck</artifactId> | ||
<version>1.0.0</version> | ||
</parent> | ||
|
||
|
||
<!-- parent pom --> | ||
<groupId>org.into-cps.vdmcheck</groupId> | ||
<artifactId>fmi2</artifactId> | ||
<packaging>pom</packaging> | ||
|
||
<!-- sub modules --> | ||
<modules> | ||
<module>cosim-model</module> | ||
<module>cosim2vdm</module> | ||
<module>static-model</module> | ||
<module>fmi2vdm</module> | ||
</modules> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 | ||
http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>org.into-cps</groupId> | ||
<artifactId>vdmcheck</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
</parent> | ||
|
||
|
||
<!-- parent pom --> | ||
<groupId>org.into-cps.vdmcheck</groupId> | ||
<artifactId>fmi3</artifactId> | ||
<packaging>pom</packaging> | ||
|
||
<!-- sub modules --> | ||
<modules> | ||
<module>static-model</module> | ||
<module>fmi2vdm</module> | ||
</modules> | ||
|
||
</project> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>org.into-cps</groupId> | ||
<artifactId>vdmcheck</artifactId> | ||
<version>1.0.0</version> | ||
</parent> | ||
|
||
|
||
<!-- parent pom --> | ||
<groupId>org.into-cps.vdmcheck</groupId> | ||
<artifactId>fmi3</artifactId> | ||
<packaging>pom</packaging> | ||
|
||
<!-- sub modules --> | ||
<modules> | ||
<module>static-model</module> | ||
<module>fmi2vdm</module> | ||
</modules> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.