Skip to content

Commit

Permalink
Prepare POMs for 4.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Dec 21, 2021
1 parent 7ad96f2 commit 8ae9895
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 21 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.4-SNAPSHOT</version>
<version>4.4.4</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.4-SNAPSHOT</version>
<version>4.4.4</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.4-SNAPSHOT</version>
<version>4.4.4</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.4-SNAPSHOT</version>
<version>4.4.4</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.4-SNAPSHOT</version>
<version>4.4.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions dbgpc/src/main/scripts/dbgpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#####################################################################################

# Change these to flip version
MVERSION="4.4.4-SNAPSHOT"
PVERSION="4.4.4-P-SNAPSHOT"
MVERSION="4.4.4"
PVERSION="4.4.4-P"

# The Maven repository directory containing jars
MAVENREPO=~/.m2/repository/com/fujitsu
Expand Down
6 changes: 3 additions & 3 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
<parent>
<groupId>com.fujitsu</groupId>
<artifactId>vdmj-suite</artifactId>
<version>4.4.4-SNAPSHOT</version>
<version>4.4.4</version>
</parent>

<groupId>com.fujitsu</groupId>
<artifactId>examples</artifactId>
<name>VDMJ Suite Examples</name>
<packaging>pom</packaging>
<version>4.4.4-SNAPSHOT</version> <!-- This version is inherited by all modules -->
<version>4.4.4</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.4-SNAPSHOT</revision> <!-- CHANGE VERSION HERE, AND MODULE'S PARENT POMs -->
<revision>4.4.4</revision> <!-- CHANGE VERSION HERE, AND MODULE'S PARENT POMs -->
</properties>

<!-- sub modules -->
Expand Down
2 changes: 1 addition & 1 deletion examples/v2c/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.fujitsu</groupId>
<artifactId>examples</artifactId>
<version>4.4.4-SNAPSHOT</version>
<version>4.4.4</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.4-SNAPSHOT</version>
<version>4.4.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions lsp/src/main/scripts/lsp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ function usage()
exit 1
}

MVERSION=4.4.4-SNAPSHOT
PVERSION=4.4.4-P-SNAPSHOT
MVERSION=4.4.4
PVERSION=4.4.4-P
VERSION=$MVERSION

# The Maven repository directory containing jars
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.4-SNAPSHOT</version> <!-- This version is inherited by all modules -->
<version>4.4.4</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.4-SNAPSHOT</revision> <!-- CHANGE VERSION HERE, AND MODULE'S PARENT POMs -->
<revision>4.4.4</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.4-SNAPSHOT</version>
<version>4.4.4</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.4-SNAPSHOT</version>
<version>4.4.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions vdmj/src/main/scripts/vdmsl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#####################################################################################

# Change these to flip VDMJ version
MVERSION="4.4.4-SNAPSHOT"
PVERSION="4.4.4-P-SNAPSHOT"
MVERSION="4.4.4"
PVERSION="4.4.4-P"

# The Maven repository directory containing VDMJ jars
MAVENREPO=~/.m2/repository/com/fujitsu
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.4-SNAPSHOT</version>
<version>4.4.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 8ae9895

Please sign in to comment.