|
7 | 7 |
|
8 | 8 | <name>scala-maven-plugin</name> |
9 | 9 | <description>The scala-maven-plugin (previously maven-scala-plugin) is used for compiling/testing/running/documenting scala code of any maven project.</description> |
10 | | - <url>http://github.com/davidB/${project.artifactId}</url> |
| 10 | + <url>https://github.com/davidB/${project.artifactId}</url> |
11 | 11 | <inceptionYear>2012</inceptionYear> |
12 | 12 | <licenses> |
13 | 13 | <license> |
14 | 14 | <name>Public domain (Unlicense)</name> |
15 | | - <url>http://unlicense.org/</url> |
| 15 | + <url>https://unlicense.org/</url> |
16 | 16 | <distribution>repo</distribution> |
17 | 17 | </license> |
18 | 18 | </licenses> |
|
96 | 96 | <mailingLists> |
97 | 97 | <mailingList> |
98 | 98 | <name>maven-and-scala</name> |
99 | | - <archive>http://groups.google.com/group/maven-and-scala</archive> |
100 | | - <post>http://groups.google.com/group/maven-and-scala</post> |
| 99 | + <archive>https://groups.google.com/group/maven-and-scala</archive> |
| 100 | + <post>https://groups.google.com/group/maven-and-scala</post> |
101 | 101 | </mailingList> |
102 | 102 | </mailingLists> |
103 | 103 |
|
104 | 104 | <scm> |
105 | 105 | <connection>scm:git:git://github.com/davidB/${project.artifactId}.git</connection> |
106 | 106 | < developerConnection>scm:git: [email protected]:davidB/ ${project.artifactId}.git</ developerConnection> |
107 | | - <url>http://github.com/davidB/${project.artifactId}/</url> |
| 107 | + <url>https://github.com/davidB/${project.artifactId}/</url> |
108 | 108 | <tag>HEAD</tag> |
109 | 109 | </scm> |
110 | 110 |
|
111 | 111 | <issueManagement> |
112 | 112 | <system>github</system> |
113 | | - <url>http://github.com/davidB/${project.artifactId}/issues#issue/</url> |
| 113 | + <url>https://github.com/davidB/${project.artifactId}/issues#issue/</url> |
114 | 114 | </issueManagement> |
115 | 115 |
|
116 | 116 | <distributionManagement> |
|
382 | 382 | </plugin> |
383 | 383 | <plugin> |
384 | 384 | <artifactId>maven-project-info-reports-plugin</artifactId> |
385 | | - <version>3.8.0</version> |
| 385 | + <version>3.9.0</version> |
386 | 386 | </plugin> |
387 | 387 | <plugin> |
388 | 388 | <artifactId>maven-plugin-report-plugin</artifactId> |
|
410 | 410 | </plugin> |
411 | 411 | <plugin> |
412 | 412 | <artifactId>maven-site-plugin</artifactId> |
413 | | - <version>3.12.1</version> |
| 413 | + <version>3.21.0</version> |
414 | 414 | </plugin> |
415 | 415 | <plugin> |
416 | 416 | <artifactId>maven-source-plugin</artifactId> |
|
0 commit comments