Skip to content

Commit

Permalink
Update poms to point to project version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Luxhøj authored and quackzar committed Feb 27, 2025
1 parent 53be09a commit bcb95e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/psi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>bristol</artifactId>
<version>1.3.6</version>
<version>${project.version}</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion suite/spdz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<dependency>
<groupId>dk.alexandra.fresco</groupId>
<artifactId>commitment</artifactId>
<version>1.3.6</version>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit bcb95e7

Please sign in to comment.