Skip to content

Commit

Permalink
Move master POMs to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Aug 31, 2021
1 parent fd407fc commit ff72810
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion fmi2/cosim-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.into-cps.vdmcheck</groupId>
<artifactId>fmi2</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.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.3-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

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


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

<groupId>org.into-cps.vdmcheck.fmi2</groupId>
Expand Down
6 changes: 3 additions & 3 deletions fmi2/vdmcheck/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.3-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<groupId>org.into-cps.vdmcheck.fmi2</groupId>
Expand All @@ -19,12 +19,12 @@
<dependency>
<groupId>org.into-cps.vdmcheck.fmi2</groupId>
<artifactId>static-model</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.into-cps.vdmcheck</groupId>
<artifactId>xsd2vdm</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.fujitsu</groupId>
Expand Down
2 changes: 1 addition & 1 deletion fmi3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.into-cps</groupId>
<artifactId>vdmcheck</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion fmi3/static-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.into-cps.vdmcheck</groupId>
<artifactId>fmi3</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<groupId>org.into-cps.vdmcheck.fmi3</groupId>
Expand Down
6 changes: 3 additions & 3 deletions fmi3/vdmcheck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.into-cps.vdmcheck</groupId>
<artifactId>fmi3</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<groupId>org.into-cps.vdmcheck.fmi3</groupId>
Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>org.into-cps.vdmcheck.fmi3</groupId>
<artifactId>static-model</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.into-cps.vdmcheck</groupId>
<artifactId>xsd2vdm</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.fujitsu</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- parent pom -->
<groupId>org.into-cps</groupId>
<artifactId>vdmcheck</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

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

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

0 comments on commit ff72810

Please sign in to comment.