Skip to content

Commit

Permalink
Move POMs to 4.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Feb 11, 2021
1 parent b11c02b commit e6b5538
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fujitsu</groupId>
<artifactId>vdmj-suite</artifactId>
<version>4.4.2-SNAPSHOT</version>
<version>4.4.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion annotations2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fujitsu</groupId>
<artifactId>vdmj-suite</artifactId>
<version>4.4.2-SNAPSHOT</version>
<version>4.4.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cmd-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.fujitsu</groupId>
<artifactId>vdmj-suite</artifactId>
<version>4.4.2-SNAPSHOT</version>
<version>4.4.2</version>
</parent>

<artifactId>cmd-plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dbgp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fujitsu</groupId>
<artifactId>vdmj-suite</artifactId>
<version>4.4.2-SNAPSHOT</version>
<version>4.4.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dbgpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.fujitsu</groupId>
<artifactId>vdmj-suite</artifactId>
<version>4.4.2-SNAPSHOT</version>
<version>4.4.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/v2c/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.fujitsu</groupId>
<artifactId>vdmj-suite</artifactId>
<version>4.4.2-SNAPSHOT</version>
<version>4.4.2</version>
</parent>

<artifactId>v2c</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fujitsu</groupId>
<artifactId>vdmj-suite</artifactId>
<version>4.4.2-SNAPSHOT</version>
<version>4.4.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<artifactId>vdmj-suite</artifactId>
<name>VDMJ Suite</name>
<packaging>pom</packaging>
<version>4.4.2-SNAPSHOT</version> <!-- This version is inherited by all modules -->
<version>4.4.2</version> <!-- This version is inherited by all modules -->

<properties>
<maven.build.timestamp.format>yyMMdd</maven.build.timestamp.format>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>4.4.2-SNAPSHOT</revision> <!-- CHANGE VERSION HERE, AND MODULE'S PARENT POMs -->
<revision>4.4.2</revision> <!-- CHANGE VERSION HERE, AND MODULE'S PARENT POMs -->
</properties>

<!-- sub modules -->
Expand Down
2 changes: 1 addition & 1 deletion stdlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.fujitsu</groupId>
<artifactId>vdmj-suite</artifactId>
<version>4.4.2-SNAPSHOT</version>
<version>4.4.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion vdmj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.fujitsu</groupId>
<artifactId>vdmj-suite</artifactId>
<version>4.4.2-SNAPSHOT</version>
<version>4.4.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion vdmjunit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.fujitsu</groupId>
<artifactId>vdmj-suite</artifactId>
<version>4.4.2-SNAPSHOT</version>
<version>4.4.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit e6b5538

Please sign in to comment.