Skip to content

Commit

Permalink
Put version back to 4.5.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Aug 8, 2022
1 parent ddede60 commit 2b1fc6b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.6.0-SNAPSHOT"
PVERSION="4.6.0-P-SNAPSHOT"
MVERSION="4.5.0-SNAPSHOT"
PVERSION="4.5.0-P-SNAPSHOT"

# The Maven repository directory containing jars
MAVENREPO=~/.m2/repository/com/fujitsu
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.6.0-SNAPSHOT"
PVERSION="4.6.0-P-SNAPSHOT"
MVERSION="4.5.0-SNAPSHOT"
PVERSION="4.5.0-P-SNAPSHOT"
VERSION=$MVERSION

# The Maven repository directory containing jars
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<maven.build.timestamp.format>yyMMdd</maven.build.timestamp.format>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<revision>4.6.0-SNAPSHOT</revision>
<revision>4.5.0-SNAPSHOT</revision>
<changelist></changelist>
<sha1/>
</properties>
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.6.0-SNAPSHOT"
PVERSION="4.6.0-P-SNAPSHOT"
MVERSION="4.5.0-SNAPSHOT"
PVERSION="4.5.0-P-SNAPSHOT"

# The Maven repository directory containing VDMJ jars
MAVENREPO=~/.m2/repository/com/fujitsu
Expand Down

0 comments on commit 2b1fc6b

Please sign in to comment.