Skip to content

Commit

Permalink
Update pom.xml (#2802)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Aug 20, 2024
1 parent 30505d0 commit d5bcbb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
<module>vavr-match-processor</module>
<module>vavr-test</module>
</modules>
<url>http://vavr.io</url>
<url>https://vavr.io</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand All @@ -52,6 +52,11 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
<tag>v0.10.4</tag>
</scm>
<developers>
<developer>
<id>pivovarit</id>
<name>Grzegorz Piwowarek</name>
<email>[email protected]</email>
</developer>
<developer>
<id>danieldietrich</id>
<name>Daniel Dietrich</name>
Expand Down
2 changes: 1 addition & 1 deletion vavr-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>vavr-benchmark</artifactId>
<name>Vavr Benchmark</name>
<description>Benchmarks for Vavr.</description>
<url>http://vavr.io</url>
<url>https://vavr.io</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down

0 comments on commit d5bcbb6

Please sign in to comment.