Skip to content

Commit d5bcbb6

Browse files
authored
Update pom.xml (#2802)
1 parent 30505d0 commit d5bcbb6

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
3737
<module>vavr-match-processor</module>
3838
<module>vavr-test</module>
3939
</modules>
40-
<url>http://vavr.io</url>
40+
<url>https://vavr.io</url>
4141
<licenses>
4242
<license>
4343
<name>The Apache Software License, Version 2.0</name>
44-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
44+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
4545
<distribution>repo</distribution>
4646
</license>
4747
</licenses>
@@ -52,6 +52,11 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
5252
<tag>v0.10.4</tag>
5353
</scm>
5454
<developers>
55+
<developer>
56+
<id>pivovarit</id>
57+
<name>Grzegorz Piwowarek</name>
58+
<email>gpiwowarek@gmail.com</email>
59+
</developer>
5560
<developer>
5661
<id>danieldietrich</id>
5762
<name>Daniel Dietrich</name>

vavr-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>vavr-benchmark</artifactId>
1010
<name>Vavr Benchmark</name>
1111
<description>Benchmarks for Vavr.</description>
12-
<url>http://vavr.io</url>
12+
<url>https://vavr.io</url>
1313
<licenses>
1414
<license>
1515
<name>The Apache Software License, Version 2.0</name>

0 commit comments

Comments
 (0)