Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pom.xml #2802

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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