Skip to content

Commit

Permalink
[maven-release-plugin] prepare release Release/1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Casper Thule committed Oct 22, 2020
1 parent 41b1d42 commit 95acd4a
Show file tree
Hide file tree
Showing 9 changed files with 230 additions and 247 deletions.
6 changes: 2 additions & 4 deletions fmi2/cosim-model/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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">
<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.vdmcheck</groupId>
<artifactId>fmi2</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>org.into-cps.vdmcheck.fmi2</groupId>
Expand Down
2 changes: 1 addition & 1 deletion fmi2/cosim2vdm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.into-cps.vdmcheck</groupId>
<artifactId>fmi2</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>org.into-cps.vdmcheck.fmi2</groupId>
Expand Down
7 changes: 3 additions & 4 deletions fmi2/fmi2vdm/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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">
<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.vdmcheck</groupId>
<artifactId>fmi2</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>org.into-cps.vdmcheck.fmi2</groupId>
Expand All @@ -20,7 +19,7 @@
<dependency>
<groupId>org.into-cps.vdmcheck.fmi2</groupId>
<artifactId>static-model</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.fujitsu</groupId>
Expand Down
55 changes: 26 additions & 29 deletions fmi2/pom.xml
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>
6 changes: 2 additions & 4 deletions fmi2/static-model/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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">
<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.vdmcheck</groupId>
<artifactId>fmi2</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>org.into-cps.vdmcheck.fmi2</groupId>
Expand Down
7 changes: 3 additions & 4 deletions fmi3/fmi2vdm/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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.vdmcheck</groupId>
<artifactId>fmi3</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>org.into-cps.vdmcheck.fmi3</groupId>
Expand All @@ -19,7 +18,7 @@
<dependency>
<groupId>org.into-cps.vdmcheck.fmi3</groupId>
<artifactId>static-model</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.fujitsu</groupId>
Expand Down
51 changes: 24 additions & 27 deletions fmi3/pom.xml
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>
6 changes: 2 additions & 4 deletions fmi3/static-model/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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">
<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.vdmcheck</groupId>
<artifactId>fmi3</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>org.into-cps.vdmcheck.fmi3</groupId>
Expand Down
Loading

0 comments on commit 95acd4a

Please sign in to comment.