Skip to content

Commit

Permalink
Require fixed HFC version
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiefer committed Aug 28, 2024
1 parent f1b51b7 commit 267bbc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>de.dfki.mlt</groupId>
<artifactId>vonda-top</artifactId>
<version>3.4.2</version>
<version>3.4.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<parent>
<groupId>de.dfki.mlt</groupId>
<artifactId>vonda-top</artifactId>
<version>3.4.2</version>
<version>3.4.3</version>
<relativePath>..</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>de.dfki.lt.hfc</groupId>
<artifactId>hfc</artifactId>
<version>[1.5.7,)</version>
<version>[1.5.8,)</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>de.dfki.mlt</groupId>
<artifactId>vonda-top</artifactId>
<version>3.4.2</version>
<version>3.4.3</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 267bbc4

Please sign in to comment.