Skip to content

Commit

Permalink
Update pom.xml to version 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Oct 10, 2024
1 parent 0337a6d commit f9697ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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>nettlesome-core</artifactId>
<version>0.19.0</version>
<version>0.20.0</version>
<licenses>
<license>
<name>Apache 2</name>
Expand All @@ -25,12 +25,12 @@
<dependency>
<groupId>dev.soundness</groupId>
<artifactId>gossamer-core</artifactId>
<version>0.19.0</version>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>dev.soundness</groupId>
<artifactId>hypotenuse-core</artifactId>
<version>0.19.0</version>
<version>0.20.0</version>
</dependency>
</dependencies>
<organization>
Expand Down
10 changes: 5 additions & 5 deletions etc/url/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>nettlesome-url</artifactId>
<version>0.19.0</version>
<version>0.20.0</version>
<licenses>
<license>
<name>Apache 2</name>
Expand All @@ -25,22 +25,22 @@
<dependency>
<groupId>dev.soundness</groupId>
<artifactId>nettlesome-core</artifactId>
<version>0.19.0</version>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>dev.soundness</groupId>
<artifactId>serpentine-core</artifactId>
<version>0.19.0</version>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>dev.soundness</groupId>
<artifactId>escapade-core</artifactId>
<version>0.19.0</version>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>dev.soundness</groupId>
<artifactId>anticipation-html</artifactId>
<version>0.19.0</version>
<version>0.20.0</version>
</dependency>
</dependencies>
<organization>
Expand Down

0 comments on commit f9697ef

Please sign in to comment.