Skip to content

Commit

Permalink
Merge branch 'master' into highprecision
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Feb 28, 2024
2 parents 0368c08 + 9349fa1 commit f42bdad
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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-P-SNAPSHOT}
VERSION=${VDMJ_VERSION:-4.5.0-P}

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

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

SELF=$(which "$0")
DISTRIBUTION=$(dirname "$SELF")
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-P-SNAPSHOT</revision>
<revision>4.5.0-P</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 f42bdad

Please sign in to comment.