Skip to content

Commit

Permalink
Move development POMs to 1.0.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Feb 12, 2021
1 parent cdd89b3 commit 346cf61
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<groupId>org.into-cps.vdmcheck.fmi2</groupId>
Expand Down
4 changes: 2 additions & 2 deletions fmi2/fmi2vdm/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.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<groupId>org.into-cps.vdmcheck.fmi2</groupId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.into-cps.vdmcheck.fmi2</groupId>
<artifactId>static-model</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.fujitsu</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<groupId>org.into-cps.vdmcheck.fmi2</groupId>
Expand Down
4 changes: 2 additions & 2 deletions fmi3/fmi2vdm/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.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<groupId>org.into-cps.vdmcheck.fmi3</groupId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>org.into-cps.vdmcheck.fmi3</groupId>
<artifactId>static-model</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</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.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<groupId>org.into-cps.vdmcheck.fmi3</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.2</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 346cf61

Please sign in to comment.