Skip to content

Commit

Permalink
attempt to fix poms for mvn clean deploy, still failing |-(
Browse files Browse the repository at this point in the history
  • Loading branch information
leouk committed Oct 4, 2024
1 parent 6240181 commit 98a05e8
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion annotationsVDMToolkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>vdmtoolkit</groupId>
<artifactId>VDMToolkit-suite</artifactId>
<version>${revision}</version>
<version>${revision}${sha1}${changelist}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@
<name>VDMToolkit Suite</name>
<packaging>pom</packaging>
<!-- This version is inherited by all modules -->
<version>${revision}</version>
<version>${revision}${sha1}${changelist}</version>

<properties>
<maven.build.timestamp.format>yyMMdd</maven.build.timestamp.format>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Change VDM Toolkit -->
<revision>1.2.0-SNAPSHOT</revision>
<changelist></changelist>
<sha1/>
<!-- VDMJ version, which percolates to all dependent POMs -->
<dk.au.ece.vdmj-version>4.6.0</dk.au.ece.vdmj-version>

</properties>

<!-- sub modules -->
Expand Down
2 changes: 1 addition & 1 deletion quickcheck2isa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vdmtoolkit</groupId>
<artifactId>VDMToolkit-suite</artifactId>
<version>${revision}</version>
<version>${revision}${sha1}${changelist}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion vdm-antlr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vdmtoolkit</groupId>
<artifactId>VDMToolkit-suite</artifactId>
<version>${revision}</version>
<version>${revision}${sha1}${changelist}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion vdm2dafny/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vdmtoolkit</groupId>
<artifactId>VDMToolkit-suite</artifactId>
<version>${revision}</version>
<version>${revision}${sha1}${changelist}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion vdm2isa-lsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vdmtoolkit</groupId>
<artifactId>VDMToolkit-suite</artifactId>
<version>${revision}</version>
<version>${revision}${sha1}${changelist}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion vdm2isa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vdmtoolkit</groupId>
<artifactId>VDMToolkit-suite</artifactId>
<version>${revision}</version>
<version>${revision}${sha1}${changelist}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion vdmlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>vdmtoolkit</groupId>
<artifactId>VDMToolkit-suite</artifactId>
<version>${revision}</version>
<version>${revision}${sha1}${changelist}</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 98a05e8

Please sign in to comment.