Skip to content

Commit

Permalink
Moved to 4.5.0 on master
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Feb 28, 2024
1 parent 8080748 commit 9349fa1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.5.0-SNAPSHOT"
PVERSION="4.5.0-P-SNAPSHOT"
MVERSION="4.5.0"
PVERSION="4.5.0-P"

# The Maven repository directory containing jars
MAVENREPO=~/.m2/repository/dk/au/ece/vdmj
Expand Down
4 changes: 2 additions & 2 deletions lsp/src/main/scripts/kate-lsp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ function usage()
exit 1
}

MVERSION="4.5.0-SNAPSHOT"
PVERSION="4.5.0-P-SNAPSHOT"
MVERSION="4.5.0"
PVERSION="4.5.0-P"
VERSION=$MVERSION

# The Maven repository directory containing jars
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.5.0-SNAPSHOT"
PVERSION="4.5.0-P-SNAPSHOT"
MVERSION="4.5.0"
PVERSION="4.5.0-P"
VERSION=$MVERSION

# The Maven repository directory containing jars
Expand Down
2 changes: 1 addition & 1 deletion packaging/src/main/scripts/vdmj.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#####################################################################################

# Change this to flip VDMJ version
VERSION=${VDMJ_VERSION:-4.5.0-SNAPSHOT}
VERSION=${VDMJ_VERSION:-4.5.0}

function help()
{
Expand Down
2 changes: 1 addition & 1 deletion packaging/src/main/scripts/vsix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ then
usage
fi

VERSION="4.5.0-SNAPSHOT"
VERSION="4.5.0"
VDMJ="vdmj"

SELF=$(which "$0")
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.5.0-SNAPSHOT</revision>
<revision>4.5.0</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=${VDMJ_VERSION:-4.5.0-SNAPSHOT}
PVERSION=${VDMJ_PVERSION:-4.5.0-P-SNAPSHOT}
MVERSION=${VDMJ_VERSION:-4.5.0}
PVERSION=${VDMJ_PVERSION:-4.5.0-P}

# The Maven repository directory containing VDMJ versions
MAVENREPO=~/.m2/repository/dk/au/ece/vdmj
Expand Down

0 comments on commit 9349fa1

Please sign in to comment.