Skip to content

Commit 8c1527d

Browse files
authored
Upgrade links to https (#23)
1 parent 949a211 commit 8c1527d

24 files changed

Lines changed: 26 additions & 26 deletions

File tree

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Copyright MapStruct Authors.
22

3-
MapStruct Tools Gem is licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
3+
MapStruct Tools Gem is licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0
44

55
------------------------------------------------------------------------
66

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Copyright MapStruct Authors.
55
6-
Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
6+
Licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0
77
88
-->
99
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

api/src/main/java/org/mapstruct/tools/gem/Gem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright MapStruct Authors.
33
*
4-
* Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
4+
* Licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0
55
*/
66
package org.mapstruct.tools.gem;
77

api/src/main/java/org/mapstruct/tools/gem/GemDefinition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright MapStruct Authors.
33
*
4-
* Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
4+
* Licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0
55
*/
66
package org.mapstruct.tools.gem;
77

api/src/main/java/org/mapstruct/tools/gem/GemDefinitions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright MapStruct Authors.
33
*
4-
* Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
4+
* Licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0
55
*/
66
package org.mapstruct.tools.gem;
77

api/src/main/java/org/mapstruct/tools/gem/GemValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright MapStruct Authors.
33
*
4-
* Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
4+
* Licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0
55
*/
66
package org.mapstruct.tools.gem;
77

etc/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Copyright MapStruct Authors.
22

3-
Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
3+
Licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0

parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Copyright MapStruct Authors.
55
6-
Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
6+
Licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0
77
88
-->
99
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -15,7 +15,7 @@
1515

1616
<name>MapStruct Tools Gem Parent</name>
1717
<description>An annotation processor for generating gems for annotations</description>
18-
<url>http://mapstruct.org/</url>
18+
<url>https://mapstruct.org/</url>
1919
<inceptionYear>2020</inceptionYear>
2020

2121
<properties>
@@ -33,7 +33,7 @@
3333
<licenses>
3434
<license>
3535
<name>The Apache Software License, Version 2.0</name>
36-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
36+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
3737
<distribution>repo</distribution>
3838
</license>
3939
</licenses>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Copyright MapStruct Authors.
55
6-
Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
6+
Licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0
77
88
-->
99
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Copyright MapStruct Authors.
55
6-
Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
6+
Licensed under the Apache License version 2.0, available at https://www.apache.org/licenses/LICENSE-2.0
77
88
-->
99
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

0 commit comments

Comments
 (0)