Skip to content

Commit

Permalink
Update pom.xml to version 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Oct 8, 2024
1 parent 227c68d commit a813436
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions etc/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dev.soundness</groupId>
<artifactId>quantitative-core</artifactId>
<version>0.17.0</version>
<version>0.18.0</version>
<licenses>
<license>
<name>Apache 2</name>
Expand All @@ -25,22 +25,22 @@
<dependency>
<groupId>dev.soundness</groupId>
<artifactId>gossamer-core</artifactId>
<version>0.17.0</version>
<version>0.18.0</version>
</dependency>
<dependency>
<groupId>dev.soundness</groupId>
<artifactId>anticipation-time</artifactId>
<version>0.17.0</version>
<version>0.18.0</version>
</dependency>
<dependency>
<groupId>dev.soundness</groupId>
<artifactId>anticipation-opaque</artifactId>
<version>0.17.0</version>
<version>0.18.0</version>
</dependency>
<dependency>
<groupId>dev.soundness</groupId>
<artifactId>hypotenuse-core</artifactId>
<version>0.17.0</version>
<version>0.18.0</version>
</dependency>
</dependencies>
<organization>
Expand Down
4 changes: 2 additions & 2 deletions etc/units/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dev.soundness</groupId>
<artifactId>quantitative-units</artifactId>
<version>0.17.0</version>
<version>0.18.0</version>
<licenses>
<license>
<name>Apache 2</name>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>dev.soundness</groupId>
<artifactId>quantitative-core</artifactId>
<version>0.17.0</version>
<version>0.18.0</version>
</dependency>
</dependencies>
<organization>
Expand Down

0 comments on commit a813436

Please sign in to comment.