Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump POMs to 4.4.0-SNAPSHOT
  • Loading branch information
nickbattle committed Nov 9, 2020
1 parent d8fdb83 commit 6d847dc
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Annotations/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fujitsu</groupId>
<artifactId>vdmj-suite</artifactId>
<version>4.3.0</version>
<version>4.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion Annotations2/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fujitsu</groupId>
<artifactId>vdmj-suite</artifactId>
<version>4.3.0</version>
<version>4.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion DocPlugin/pom.xml
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.fujitsu</groupId>
<artifactId>vdmj</artifactId>
<version>${revision}</version>
<version>4.3.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion FJ-VDMJ4/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.fujitsu</groupId>
<artifactId>vdmj-suite</artifactId>
<version>4.3.0</version>
<version>4.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion FJ-VDMJC4/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.fujitsu</groupId>
<artifactId>vdmj-suite</artifactId>
<version>4.3.0</version>
<version>4.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion FJ-VDMJUnit4/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.fujitsu</groupId>
<artifactId>vdmj-suite</artifactId>
<version>4.3.0</version>
<version>4.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion LSP/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.fujitsu</groupId>
<artifactId>vdmj-suite</artifactId>
<version>4.3.0</version>
<version>4.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -9,12 +9,12 @@
<artifactId>vdmj-suite</artifactId>
<name>VDMJ Suite</name>
<packaging>pom</packaging>
<version>4.3.0</version> <!-- This version is used for all modules -->
<version>4.4.0-SNAPSHOT</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.3.0</revision> <!-- CHANGE VERSION HERE, AND MODULE'S PARENT POMs -->
<revision>4.4.0-SNAPSHOT</revision> <!-- CHANGE VERSION HERE, AND MODULE'S PARENT POMs -->
</properties>

<!-- sub modules -->
Expand Down

0 comments on commit 6d847dc

Please sign in to comment.